COLOR #4C5A1D

HEX: #4C5A1D
RGB: (76,90,29)

Color info

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

RGB color model

#4C5A1D color RGB value is (76,90,29).

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

RGB channels and saturation

R 76 of 255 = 30%
G 90 of 255 = 35%
B 29 of 255 = 11%

76
90
29

R + G + B ~ 25%. #4C5A1D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 90 + 29 = 195 (100%)
R 76 of 195 ~ 38.97%
G 90 of 195 ~ 46.15%
B 29 of 195 ~ 14.87%

%38.97
%46.15
%14.87

CMYK color model

#4C5A1D color CMYK value is (16,0,68,65).

  • cyan value is 15.56%
  • magenta value is 0.00%
  • yellow value is 67.78%
  • key color value is 64.71%
CMYK:
(16,0,68,65)
C16M0Y68K65 
(16%,0%,68%,65%)
(0.16/0.00/0.68/0.65)	

CMYK percentages

%15.56
%0
%67.78
%64.71

Codes

Color #4C5A1D in popluar color models

4C5A1D
RGB769029
HSL74°51.26%23.33%
HSB/HSV74°67.78%35.29%
CMYK15.56%0.00%67.78%
64.71%

Color #4C5A1D in popluar number systems.

HEX4C5A1D
Decimal769029
Binary1001100101101011101
Octal11413235

Shades and tints

Shades of #4C5A1D

#4C5A1D
(76,90,29)
#46521B
(70,82,27)
#404A19
(64,74,25)
#3A4217
(58,66,23)
#343A15
(52,58,21)
#2E3213
(46,50,19)
#282A11
(40,42,17)
#22220F
(34,34,15)
#1C1A0D
(28,26,13)
#16120B
(22,18,11)
#100A09
(16,10,9)
#000000
(0,0,0)

Tints of #4C5A1D

#4C5A1D
(76,90,29)
#5C6931
(92,105,49)
#6C7845
(108,120,69)
#7C8759
(124,135,89)
#8C966D
(140,150,109)
#9CA581
(156,165,129)
#ACB495
(172,180,149)
#BCC3A9
(188,195,169)
#CCD2BD
(204,210,189)
#DCE1D1
(220,225,209)
#ECF0E5
(236,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C5A1D; }

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

This text font color is #4C5A1D.


Background Color

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

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

This div background color is #4C5A1D.


Border color

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

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

This div border color is #4C5A1D.


Opacity

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

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

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

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

This text has shadow with #4C5A1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C5A1D on black background.


Color preview on white background

This text has color #4C5A1D on white background.



Black color preview on #4C5A1D background

This text has black color on #4C5A1D background.


White color preview on #4C5A1D background

This text has white color on #4C5A1D background.