COLOR #4D2212

HEX: #4D2212
RGB: (77,34,18)

Color info

#4D2212 contains red, green and blue colors in about the same proportion. Web safe color of #4D2212 is #333300 (or #330).

RGB color model

#4D2212 color RGB value is (77,34,18).

  • red value is 77;
  • green value is 34;
  • blue value is 18.
RGB:
(77,34,18)
(30%,13%,7%)

RGB channels and saturation

R 77 of 255 = 30%
G 34 of 255 = 13%
B 18 of 255 = 7%

77
34
18

R + G + B ~ 17%. #4D2212 is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 34 + 18 = 129 (100%)
R 77 of 129 ~ 59.69%
G 34 of 129 ~ 26.36%
B 18 of 129 ~ 13.95%

%59.69
%26.36
%13.95

CMYK color model

#4D2212 color CMYK value is (0,56,77,70).

  • cyan value is 0.00%
  • magenta value is 55.84%
  • yellow value is 76.62%
  • key color value is 69.80%
CMYK:
(0,56,77,70)
C0M56Y77K70 
(0%,56%,77%,70%)
(0.00/0.56/0.77/0.70)	

CMYK percentages

%0
%55.84
%76.62
%69.8

Codes

Color #4D2212 in popluar color models

4D2212
RGB773418
HSL16°62.11%18.63%
HSB/HSV16°76.62%30.20%
CMYK0.00%55.84%76.62%
69.80%

Color #4D2212 in popluar number systems.

HEX4D2212
Decimal773418
Binary100110110001010010
Octal1154222

Shades and tints

Shades of #4D2212

#4D2212
(77,34,18)
#461F11
(70,31,17)
#3F1C10
(63,28,16)
#38190F
(56,25,15)
#31160E
(49,22,14)
#2A130D
(42,19,13)
#23100C
(35,16,12)
#1C0D0B
(28,13,11)
#150A0A
(21,10,10)
#0E0709
(14,7,9)
#070408
(7,4,8)
#000000
(0,0,0)

Tints of #4D2212

#4D2212
(77,34,18)
#5D3627
(93,54,39)
#6D4A3C
(109,74,60)
#7D5E51
(125,94,81)
#8D7266
(141,114,102)
#9D867B
(157,134,123)
#AD9A90
(173,154,144)
#BDAEA5
(189,174,165)
#CDC2BA
(205,194,186)
#DDD6CF
(221,214,207)
#EDEAE4
(237,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D2212; }

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

This text font color is #4D2212.


Background Color

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

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

This div background color is #4D2212.


Border color

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

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

This div border color is #4D2212.


Opacity

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

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

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

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

This text has shadow with #4D2212 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D2212 on black background.


Color preview on white background

This text has color #4D2212 on white background.



Black color preview on #4D2212 background

This text has black color on #4D2212 background.


White color preview on #4D2212 background

This text has white color on #4D2212 background.