COLOR #4D201F

HEX: #4D201F RGB: (77,32,31)

Color info

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

RGB color model

#4D201F color RGB value is (77,32,31).

RGB: (77,32,31) (30%, 13%, 12%)

RGB channels and saturation

R 77 of 255 = 30%
G 32 of 255 = 13%
B 31 of 255 = 12%

77
32
31

R + G + B ~ 18%. #4D201F is dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 32 + 31 = 140 (100%)
R 77 of 140 ~ 55%
G 32 of 140 ~ 22.86%
B 31 of 140 ~ 22.14'%

%55
%22.86
%22.14

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 58.44%
  • yellow value is 59.74%
  • key color value is 69.80%

CMYK: (0,58,60,70)
C0M58Y60K70 (0%, 58%, 60%, 70%)
(0.00 / 0.58 / 0.60 / 0.70)

CMYK percentages

%0
%58.44
%59.74
%69.8

Codes

Color #4D201F in popluar color models

4D 20 1F
RGB 77 32 31
HSL 42.59% 21.18%
HSB/HSV 59.74% 30.20%
CMYK 0.00% 58.44% 59.74%
69.80%

Color #4D201F in popluar number systems.

HEX 4D 20 1F
Decimal 77 32 31
Binary 1001101 100000 11111
Octal 115 40 37

Shades and tints

Shades of #4D201F

#4D201F
(77,32,31)
#461E1D
(70,30,29)
#3F1C1B
(63,28,27)
#381A19
(56,26,25)
#311817
(49,24,23)
#2A1615
(42,22,21)
#231413
(35,20,19)
#1C1211
(28,18,17)
#15100F
(21,16,15)
#0E0E0D
(14,14,13)
#070C0B
(7,12,11)
#000000
(0,0,0)

Tints of #4D201F

#4D201F
(77,32,31)
#5D3433
(93,52,51)
#6D4847
(109,72,71)
#7D5C5B
(125,92,91)
#8D706F
(141,112,111)
#9D8483
(157,132,131)
#AD9897
(173,152,151)
#BDACAB
(189,172,171)
#CDC0BF
(205,192,191)
#DDD4D3
(221,212,211)
#EDE8E7
(237,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D201F; }

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

This text font color is #4D201F.

Background Color

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

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

This div background color is #4D201F.

Border color

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

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

This div border color is #4D201F.

Opacity

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

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

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

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

This text has shadow with #4D201F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D201F.

Preview

Color preview on black background

This text has color #4D201F on black background.


Color preview on white background

This text has color #4D201F on white background.


Black color preview on #4D201F background

This text has black color on #4D201F background.


White color preview on #4D201F background

This text has white color on #4D201F background.


Related colors

Complementary color

Complementary color for #hex is #B2DFE0.


I love getcolorcode.com

Triadic colors

1 #1F4D20 and #201F4D with #4D201F are triadic colors.

2 #1F204D and #204D1F with #4D201F are triadic colors.