COLOR #499352

HEX: #499352
RGB: (73,147,82)

Color info

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

RGB color model

#499352 color RGB value is (73,147,82).

  • red value is 73;
  • green value is 147;
  • blue value is 82.
RGB:
(73,147,82)
(29%,58%,32%)

RGB channels and saturation

R 73 of 255 = 29%
G 147 of 255 = 58%
B 82 of 255 = 32%

73
147
82

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

Portions of RGB colors in percentages

R + G + B =
73 + 147 + 82 = 302 (100%)
R 73 of 302 ~ 24.17%
G 147 of 302 ~ 48.68%
B 82 of 302 ~ 27.15%

%24.17
%48.68
%27.15

CMYK color model

#499352 color CMYK value is (50,0,44,42).

  • cyan value is 50.34%
  • magenta value is 0.00%
  • yellow value is 44.22%
  • key color value is 42.35%
CMYK:
(50,0,44,42)
C50M0Y44K42 
(50%,0%,44%,42%)
(0.50/0.00/0.44/0.42)	

CMYK percentages

%50.34
%0
%44.22
%42.35

Codes

Color #499352 in popluar color models

499352
RGB7314782
HSL127°33.64%43.14%
HSB/HSV127°50.34%57.65%
CMYK50.34%0.00%44.22%
42.35%

Color #499352 in popluar number systems.

HEX499352
Decimal7314782
Binary1001001100100111010010
Octal111223122

Shades and tints

Shades of #499352

#499352
(73,147,82)
#43864B
(67,134,75)
#3D7944
(61,121,68)
#376C3D
(55,108,61)
#315F36
(49,95,54)
#2B522F
(43,82,47)
#254528
(37,69,40)
#1F3821
(31,56,33)
#192B1A
(25,43,26)
#131E13
(19,30,19)
#0D110C
(13,17,12)
#000000
(0,0,0)

Tints of #499352

#499352
(73,147,82)
#599C61
(89,156,97)
#69A570
(105,165,112)
#79AE7F
(121,174,127)
#89B78E
(137,183,142)
#99C09D
(153,192,157)
#A9C9AC
(169,201,172)
#B9D2BB
(185,210,187)
#C9DBCA
(201,219,202)
#D9E4D9
(217,228,217)
#E9EDE8
(233,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #499352 color. Also use rgb(73,147,82) instead hex code.

Text Font Color

.myTextColor { color: #499352; }

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

This text font color is #499352.


Background Color

.myBgColor { background-color: #499352; }

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

This div background color is #499352.


Border color

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

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

This div border color is #499352.


Opacity

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

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

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

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

This text has shadow with #499352 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #499352 on black background.


Color preview on white background

This text has color #499352 on white background.



Black color preview on #499352 background

This text has black color on #499352 background.


White color preview on #499352 background

This text has white color on #499352 background.