COLOR #4D2C1F

HEX: #4D2C1F
RGB: (77,44,31)

Color info

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

RGB color model

#4D2C1F color RGB value is (77,44,31).

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

RGB channels and saturation

R 77 of 255 = 30%
G 44 of 255 = 17%
B 31 of 255 = 12%

77
44
31

R + G + B ~ 20%. #4D2C1F is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 44 + 31 = 152 (100%)
R 77 of 152 ~ 50.66%
G 44 of 152 ~ 28.95%
B 31 of 152 ~ 20.39%

%50.66
%28.95
%20.39

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 42.86%
  • yellow value is 59.74%
  • key color value is 69.80%
CMYK:
(0,43,60,70)
C0M43Y60K70 
(0%,43%,60%,70%)
(0.00/0.43/0.60/0.70)	

CMYK percentages

%0
%42.86
%59.74
%69.8

Codes

Color #4D2C1F in popluar color models

4D2C1F
RGB774431
HSL17°42.59%21.18%
HSB/HSV17°59.74%30.20%
CMYK0.00%42.86%59.74%
69.80%

Color #4D2C1F in popluar number systems.

HEX4D2C1F
Decimal774431
Binary100110110110011111
Octal1155437

Shades and tints

Shades of #4D2C1F

#4D2C1F
(77,44,31)
#46281D
(70,40,29)
#3F241B
(63,36,27)
#382019
(56,32,25)
#311C17
(49,28,23)
#2A1815
(42,24,21)
#231413
(35,20,19)
#1C1011
(28,16,17)
#150C0F
(21,12,15)
#0E080D
(14,8,13)
#07040B
(7,4,11)
#000000
(0,0,0)

Tints of #4D2C1F

#4D2C1F
(77,44,31)
#5D3F33
(93,63,51)
#6D5247
(109,82,71)
#7D655B
(125,101,91)
#8D786F
(141,120,111)
#9D8B83
(157,139,131)
#AD9E97
(173,158,151)
#BDB1AB
(189,177,171)
#CDC4BF
(205,196,191)
#DDD7D3
(221,215,211)
#EDEAE7
(237,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D2C1F; }

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

This text font color is #4D2C1F.


Background Color

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

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

This div background color is #4D2C1F.


Border color

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

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

This div border color is #4D2C1F.


Opacity

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

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

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

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

This text has shadow with #4D2C1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D2C1F on black background.


Color preview on white background

This text has color #4D2C1F on white background.



Black color preview on #4D2C1F background

This text has black color on #4D2C1F background.


White color preview on #4D2C1F background

This text has white color on #4D2C1F background.