COLOR #49724D

HEX: #49724D
RGB: (73,114,77)

Color info

#49724D contains red, green and blue colors in about the same proportion. Web safe color of #49724D is #336633 (or #363).

RGB color model

#49724D color RGB value is (73,114,77).

  • red value is 73;
  • green value is 114;
  • blue value is 77.
RGB:
(73,114,77)
(29%,45%,30%)

RGB channels and saturation

R 73 of 255 = 29%
G 114 of 255 = 45%
B 77 of 255 = 30%

73
114
77

R + G + B ~ 35%. #49724D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 114 + 77 = 264 (100%)
R 73 of 264 ~ 27.65%
G 114 of 264 ~ 43.18%
B 77 of 264 ~ 29.17%

%27.65
%43.18
%29.17

CMYK color model

#49724D color CMYK value is (36,0,32,55).

  • cyan value is 35.96%
  • magenta value is 0.00%
  • yellow value is 32.46%
  • key color value is 55.29%
CMYK:
(36,0,32,55)
C36M0Y32K55 
(36%,0%,32%,55%)
(0.36/0.00/0.32/0.55)	

CMYK percentages

%35.96
%0
%32.46
%55.29

Codes

Color #49724D in popluar color models

49724D
RGB7311477
HSL126°21.93%36.67%
HSB/HSV126°35.96%44.71%
CMYK35.96%0.00%32.46%
55.29%

Color #49724D in popluar number systems.

HEX49724D
Decimal7311477
Binary100100111100101001101
Octal111162115

Shades and tints

Shades of #49724D

#49724D
(73,114,77)
#436846
(67,104,70)
#3D5E3F
(61,94,63)
#375438
(55,84,56)
#314A31
(49,74,49)
#2B402A
(43,64,42)
#253623
(37,54,35)
#1F2C1C
(31,44,28)
#192215
(25,34,21)
#13180E
(19,24,14)
#0D0E07
(13,14,7)
#000000
(0,0,0)

Tints of #49724D

#49724D
(73,114,77)
#597E5D
(89,126,93)
#698A6D
(105,138,109)
#79967D
(121,150,125)
#89A28D
(137,162,141)
#99AE9D
(153,174,157)
#A9BAAD
(169,186,173)
#B9C6BD
(185,198,189)
#C9D2CD
(201,210,205)
#D9DEDD
(217,222,221)
#E9EAED
(233,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49724D; }

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

This text font color is #49724D.


Background Color

.myBgColor { background-color: #49724D; }

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

This div background color is #49724D.


Border color

.myBorderColor { border: 1px solid #49724D; }

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

This div border color is #49724D.


Opacity

.myOpacity80 { color: #49724D; opacity: 0.8; }

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

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

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

This text has shadow with #49724D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49724D on black background.


Color preview on white background

This text has color #49724D on white background.



Black color preview on #49724D background

This text has black color on #49724D background.


White color preview on #49724D background

This text has white color on #49724D background.