COLOR #4D201D

HEX: #4D201D RGB: (77,32,29)

Color info

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

RGB color model

#4D201D color RGB value is (77,32,29).

RGB: (77,32,29) (30%, 13%, 11%)

RGB channels and saturation

R 77 of 255 = 30%
G 32 of 255 = 13%
B 29 of 255 = 11%

77
32
29

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

Portions of RGB colors in percentages

R + G + B = 77 + 32 + 29 = 138 (100%)
R 77 of 138 ~ 55.8%
G 32 of 138 ~ 23.19%
B 29 of 138 ~ 21.01'%

%55.8
%23.19
%21.01

CMYK color model

#4D201D color CMYK value is (0,58,62,70).

  • cyan value is 0.00%
  • magenta value is 58.44%
  • yellow value is 62.34%
  • key color value is 69.80%
CMYK: (0,58,62,70) C0M58Y62K70 (0%,58%,62%,70%) (0.00/0.58/0.62/0.70) 

CMYK percentages

%0
%58.44
%62.34
%69.8

Codes

Color #4D201D in popluar color models

4D 20 1D
RGB 77 32 29
HSL 45.28% 20.78%
HSB/HSV 62.34% 30.20%
CMYK 0.00% 58.44% 62.34%
69.80%

Color #4D201D in popluar number systems.

HEX 4D 20 1D
Decimal 77 32 29
Binary 1001101 100000 11101
Octal 115 40 35

Shades and tints

Shades of #4D201D

#4D201D
(77,32,29)
#461E1B
(70,30,27)
#3F1C19
(63,28,25)
#381A17
(56,26,23)
#311815
(49,24,21)
#2A1613
(42,22,19)
#231411
(35,20,17)
#1C120F
(28,18,15)
#15100D
(21,16,13)
#0E0E0B
(14,14,11)
#070C09
(7,12,9)
#000000
(0,0,0)

Tints of #4D201D

#4D201D
(77,32,29)
#5D3431
(93,52,49)
#6D4845
(109,72,69)
#7D5C59
(125,92,89)
#8D706D
(141,112,109)
#9D8481
(157,132,129)
#AD9895
(173,152,149)
#BDACA9
(189,172,169)
#CDC0BD
(205,192,189)
#DDD4D1
(221,212,209)
#EDE8E5
(237,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D201D; }

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

This text font color is #4D201D.

Background Color

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

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

This div background color is #4D201D.

Border color

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

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

This div border color is #4D201D.

Opacity

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

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

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

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

This text has shadow with #4D201D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D201D.

Preview

Color preview on black background

This text has color #4D201D on black background.


Color preview on white background

This text has color #4D201D on white background.


Black color preview on #4D201D background

This text has black color on #4D201D background.


White color preview on #4D201D background

This text has white color on #4D201D background.


Related colors

Complementary color

Complementary color for #hex is #B2DFE2.


I love getcolorcode.com

Triadic colors

1 #1D4D20 and #201D4D with #4D201D are triadic colors.

2 #1D204D and #204D1D with #4D201D are triadic colors.