COLOR #4C5E1E

HEX: #4C5E1E
RGB: (76,94,30)

Color info

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

RGB color model

#4C5E1E color RGB value is (76,94,30).

  • red value is 76;
  • green value is 94;
  • blue value is 30.
RGB:
(76,94,30)
(30%,37%,12%)

RGB channels and saturation

R 76 of 255 = 30%
G 94 of 255 = 37%
B 30 of 255 = 12%

76
94
30

R + G + B ~ 26%. #4C5E1E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 94 + 30 = 200 (100%)
R 76 of 200 ~ 38%
G 94 of 200 ~ 47%
B 30 of 200 ~ 15%

%38
%47
%15

CMYK color model

#4C5E1E color CMYK value is (19,0,68,63).

  • cyan value is 19.15%
  • magenta value is 0.00%
  • yellow value is 68.09%
  • key color value is 63.14%
CMYK:
(19,0,68,63)
C19M0Y68K63 
(19%,0%,68%,63%)
(0.19/0.00/0.68/0.63)	

CMYK percentages

%19.15
%0
%68.09
%63.14

Codes

Color #4C5E1E in popluar color models

4C5E1E
RGB769430
HSL77°51.61%24.31%
HSB/HSV77°68.09%36.86%
CMYK19.15%0.00%68.09%
63.14%

Color #4C5E1E in popluar number systems.

HEX4C5E1E
Decimal769430
Binary1001100101111011110
Octal11413636

Shades and tints

Shades of #4C5E1E

#4C5E1E
(76,94,30)
#46561C
(70,86,28)
#404E1A
(64,78,26)
#3A4618
(58,70,24)
#343E16
(52,62,22)
#2E3614
(46,54,20)
#282E12
(40,46,18)
#222610
(34,38,16)
#1C1E0E
(28,30,14)
#16160C
(22,22,12)
#100E0A
(16,14,10)
#000000
(0,0,0)

Tints of #4C5E1E

#4C5E1E
(76,94,30)
#5C6C32
(92,108,50)
#6C7A46
(108,122,70)
#7C885A
(124,136,90)
#8C966E
(140,150,110)
#9CA482
(156,164,130)
#ACB296
(172,178,150)
#BCC0AA
(188,192,170)
#CCCEBE
(204,206,190)
#DCDCD2
(220,220,210)
#ECEAE6
(236,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C5E1E color. Also use rgb(76,94,30) instead hex code.

Text Font Color

.myTextColor { color: #4C5E1E; }

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

This text font color is #4C5E1E.


Background Color

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

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

This div background color is #4C5E1E.


Border color

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

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

This div border color is #4C5E1E.


Opacity

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

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

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

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

This text has shadow with #4C5E1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C5E1E on black background.


Color preview on white background

This text has color #4C5E1E on white background.



Black color preview on #4C5E1E background

This text has black color on #4C5E1E background.


White color preview on #4C5E1E background

This text has white color on #4C5E1E background.