COLOR #4D1E0D

HEX: #4D1E0D RGB: (77,30,13)

Color info

#4D1E0D contains mainly red and green colors. Web safe color of #4D1E0D is #333300 (or #330).

RGB color model

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

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

RGB channels and saturation

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

77
30
13

R + G + B ~ 16%. #4D1E0D is dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 30 + 13 = 120 (100%)
R 77 of 120 ~ 64.17%
G 30 of 120 ~ 25%
B 13 of 120 ~ 10.83'%

%64.17
%25
%10.83

CMYK color model

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

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

CMYK: (0,61,83,70)
C0M61Y83K70 (0%, 61%, 83%, 70%)
(0.00 / 0.61 / 0.83 / 0.70)

CMYK percentages

%0
%61.04
%83.12
%69.8

Codes

Color #4D1E0D in popluar color models

4D 1E 0D
RGB 77 30 13
HSL 16° 71.11% 17.65%
HSB/HSV 16° 83.12% 30.20%
CMYK 0.00% 61.04% 83.12%
69.80%

Color #4D1E0D in popluar number systems.

HEX 4D 1E 0D
Decimal 77 30 13
Binary 1001101 11110 1101
Octal 115 36 15

Shades and tints

Shades of #4D1E0D

#4D1E0D
(77,30,13)
#461C0C
(70,28,12)
#3F1A0B
(63,26,11)
#38180A
(56,24,10)
#311609
(49,22,9)
#2A1408
(42,20,8)
#231207
(35,18,7)
#1C1006
(28,16,6)
#150E05
(21,14,5)
#0E0C04
(14,12,4)
#070A03
(7,10,3)
#000000
(0,0,0)

Tints of #4D1E0D

#4D1E0D
(77,30,13)
#5D3223
(93,50,35)
#6D4639
(109,70,57)
#7D5A4F
(125,90,79)
#8D6E65
(141,110,101)
#9D827B
(157,130,123)
#AD9691
(173,150,145)
#BDAAA7
(189,170,167)
#CDBEBD
(205,190,189)
#DDD2D3
(221,210,211)
#EDE6E9
(237,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D1E0D; }

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

This text font color is #4D1E0D.

Background Color

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

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

This div background color is #4D1E0D.

Border color

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

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

This div border color is #4D1E0D.

Opacity

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

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

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

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

This text has shadow with #4D1E0D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D1E0D.

Preview

Color preview on black background

This text has color #4D1E0D on black background.


Color preview on white background

This text has color #4D1E0D on white background.


Black color preview on #4D1E0D background

This text has black color on #4D1E0D background.


White color preview on #4D1E0D background

This text has white color on #4D1E0D background.


Related colors

Complementary color

Complementary color for #hex is #B2E1F2.


I love getcolorcode.com

Triadic colors

1 #0D4D1E and #1E0D4D with #4D1E0D are triadic colors.

2 #0D1E4D and #1E4D0D with #4D1E0D are triadic colors.