COLOR #4D1D1E

HEX: #4D1D1E RGB: (77,29,30)

Color info

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

RGB color model

#4D1D1E color RGB value is (77,29,30).

RGB: (77,29,30) (30%, 11%, 12%)

RGB channels and saturation

R 77 of 255 = 30%
G 29 of 255 = 11%
B 30 of 255 = 12%

77
29
30

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

Portions of RGB colors in percentages

R + G + B = 77 + 29 + 30 = 136 (100%)
R 77 of 136 ~ 56.62%
G 29 of 136 ~ 21.32%
B 30 of 136 ~ 22.06'%

%56.62
%21.32
%22.06

CMYK color model

#4D1D1E color CMYK value is (0,62,61,70).

  • cyan value is 0.00%
  • magenta value is 62.34%
  • yellow value is 61.04%
  • key color value is 69.80%

CMYK: (0,62,61,70)
C0M62Y61K70 (0%, 62%, 61%, 70%)
(0.00 / 0.62 / 0.61 / 0.70)

CMYK percentages

%0
%62.34
%61.04
%69.8

Codes

Color #4D1D1E in popluar color models

4D 1D 1E
RGB 77 29 30
HSL 359° 45.28% 20.78%
HSB/HSV 359° 62.34% 30.20%
CMYK 0.00% 62.34% 61.04%
69.80%

Color #4D1D1E in popluar number systems.

HEX 4D 1D 1E
Decimal 77 29 30
Binary 1001101 11101 11110
Octal 115 35 36

Shades and tints

Shades of #4D1D1E

#4D1D1E
(77,29,30)
#461B1C
(70,27,28)
#3F191A
(63,25,26)
#381718
(56,23,24)
#311516
(49,21,22)
#2A1314
(42,19,20)
#231112
(35,17,18)
#1C0F10
(28,15,16)
#150D0E
(21,13,14)
#0E0B0C
(14,11,12)
#07090A
(7,9,10)
#000000
(0,0,0)

Tints of #4D1D1E

#4D1D1E
(77,29,30)
#5D3132
(93,49,50)
#6D4546
(109,69,70)
#7D595A
(125,89,90)
#8D6D6E
(141,109,110)
#9D8182
(157,129,130)
#AD9596
(173,149,150)
#BDA9AA
(189,169,170)
#CDBDBE
(205,189,190)
#DDD1D2
(221,209,210)
#EDE5E6
(237,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D1D1E; }

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

This text font color is #4D1D1E.

Background Color

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

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

This div background color is #4D1D1E.

Border color

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

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

This div border color is #4D1D1E.

Opacity

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

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

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

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

This text has shadow with #4D1D1E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D1D1E.

Preview

Color preview on black background

This text has color #4D1D1E on black background.


Color preview on white background

This text has color #4D1D1E on white background.


Black color preview on #4D1D1E background

This text has black color on #4D1D1E background.


White color preview on #4D1D1E background

This text has white color on #4D1D1E background.


Related colors

Complementary color

Complementary color for #hex is #B2E2E1.


I love getcolorcode.com

Triadic colors

1 #1E4D1D and #1D1E4D with #4D1D1E are triadic colors.

2 #1E1D4D and #1D4D1E with #4D1D1E are triadic colors.