COLOR #4C4D1E

HEX: #4C4D1E
RGB: (76,77,30)

Color info

#4C4D1E contains red, green and blue colors in about the same proportion. Web safe color of #4C4D1E is #333333 (or #333).

RGB color model

#4C4D1E color RGB value is (76,77,30).

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

RGB channels and saturation

R 76 of 255 = 30%
G 77 of 255 = 30%
B 30 of 255 = 12%

76
77
30

R + G + B ~ 24%. #4C4D1E is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 77 + 30 = 183 (100%)
R 76 of 183 ~ 41.53%
G 77 of 183 ~ 42.08%
B 30 of 183 ~ 16.39%

%41.53
%42.08
%16.39

CMYK color model

#4C4D1E color CMYK value is (1,0,61,70).

  • cyan value is 1.30%
  • magenta value is 0.00%
  • yellow value is 61.04%
  • key color value is 69.80%
CMYK:
(1,0,61,70)
C1M0Y61K70 
(1%,0%,61%,70%)
(0.01/0.00/0.61/0.70)	

CMYK percentages

%1.3
%0
%61.04
%69.8

Codes

Color #4C4D1E in popluar color models

4C4D1E
RGB767730
HSL61°43.93%20.98%
HSB/HSV61°61.04%30.20%
CMYK1.30%0.00%61.04%
69.80%

Color #4C4D1E in popluar number systems.

HEX4C4D1E
Decimal767730
Binary1001100100110111110
Octal11411536

Shades and tints

Shades of #4C4D1E

#4C4D1E
(76,77,30)
#46461C
(70,70,28)
#403F1A
(64,63,26)
#3A3818
(58,56,24)
#343116
(52,49,22)
#2E2A14
(46,42,20)
#282312
(40,35,18)
#221C10
(34,28,16)
#1C150E
(28,21,14)
#160E0C
(22,14,12)
#10070A
(16,7,10)
#000000
(0,0,0)

Tints of #4C4D1E

#4C4D1E
(76,77,30)
#5C5D32
(92,93,50)
#6C6D46
(108,109,70)
#7C7D5A
(124,125,90)
#8C8D6E
(140,141,110)
#9C9D82
(156,157,130)
#ACAD96
(172,173,150)
#BCBDAA
(188,189,170)
#CCCDBE
(204,205,190)
#DCDDD2
(220,221,210)
#ECEDE6
(236,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C4D1E; }

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

This text font color is #4C4D1E.


Background Color

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

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

This div background color is #4C4D1E.


Border color

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

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

This div border color is #4C4D1E.


Opacity

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

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

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

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

This text has shadow with #4C4D1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4D1E on black background.


Color preview on white background

This text has color #4C4D1E on white background.



Black color preview on #4C4D1E background

This text has black color on #4C4D1E background.


White color preview on #4C4D1E background

This text has white color on #4C4D1E background.