COLOR #4D220C

HEX: #4D220C
RGB: (77,34,12)

Color info

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

RGB color model

#4D220C color RGB value is (77,34,12).

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

RGB channels and saturation

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

77
34
12

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

Portions of RGB colors in percentages

R + G + B =
77 + 34 + 12 = 123 (100%)
R 77 of 123 ~ 62.6%
G 34 of 123 ~ 27.64%
B 12 of 123 ~ 9.76%

%62.6
%27.64
%9.76

CMYK color model

#4D220C color CMYK value is (0,56,84,70).

  • cyan value is 0.00%
  • magenta value is 55.84%
  • yellow value is 84.42%
  • key color value is 69.80%
CMYK:
(0,56,84,70)
C0M56Y84K70 
(0%,56%,84%,70%)
(0.00/0.56/0.84/0.70)	

CMYK percentages

%0
%55.84
%84.42
%69.8

Codes

Color #4D220C in popluar color models

4D220C
RGB773412
HSL20°73.03%17.45%
HSB/HSV20°84.42%30.20%
CMYK0.00%55.84%84.42%
69.80%

Color #4D220C in popluar number systems.

HEX4D220C
Decimal773412
Binary10011011000101100
Octal1154214

Shades and tints

Shades of #4D220C

#4D220C
(77,34,12)
#461F0B
(70,31,11)
#3F1C0A
(63,28,10)
#381909
(56,25,9)
#311608
(49,22,8)
#2A1307
(42,19,7)
#231006
(35,16,6)
#1C0D05
(28,13,5)
#150A04
(21,10,4)
#0E0703
(14,7,3)
#070402
(7,4,2)
#000000
(0,0,0)

Tints of #4D220C

#4D220C
(77,34,12)
#5D3622
(93,54,34)
#6D4A38
(109,74,56)
#7D5E4E
(125,94,78)
#8D7264
(141,114,100)
#9D867A
(157,134,122)
#AD9A90
(173,154,144)
#BDAEA6
(189,174,166)
#CDC2BC
(205,194,188)
#DDD6D2
(221,214,210)
#EDEAE8
(237,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D220C; }

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

This text font color is #4D220C.


Background Color

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

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

This div background color is #4D220C.


Border color

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

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

This div border color is #4D220C.


Opacity

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

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

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

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

This text has shadow with #4D220C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D220C on black background.


Color preview on white background

This text has color #4D220C on white background.



Black color preview on #4D220C background

This text has black color on #4D220C background.


White color preview on #4D220C background

This text has white color on #4D220C background.