COLOR #4D1E1E

HEX: #4D1E1E RGB: (77,30,30)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

77
30
30

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

Portions of RGB colors in percentages

R + G + B = 77 + 30 + 30 = 137 (100%)
R 77 of 137 ~ 56.2%
G 30 of 137 ~ 21.9%
B 30 of 137 ~ 21.9'%

%56.2
%21.9
%21.9

CMYK color model

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

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

CMYK: (0,61,61,70)
C0M61Y61K70 (0%, 61%, 61%, 70%)
(0.00 / 0.61 / 0.61 / 0.70)

CMYK percentages

%0
%61.04
%61.04
%69.8

Codes

Color #4D1E1E in popluar color models

4D 1E 1E
RGB 77 30 30
HSL 43.93% 20.98%
HSB/HSV 61.04% 30.20%
CMYK 0.00% 61.04% 61.04%
69.80%

Color #4D1E1E in popluar number systems.

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

Shades and tints

Shades of #4D1E1E

#4D1E1E
(77,30,30)
#461C1C
(70,28,28)
#3F1A1A
(63,26,26)
#381818
(56,24,24)
#311616
(49,22,22)
#2A1414
(42,20,20)
#231212
(35,18,18)
#1C1010
(28,16,16)
#150E0E
(21,14,14)
#0E0C0C
(14,12,12)
#070A0A
(7,10,10)
#000000
(0,0,0)

Tints of #4D1E1E

#4D1E1E
(77,30,30)
#5D3232
(93,50,50)
#6D4646
(109,70,70)
#7D5A5A
(125,90,90)
#8D6E6E
(141,110,110)
#9D8282
(157,130,130)
#AD9696
(173,150,150)
#BDAAAA
(189,170,170)
#CDBEBE
(205,190,190)
#DDD2D2
(221,210,210)
#EDE6E6
(237,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D1E1E; }

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

This text font color is #4D1E1E.

Background Color

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

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

This div background color is #4D1E1E.

Border color

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

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

This div border color is #4D1E1E.

Opacity

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

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

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

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

This text has shadow with #4D1E1E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D1E1E.

Preview

Color preview on black background

This text has color #4D1E1E on black background.


Color preview on white background

This text has color #4D1E1E on white background.


Black color preview on #4D1E1E background

This text has black color on #4D1E1E background.


White color preview on #4D1E1E background

This text has white color on #4D1E1E background.


Related colors

Complementary color

Complementary color for #hex is #B2E1E1.


I love getcolorcode.com