COLOR #499874

HEX: #499874
RGB: (73,152,116)

Color info

#499874 contains mainly green and blue colors. Web safe color of #499874 is #339966 (or #396).

RGB color model

#499874 color RGB value is (73,152,116).

  • red value is 73;
  • green value is 152;
  • blue value is 116.
RGB:
(73,152,116)
(29%,60%,45%)

RGB channels and saturation

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

73
152
116

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

Portions of RGB colors in percentages

R + G + B =
73 + 152 + 116 = 341 (100%)
R 73 of 341 ~ 21.41%
G 152 of 341 ~ 44.57%
B 116 of 341 ~ 34.02%

%21.41
%44.57
%34.02

CMYK color model

#499874 color CMYK value is (52,0,24,40).

  • cyan value is 51.97%
  • magenta value is 0.00%
  • yellow value is 23.68%
  • key color value is 40.39%
CMYK:
(52,0,24,40)
C52M0Y24K40 
(52%,0%,24%,40%)
(0.52/0.00/0.24/0.40)	

CMYK percentages

%51.97
%0
%23.68
%40.39

Codes

Color #499874 in popluar color models

499874
RGB73152116
HSL153°35.11%44.12%
HSB/HSV153°51.97%59.61%
CMYK51.97%0.00%23.68%
40.39%

Color #499874 in popluar number systems.

HEX499874
Decimal73152116
Binary1001001100110001110100
Octal111230164

Shades and tints

Shades of #499874

#499874
(73,152,116)
#438B6A
(67,139,106)
#3D7E60
(61,126,96)
#377156
(55,113,86)
#31644C
(49,100,76)
#2B5742
(43,87,66)
#254A38
(37,74,56)
#1F3D2E
(31,61,46)
#193024
(25,48,36)
#13231A
(19,35,26)
#0D1610
(13,22,16)
#000000
(0,0,0)

Tints of #499874

#499874
(73,152,116)
#59A180
(89,161,128)
#69AA8C
(105,170,140)
#79B398
(121,179,152)
#89BCA4
(137,188,164)
#99C5B0
(153,197,176)
#A9CEBC
(169,206,188)
#B9D7C8
(185,215,200)
#C9E0D4
(201,224,212)
#D9E9E0
(217,233,224)
#E9F2EC
(233,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #499874; }

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

This text font color is #499874.


Background Color

.myBgColor { background-color: #499874; }

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

This div background color is #499874.


Border color

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

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

This div border color is #499874.


Opacity

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

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

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

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

This text has shadow with #499874 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #499874 on black background.


Color preview on white background

This text has color #499874 on white background.



Black color preview on #499874 background

This text has black color on #499874 background.


White color preview on #499874 background

This text has white color on #499874 background.