COLOR #49722D

HEX: #49722D
RGB: (73,114,45)

Color info

#49722D contains mainly red and green colors. Web safe color of #49722D is #336633 (or #363).

RGB color model

#49722D color RGB value is (73,114,45).

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

RGB channels and saturation

R 73 of 255 = 29%
G 114 of 255 = 45%
B 45 of 255 = 18%

73
114
45

R + G + B ~ 31%. #49722D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 114 + 45 = 232 (100%)
R 73 of 232 ~ 31.47%
G 114 of 232 ~ 49.14%
B 45 of 232 ~ 19.4%

%31.47
%49.14
%19.4

CMYK color model

#49722D color CMYK value is (36,0,61,55).

  • cyan value is 35.96%
  • magenta value is 0.00%
  • yellow value is 60.53%
  • key color value is 55.29%
CMYK:
(36,0,61,55)
C36M0Y61K55 
(36%,0%,61%,55%)
(0.36/0.00/0.61/0.55)	

CMYK percentages

%35.96
%0
%60.53
%55.29

Codes

Color #49722D in popluar color models

49722D
RGB7311445
HSL96°43.40%31.18%
HSB/HSV96°60.53%44.71%
CMYK35.96%0.00%60.53%
55.29%

Color #49722D in popluar number systems.

HEX49722D
Decimal7311445
Binary10010011110010101101
Octal11116255

Shades and tints

Shades of #49722D

#49722D
(73,114,45)
#436829
(67,104,41)
#3D5E25
(61,94,37)
#375421
(55,84,33)
#314A1D
(49,74,29)
#2B4019
(43,64,25)
#253615
(37,54,21)
#1F2C11
(31,44,17)
#19220D
(25,34,13)
#131809
(19,24,9)
#0D0E05
(13,14,5)
#000000
(0,0,0)

Tints of #49722D

#49722D
(73,114,45)
#597E40
(89,126,64)
#698A53
(105,138,83)
#799666
(121,150,102)
#89A279
(137,162,121)
#99AE8C
(153,174,140)
#A9BA9F
(169,186,159)
#B9C6B2
(185,198,178)
#C9D2C5
(201,210,197)
#D9DED8
(217,222,216)
#E9EAEB
(233,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49722D; }

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

This text font color is #49722D.


Background Color

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

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

This div background color is #49722D.


Border color

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

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

This div border color is #49722D.


Opacity

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

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

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

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

This text has shadow with #49722D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49722D on black background.


Color preview on white background

This text has color #49722D on white background.



Black color preview on #49722D background

This text has black color on #49722D background.


White color preview on #49722D background

This text has white color on #49722D background.