COLOR #499872

HEX: #499872
RGB: (73,152,114)

Renk bilgisi

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

RGB renk modeli

#499872 color RGB value is (73,152,114).

  • kırmız ton 73;
  • yeşil ton 152;
  • mavi ton 114.
RGB:
(73,152,114)
(29%,60%,45%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 152 of 255 = 60%
B 114 of 255 = 45%

73
152
114

R + G + B ~ 45%. #499872 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 152 + 114 = 339 (100%)
R 73 of 339 ~ 21.53%
G 152 of 339 ~ 44.84%
B 114 of 339 ~ 33.63%

%21.53
%44.84
%33.63

CMYK RENK MODELİ

#499872 rengi CMYK tonu (52,0,25,40).

  • camgöbeği tonu 51.97%
  • eflatun tonu 0.00%
  • sarı tonu 25.00%
  • ana renk tonu 40.39%
CMYK:
(52,0,25,40)
C52M0Y25K40 
(52%,0%,25%,40%)
(0.52/0.00/0.25/0.40)	

CMYK yüzdeleri

%51.97
%0
%25
%40.39

Codes

Color #499872 in popluar color models

499872
RGB73152114
HSL151°35.11%44.12%
HSB/HSV151°51.97%59.61%
CMYK51.97%0.00%25.00%
40.39%

Color #499872 in popluar number systems.

HEX499872
Decimal73152114
Binary1001001100110001110010
Octal111230162

Shades and tints

Shades of #499872

#499872
(73,152,114)
#438B68
(67,139,104)
#3D7E5E
(61,126,94)
#377154
(55,113,84)
#31644A
(49,100,74)
#2B5740
(43,87,64)
#254A36
(37,74,54)
#1F3D2C
(31,61,44)
#193022
(25,48,34)
#132318
(19,35,24)
#0D160E
(13,22,14)
#000000
(0,0,0)

Tints of #499872

#499872
(73,152,114)
#59A17E
(89,161,126)
#69AA8A
(105,170,138)
#79B396
(121,179,150)
#89BCA2
(137,188,162)
#99C5AE
(153,197,174)
#A9CEBA
(169,206,186)
#B9D7C6
(185,215,198)
#C9E0D2
(201,224,210)
#D9E9DE
(217,233,222)
#E9F2EA
(233,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #499872 color. Also use rgb(73,152,114) instead hex code.

Text Font Color

.myTextColor { color: #499872; }

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

This text font color is #499872.


Background Color

.myBgColor { background-color: #499872; }

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

This div background color is #499872.


Border color

.myBorderColor { border: 1px solid #499872; }

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

This div border color is #499872.


Opacity

.myOpacity80 { color: #499872; opacity: 0.8; }

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

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

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

This text has shadow with #499872 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #499872 on black background.


Color preview on white background

This text has color #499872 on white background.



Black color preview on #499872 background

This text has black color on #499872 background.


White color preview on #499872 background

This text has white color on #499872 background.