COLOR #4D4C1E

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

77
76
30

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

Portions of RGB colors in percentages

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

%42.08
%41.53
%16.39

CMYK color model

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

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

CMYK percentages

%0
%1.3
%61.04
%69.8

Codes

Color #4D4C1E in popluar color models

4D4C1E
RGB777630
HSL59°43.93%20.98%
HSB/HSV59°61.04%30.20%
CMYK0.00%1.30%61.04%
69.80%

Color #4D4C1E in popluar number systems.

HEX4D4C1E
Decimal777630
Binary1001101100110011110
Octal11511436

Shades and tints

Shades of #4D4C1E

#4D4C1E
(77,76,30)
#46461C
(70,70,28)
#3F401A
(63,64,26)
#383A18
(56,58,24)
#313416
(49,52,22)
#2A2E14
(42,46,20)
#232812
(35,40,18)
#1C2210
(28,34,16)
#151C0E
(21,28,14)
#0E160C
(14,22,12)
#07100A
(7,16,10)
#000000
(0,0,0)

Tints of #4D4C1E

#4D4C1E
(77,76,30)
#5D5C32
(93,92,50)
#6D6C46
(109,108,70)
#7D7C5A
(125,124,90)
#8D8C6E
(141,140,110)
#9D9C82
(157,156,130)
#ADAC96
(173,172,150)
#BDBCAA
(189,188,170)
#CDCCBE
(205,204,190)
#DDDCD2
(221,220,210)
#EDECE6
(237,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4C1E; }

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

This text font color is #4D4C1E.


Background Color

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

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

This div background color is #4D4C1E.


Border color

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

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

This div border color is #4D4C1E.


Opacity

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

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

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

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

This text has shadow with #4D4C1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4C1E on black background.


Color preview on white background

This text has color #4D4C1E on white background.



Black color preview on #4D4C1E background

This text has black color on #4D4C1E background.


White color preview on #4D4C1E background

This text has white color on #4D4C1E background.