COLOR #498B75

HEX: #498B75
RGB: (73,139,117)

Renk bilgisi

#498B75 contains mainly green and blue colors. #498B75 ‘ nin web güvenlik rengi #339966 (ya da #396) dir.

RGB renk modeli

#498B75 color RGB value is (73,139,117).

  • kırmız ton 73;
  • yeşil ton 139;
  • mavi ton 117.
RGB:
(73,139,117)
(29%,55%,46%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 139 of 255 = 55%
B 117 of 255 = 46%

73
139
117

R + G + B ~ 43%. #498B75 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 139 + 117 = 329 (100%)
R 73 of 329 ~ 22.19%
G 139 of 329 ~ 42.25%
B 117 of 329 ~ 35.56%

%22.19
%42.25
%35.56

CMYK RENK MODELİ

#498B75 rengi CMYK tonu (47,0,16,45).

  • camgöbeği tonu 47.48%
  • eflatun tonu 0.00%
  • sarı tonu 15.83%
  • ana renk tonu 45.49%
CMYK:
(47,0,16,45)
C47M0Y16K45 
(47%,0%,16%,45%)
(0.47/0.00/0.16/0.45)	

CMYK yüzdeleri

%47.48
%0
%15.83
%45.49

Codes

Color #498B75 in popluar color models

498B75
RGB73139117
HSL160°31.13%41.57%
HSB/HSV160°47.48%54.51%
CMYK47.48%0.00%15.83%
45.49%

Color #498B75 in popluar number systems.

HEX498B75
Decimal73139117
Binary1001001100010111110101
Octal111213165

Shades and tints

Shades of #498B75

#498B75
(73,139,117)
#437F6B
(67,127,107)
#3D7361
(61,115,97)
#376757
(55,103,87)
#315B4D
(49,91,77)
#2B4F43
(43,79,67)
#254339
(37,67,57)
#1F372F
(31,55,47)
#192B25
(25,43,37)
#131F1B
(19,31,27)
#0D1311
(13,19,17)
#000000
(0,0,0)

Tints of #498B75

#498B75
(73,139,117)
#599581
(89,149,129)
#699F8D
(105,159,141)
#79A999
(121,169,153)
#89B3A5
(137,179,165)
#99BDB1
(153,189,177)
#A9C7BD
(169,199,189)
#B9D1C9
(185,209,201)
#C9DBD5
(201,219,213)
#D9E5E1
(217,229,225)
#E9EFED
(233,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #498B75 color. Also use rgb(73,139,117) instead hex code.

Text Font Color

.myTextColor { color: #498B75; }

<p style="color:#498B75">This sample text font color is #498B75.</p>

This text font color is #498B75.


Background Color

.myBgColor { background-color: #498B75; }

<div style="background-color:#498B75">Inner text</div>

This div background color is #498B75.


Border color

.myBorderColor { border: 1px solid #498B75; }

<div style="border:3px solid #498B75">Div</div>

This div border color is #498B75.


Opacity

.myOpacity80 { color: #498B75; opacity: 0.8; }

<p style="color:#498B75;opacity:0.8;">80%</p>

Text with #498B75 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #498B75;}

<p style="text-shadow: 3px 3px 1px #498B75">Text here.</p>

This text has shadow with #498B75 color.

.textShadow {text-shadow: 3px 3px 1px #498B75, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #498B75, 5px 5px 20px red">Text here.</p>

This text has shadow with #498B75 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#498B75, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#498B75, Direction=45, Strength=4)">Text</p>

This text has shadow with #498B75 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #498B75;
  -webkit-box-shadow:	1px 1px 3px 2px #498B75;
  box-shadow:		1px 1px 3px 2px #498B75;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #498B75;
-webkit-box-shadow: 1px 1px 3px 2px #498B75;
box-shadow:1px 1px 3px 2px #498B75;">
Div content here</div>
This div box has shadow with color #498B75.

Preview

Color preview on black background

This text has color #498B75 on black background.


Color preview on white background

This text has color #498B75 on white background.



Black color preview on #498B75 background

This text has black color on #498B75 background.


White color preview on #498B75 background

This text has white color on #498B75 background.