COLOR #499254

HEX: #499254
RGB: (73,146,84)

Color info

#499254 contains mainly green color. Web safe color of #499254 is #339966 (or #396).

RGB color model

#499254 color RGB value is (73,146,84).

  • red value is 73;
  • green value is 146;
  • blue value is 84.
RGB:
(73,146,84)
(29%,57%,33%)

RGB channels and saturation

R 73 of 255 = 29%
G 146 of 255 = 57%
B 84 of 255 = 33%

73
146
84

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

Portions of RGB colors in percentages

R + G + B =
73 + 146 + 84 = 303 (100%)
R 73 of 303 ~ 24.09%
G 146 of 303 ~ 48.18%
B 84 of 303 ~ 27.72%

%24.09
%48.18
%27.72

CMYK color model

#499254 color CMYK value is (50,0,42,43).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 42.47%
  • key color value is 42.75%
CMYK:
(50,0,42,43)
C50M0Y42K43 
(50%,0%,42%,43%)
(0.50/0.00/0.42/0.43)	

CMYK percentages

%50
%0
%42.47
%42.75

Codes

Color #499254 in popluar color models

499254
RGB7314684
HSL129°33.33%42.94%
HSB/HSV129°50.00%57.25%
CMYK50.00%0.00%42.47%
42.75%

Color #499254 in popluar number systems.

HEX499254
Decimal7314684
Binary1001001100100101010100
Octal111222124

Shades and tints

Shades of #499254

#499254
(73,146,84)
#43854D
(67,133,77)
#3D7846
(61,120,70)
#376B3F
(55,107,63)
#315E38
(49,94,56)
#2B5131
(43,81,49)
#25442A
(37,68,42)
#1F3723
(31,55,35)
#192A1C
(25,42,28)
#131D15
(19,29,21)
#0D100E
(13,16,14)
#000000
(0,0,0)

Tints of #499254

#499254
(73,146,84)
#599B63
(89,155,99)
#69A472
(105,164,114)
#79AD81
(121,173,129)
#89B690
(137,182,144)
#99BF9F
(153,191,159)
#A9C8AE
(169,200,174)
#B9D1BD
(185,209,189)
#C9DACC
(201,218,204)
#D9E3DB
(217,227,219)
#E9ECEA
(233,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #499254 color. Also use rgb(73,146,84) instead hex code.

Text Font Color

.myTextColor { color: #499254; }

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

This text font color is #499254.


Background Color

.myBgColor { background-color: #499254; }

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

This div background color is #499254.


Border color

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

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

This div border color is #499254.


Opacity

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

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

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

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

This text has shadow with #499254 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #499254 on black background.


Color preview on white background

This text has color #499254 on white background.



Black color preview on #499254 background

This text has black color on #499254 background.


White color preview on #499254 background

This text has white color on #499254 background.