COLOR #4C724F

HEX: #4C724F
RGB: (76,114,79)

Color info

#4C724F contains red, green and blue colors in about the same proportion. Web safe color of #4C724F is #336666 (or #366).

RGB color model

#4C724F color RGB value is (76,114,79).

  • red value is 76;
  • green value is 114;
  • blue value is 79.
RGB:
(76,114,79)
(30%,45%,31%)

RGB channels and saturation

R 76 of 255 = 30%
G 114 of 255 = 45%
B 79 of 255 = 31%

76
114
79

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

Portions of RGB colors in percentages

R + G + B =
76 + 114 + 79 = 269 (100%)
R 76 of 269 ~ 28.25%
G 114 of 269 ~ 42.38%
B 79 of 269 ~ 29.37%

%28.25
%42.38
%29.37

CMYK color model

#4C724F color CMYK value is (33,0,31,55).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 30.70%
  • key color value is 55.29%
CMYK:
(33,0,31,55)
C33M0Y31K55 
(33%,0%,31%,55%)
(0.33/0.00/0.31/0.55)	

CMYK percentages

%33.33
%0
%30.7
%55.29

Codes

Color #4C724F in popluar color models

4C724F
RGB7611479
HSL125°20.00%37.25%
HSB/HSV125°33.33%44.71%
CMYK33.33%0.00%30.70%
55.29%

Color #4C724F in popluar number systems.

HEX4C724F
Decimal7611479
Binary100110011100101001111
Octal114162117

Shades and tints

Shades of #4C724F

#4C724F
(76,114,79)
#466848
(70,104,72)
#405E41
(64,94,65)
#3A543A
(58,84,58)
#344A33
(52,74,51)
#2E402C
(46,64,44)
#283625
(40,54,37)
#222C1E
(34,44,30)
#1C2217
(28,34,23)
#161810
(22,24,16)
#100E09
(16,14,9)
#000000
(0,0,0)

Tints of #4C724F

#4C724F
(76,114,79)
#5C7E5F
(92,126,95)
#6C8A6F
(108,138,111)
#7C967F
(124,150,127)
#8CA28F
(140,162,143)
#9CAE9F
(156,174,159)
#ACBAAF
(172,186,175)
#BCC6BF
(188,198,191)
#CCD2CF
(204,210,207)
#DCDEDF
(220,222,223)
#ECEAEF
(236,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C724F color. Also use rgb(76,114,79) instead hex code.

Text Font Color

.myTextColor { color: #4C724F; }

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

This text font color is #4C724F.


Background Color

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

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

This div background color is #4C724F.


Border color

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

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

This div border color is #4C724F.


Opacity

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

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

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

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

This text has shadow with #4C724F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C724F on black background.


Color preview on white background

This text has color #4C724F on white background.



Black color preview on #4C724F background

This text has black color on #4C724F background.


White color preview on #4C724F background

This text has white color on #4C724F background.