COLOR #4D4A1F

HEX: #4D4A1F
RGB: (77,74,31)

Color info

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

RGB color model

#4D4A1F color RGB value is (77,74,31).

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

RGB channels and saturation

R 77 of 255 = 30%
G 74 of 255 = 29%
B 31 of 255 = 12%

77
74
31

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

Portions of RGB colors in percentages

R + G + B =
77 + 74 + 31 = 182 (100%)
R 77 of 182 ~ 42.31%
G 74 of 182 ~ 40.66%
B 31 of 182 ~ 17.03%

%42.31
%40.66
%17.03

CMYK color model

#4D4A1F color CMYK value is (0,4,60,70).

  • cyan value is 0.00%
  • magenta value is 3.90%
  • yellow value is 59.74%
  • key color value is 69.80%
CMYK:
(0,4,60,70)
C0M4Y60K70 
(0%,4%,60%,70%)
(0.00/0.04/0.60/0.70)	

CMYK percentages

%0
%3.9
%59.74
%69.8

Codes

Color #4D4A1F in popluar color models

4D4A1F
RGB777431
HSL56°42.59%21.18%
HSB/HSV56°59.74%30.20%
CMYK0.00%3.90%59.74%
69.80%

Color #4D4A1F in popluar number systems.

HEX4D4A1F
Decimal777431
Binary1001101100101011111
Octal11511237

Shades and tints

Shades of #4D4A1F

#4D4A1F
(77,74,31)
#46441D
(70,68,29)
#3F3E1B
(63,62,27)
#383819
(56,56,25)
#313217
(49,50,23)
#2A2C15
(42,44,21)
#232613
(35,38,19)
#1C2011
(28,32,17)
#151A0F
(21,26,15)
#0E140D
(14,20,13)
#070E0B
(7,14,11)
#000000
(0,0,0)

Tints of #4D4A1F

#4D4A1F
(77,74,31)
#5D5A33
(93,90,51)
#6D6A47
(109,106,71)
#7D7A5B
(125,122,91)
#8D8A6F
(141,138,111)
#9D9A83
(157,154,131)
#ADAA97
(173,170,151)
#BDBAAB
(189,186,171)
#CDCABF
(205,202,191)
#DDDAD3
(221,218,211)
#EDEAE7
(237,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D4A1F color. Also use rgb(77,74,31) instead hex code.

Text Font Color

.myTextColor { color: #4D4A1F; }

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

This text font color is #4D4A1F.


Background Color

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

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

This div background color is #4D4A1F.


Border color

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

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

This div border color is #4D4A1F.


Opacity

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

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

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

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

This text has shadow with #4D4A1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4A1F on black background.


Color preview on white background

This text has color #4D4A1F on white background.



Black color preview on #4D4A1F background

This text has black color on #4D4A1F background.


White color preview on #4D4A1F background

This text has white color on #4D4A1F background.