COLOR #4D1412

HEX: #4D1412 RGB: (77,20,18)

Color info

#4D1412 contains red, green and blue colors in about the same proportion. Web safe color of #4D1412 is #330000 (or #300).

RGB color model

#4D1412 color RGB value is (77,20,18).

RGB: (77,20,18) (30%, 8%, 7%)

RGB channels and saturation

R 77 of 255 = 30%
G 20 of 255 = 8%
B 18 of 255 = 7%

77
20
18

R + G + B ~ 15%. #4D1412 is dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 20 + 18 = 115 (100%)
R 77 of 115 ~ 66.96%
G 20 of 115 ~ 17.39%
B 18 of 115 ~ 15.65'%

%66.96
%17.39
%15.65

CMYK color model

#4D1412 color CMYK value is (0,74,77,70).

  • cyan value is 0.00%
  • magenta value is 74.03%
  • yellow value is 76.62%
  • key color value is 69.80%
CMYK: (0,74,77,70) C0M74Y77K70 (0%,74%,77%,70%) (0.00/0.74/0.77/0.70) 

CMYK percentages

%0
%74.03
%76.62
%69.8

Codes

Color #4D1412 in popluar color models

4D 14 12
RGB 77 20 18
HSL 62.11% 18.63%
HSB/HSV 76.62% 30.20%
CMYK 0.00% 74.03% 76.62%
69.80%

Color #4D1412 in popluar number systems.

HEX 4D 14 12
Decimal 77 20 18
Binary 1001101 10100 10010
Octal 115 24 22

Shades and tints

Shades of #4D1412

#4D1412
(77,20,18)
#461311
(70,19,17)
#3F1210
(63,18,16)
#38110F
(56,17,15)
#31100E
(49,16,14)
#2A0F0D
(42,15,13)
#230E0C
(35,14,12)
#1C0D0B
(28,13,11)
#150C0A
(21,12,10)
#0E0B09
(14,11,9)
#070A08
(7,10,8)
#000000
(0,0,0)

Tints of #4D1412

#4D1412
(77,20,18)
#5D2927
(93,41,39)
#6D3E3C
(109,62,60)
#7D5351
(125,83,81)
#8D6866
(141,104,102)
#9D7D7B
(157,125,123)
#AD9290
(173,146,144)
#BDA7A5
(189,167,165)
#CDBCBA
(205,188,186)
#DDD1CF
(221,209,207)
#EDE6E4
(237,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D1412; }

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

This text font color is #4D1412.

Background Color

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

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

This div background color is #4D1412.

Border color

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

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

This div border color is #4D1412.

Opacity

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

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

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

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

This text has shadow with #4D1412 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D1412.

Preview

Color preview on black background

This text has color #4D1412 on black background.


Color preview on white background

This text has color #4D1412 on white background.


Black color preview on #4D1412 background

This text has black color on #4D1412 background.


White color preview on #4D1412 background

This text has white color on #4D1412 background.


Related colors

Complementary color

Complementary color for #hex is #B2EBED.


I love getcolorcode.com

Triadic colors

1 #124D14 and #14124D with #4D1412 are triadic colors.

2 #12144D and #144D12 with #4D1412 are triadic colors.