COLOR #4D724B

HEX: #4D724B
RGB: (77,114,75)

Color info

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

RGB color model

#4D724B color RGB value is (77,114,75).

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

RGB channels and saturation

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

77
114
75

R + G + B ~ 35%. #4D724B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 114 + 75 = 266 (100%)
R 77 of 266 ~ 28.95%
G 114 of 266 ~ 42.86%
B 75 of 266 ~ 28.2%

%28.95
%42.86
%28.2

CMYK color model

#4D724B color CMYK value is (32,0,34,55).

  • cyan value is 32.46%
  • magenta value is 0.00%
  • yellow value is 34.21%
  • key color value is 55.29%
CMYK:
(32,0,34,55)
C32M0Y34K55 
(32%,0%,34%,55%)
(0.32/0.00/0.34/0.55)	

CMYK percentages

%32.46
%0
%34.21
%55.29

Codes

Color #4D724B in popluar color models

4D724B
RGB7711475
HSL117°20.63%37.06%
HSB/HSV117°34.21%44.71%
CMYK32.46%0.00%34.21%
55.29%

Color #4D724B in popluar number systems.

HEX4D724B
Decimal7711475
Binary100110111100101001011
Octal115162113

Shades and tints

Shades of #4D724B

#4D724B
(77,114,75)
#466845
(70,104,69)
#3F5E3F
(63,94,63)
#385439
(56,84,57)
#314A33
(49,74,51)
#2A402D
(42,64,45)
#233627
(35,54,39)
#1C2C21
(28,44,33)
#15221B
(21,34,27)
#0E1815
(14,24,21)
#070E0F
(7,14,15)
#000000
(0,0,0)

Tints of #4D724B

#4D724B
(77,114,75)
#5D7E5B
(93,126,91)
#6D8A6B
(109,138,107)
#7D967B
(125,150,123)
#8DA28B
(141,162,139)
#9DAE9B
(157,174,155)
#ADBAAB
(173,186,171)
#BDC6BB
(189,198,187)
#CDD2CB
(205,210,203)
#DDDEDB
(221,222,219)
#EDEAEB
(237,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D724B color. Also use rgb(77,114,75) instead hex code.

Text Font Color

.myTextColor { color: #4D724B; }

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

This text font color is #4D724B.


Background Color

.myBgColor { background-color: #4D724B; }

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

This div background color is #4D724B.


Border color

.myBorderColor { border: 1px solid #4D724B; }

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

This div border color is #4D724B.


Opacity

.myOpacity80 { color: #4D724B; opacity: 0.8; }

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

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

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

This text has shadow with #4D724B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D724B on black background.


Color preview on white background

This text has color #4D724B on white background.



Black color preview on #4D724B background

This text has black color on #4D724B background.


White color preview on #4D724B background

This text has white color on #4D724B background.