COLOR #4C5E3C

HEX: #4C5E3C
RGB: (76,94,60)

Color info

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

RGB color model

#4C5E3C color RGB value is (76,94,60).

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

RGB channels and saturation

R 76 of 255 = 30%
G 94 of 255 = 37%
B 60 of 255 = 24%

76
94
60

R + G + B ~ 30%. #4C5E3C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 94 + 60 = 230 (100%)
R 76 of 230 ~ 33.04%
G 94 of 230 ~ 40.87%
B 60 of 230 ~ 26.09%

%33.04
%40.87
%26.09

CMYK color model

#4C5E3C color CMYK value is (19,0,36,63).

  • cyan value is 19.15%
  • magenta value is 0.00%
  • yellow value is 36.17%
  • key color value is 63.14%
CMYK:
(19,0,36,63)
C19M0Y36K63 
(19%,0%,36%,63%)
(0.19/0.00/0.36/0.63)	

CMYK percentages

%19.15
%0
%36.17
%63.14

Codes

Color #4C5E3C in popluar color models

4C5E3C
RGB769460
HSL92°22.08%30.20%
HSB/HSV92°36.17%36.86%
CMYK19.15%0.00%36.17%
63.14%

Color #4C5E3C in popluar number systems.

HEX4C5E3C
Decimal769460
Binary10011001011110111100
Octal11413674

Shades and tints

Shades of #4C5E3C

#4C5E3C
(76,94,60)
#465637
(70,86,55)
#404E32
(64,78,50)
#3A462D
(58,70,45)
#343E28
(52,62,40)
#2E3623
(46,54,35)
#282E1E
(40,46,30)
#222619
(34,38,25)
#1C1E14
(28,30,20)
#16160F
(22,22,15)
#100E0A
(16,14,10)
#000000
(0,0,0)

Tints of #4C5E3C

#4C5E3C
(76,94,60)
#5C6C4D
(92,108,77)
#6C7A5E
(108,122,94)
#7C886F
(124,136,111)
#8C9680
(140,150,128)
#9CA491
(156,164,145)
#ACB2A2
(172,178,162)
#BCC0B3
(188,192,179)
#CCCEC4
(204,206,196)
#DCDCD5
(220,220,213)
#ECEAE6
(236,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C5E3C; }

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

This text font color is #4C5E3C.


Background Color

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

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

This div background color is #4C5E3C.


Border color

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

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

This div border color is #4C5E3C.


Opacity

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

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

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

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

This text has shadow with #4C5E3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C5E3C on black background.


Color preview on white background

This text has color #4C5E3C on white background.



Black color preview on #4C5E3C background

This text has black color on #4C5E3C background.


White color preview on #4C5E3C background

This text has white color on #4C5E3C background.