COLOR #499B8B

HEX: #499B8B
RGB: (73,155,139)

Renk bilgisi

#499B8B contains mainly green and blue colors. #499B8B ‘ nin web güvenlik rengi #339999 (ya da #399) dir.

RGB renk modeli

#499B8B color RGB value is (73,155,139).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 155 of 255 = 61%
B 139 of 255 = 55%

73
155
139

R + G + B ~ 48%. #499B8B is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 155 + 139 = 367 (100%)
R 73 of 367 ~ 19.89%
G 155 of 367 ~ 42.23%
B 139 of 367 ~ 37.87%

%19.89
%42.23
%37.87

CMYK RENK MODELİ

#499B8B rengi CMYK tonu (53,0,10,39).

  • camgöbeği tonu 52.90%
  • eflatun tonu 0.00%
  • sarı tonu 10.32%
  • ana renk tonu 39.22%
CMYK:
(53,0,10,39)
C53M0Y10K39 
(53%,0%,10%,39%)
(0.53/0.00/0.10/0.39)	

CMYK yüzdeleri

%52.9
%0
%10.32
%39.22

Codes

Color #499B8B in popluar color models

499B8B
RGB73155139
HSL168°35.96%44.71%
HSB/HSV168°52.90%60.78%
CMYK52.90%0.00%10.32%
39.22%

Color #499B8B in popluar number systems.

HEX499B8B
Decimal73155139
Binary10010011001101110001011
Octal111233213

Shades and tints

Shades of #499B8B

#499B8B
(73,155,139)
#438D7F
(67,141,127)
#3D7F73
(61,127,115)
#377167
(55,113,103)
#31635B
(49,99,91)
#2B554F
(43,85,79)
#254743
(37,71,67)
#1F3937
(31,57,55)
#192B2B
(25,43,43)
#131D1F
(19,29,31)
#0D0F13
(13,15,19)
#000000
(0,0,0)

Tints of #499B8B

#499B8B
(73,155,139)
#59A495
(89,164,149)
#69AD9F
(105,173,159)
#79B6A9
(121,182,169)
#89BFB3
(137,191,179)
#99C8BD
(153,200,189)
#A9D1C7
(169,209,199)
#B9DAD1
(185,218,209)
#C9E3DB
(201,227,219)
#D9ECE5
(217,236,229)
#E9F5EF
(233,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #499B8B color. Also use rgb(73,155,139) instead hex code.

Text Font Color

.myTextColor { color: #499B8B; }

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

This text font color is #499B8B.


Background Color

.myBgColor { background-color: #499B8B; }

<div style="background-color:#499B8B">Inner text</div>

This div background color is #499B8B.


Border color

.myBorderColor { border: 1px solid #499B8B; }

<div style="border:3px solid #499B8B">Div</div>

This div border color is #499B8B.


Opacity

.myOpacity80 { color: #499B8B; opacity: 0.8; }

<p style="color:#499B8B;opacity:0.8;">80%</p>

Text with #499B8B 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 #499B8B;}

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

This text has shadow with #499B8B color.

.textShadow {text-shadow: 3px 3px 1px #499B8B, 3px 3px 1px red;}

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

This text has shadow with #499B8B primary color and red secondary color.


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

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

This text has shadow with #499B8B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #499B8B on black background.


Color preview on white background

This text has color #499B8B on white background.



Black color preview on #499B8B background

This text has black color on #499B8B background.


White color preview on #499B8B background

This text has white color on #499B8B background.