COLOR #4C5A2F

HEX: #4C5A2F
RGB: (76,90,47)

Color info

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

RGB color model

#4C5A2F color RGB value is (76,90,47).

  • red value is 76;
  • green value is 90;
  • blue value is 47.
RGB:
(76,90,47)
(30%,35%,18%)

RGB channels and saturation

R 76 of 255 = 30%
G 90 of 255 = 35%
B 47 of 255 = 18%

76
90
47

R + G + B ~ 28%. #4C5A2F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 90 + 47 = 213 (100%)
R 76 of 213 ~ 35.68%
G 90 of 213 ~ 42.25%
B 47 of 213 ~ 22.07%

%35.68
%42.25
%22.07

CMYK color model

#4C5A2F color CMYK value is (16,0,48,65).

  • cyan value is 15.56%
  • magenta value is 0.00%
  • yellow value is 47.78%
  • key color value is 64.71%
CMYK:
(16,0,48,65)
C16M0Y48K65 
(16%,0%,48%,65%)
(0.16/0.00/0.48/0.65)	

CMYK percentages

%15.56
%0
%47.78
%64.71

Codes

Color #4C5A2F in popluar color models

4C5A2F
RGB769047
HSL80°31.39%26.86%
HSB/HSV80°47.78%35.29%
CMYK15.56%0.00%47.78%
64.71%

Color #4C5A2F in popluar number systems.

HEX4C5A2F
Decimal769047
Binary10011001011010101111
Octal11413257

Shades and tints

Shades of #4C5A2F

#4C5A2F
(76,90,47)
#46522B
(70,82,43)
#404A27
(64,74,39)
#3A4223
(58,66,35)
#343A1F
(52,58,31)
#2E321B
(46,50,27)
#282A17
(40,42,23)
#222213
(34,34,19)
#1C1A0F
(28,26,15)
#16120B
(22,18,11)
#100A07
(16,10,7)
#000000
(0,0,0)

Tints of #4C5A2F

#4C5A2F
(76,90,47)
#5C6941
(92,105,65)
#6C7853
(108,120,83)
#7C8765
(124,135,101)
#8C9677
(140,150,119)
#9CA589
(156,165,137)
#ACB49B
(172,180,155)
#BCC3AD
(188,195,173)
#CCD2BF
(204,210,191)
#DCE1D1
(220,225,209)
#ECF0E3
(236,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C5A2F color. Also use rgb(76,90,47) instead hex code.

Text Font Color

.myTextColor { color: #4C5A2F; }

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

This text font color is #4C5A2F.


Background Color

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

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

This div background color is #4C5A2F.


Border color

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

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

This div border color is #4C5A2F.


Opacity

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

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

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

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

This text has shadow with #4C5A2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C5A2F on black background.


Color preview on white background

This text has color #4C5A2F on white background.



Black color preview on #4C5A2F background

This text has black color on #4C5A2F background.


White color preview on #4C5A2F background

This text has white color on #4C5A2F background.