COLOR #4D1220

HEX: #4D1220
RGB: (77,18,32)

Color info

#4D1220 contains red, green and blue colors in about the same proportion. Web safe color of #4D1220 is #330033 (or #303).

RGB color model

#4D1220 color RGB value is (77,18,32).

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

RGB channels and saturation

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

77
18
32

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

Portions of RGB colors in percentages

R + G + B =
77 + 18 + 32 = 127 (100%)
R 77 of 127 ~ 60.63%
G 18 of 127 ~ 14.17%
B 32 of 127 ~ 25.2%

%60.63
%14.17
%25.2

CMYK color model

#4D1220 color CMYK value is (0,77,58,70).

  • cyan value is 0.00%
  • magenta value is 76.62%
  • yellow value is 58.44%
  • key color value is 69.80%
CMYK:
(0,77,58,70)
C0M77Y58K70 
(0%,77%,58%,70%)
(0.00/0.77/0.58/0.70)	

CMYK percentages

%0
%76.62
%58.44
%69.8

Codes

Color #4D1220 in popluar color models

4D1220
RGB771832
HSL346°62.11%18.63%
HSB/HSV346°76.62%30.20%
CMYK0.00%76.62%58.44%
69.80%

Color #4D1220 in popluar number systems.

HEX4D1220
Decimal771832
Binary100110110010100000
Octal1152240

Shades and tints

Shades of #4D1220

#4D1220
(77,18,32)
#46111E
(70,17,30)
#3F101C
(63,16,28)
#380F1A
(56,15,26)
#310E18
(49,14,24)
#2A0D16
(42,13,22)
#230C14
(35,12,20)
#1C0B12
(28,11,18)
#150A10
(21,10,16)
#0E090E
(14,9,14)
#07080C
(7,8,12)
#000000
(0,0,0)

Tints of #4D1220

#4D1220
(77,18,32)
#5D2734
(93,39,52)
#6D3C48
(109,60,72)
#7D515C
(125,81,92)
#8D6670
(141,102,112)
#9D7B84
(157,123,132)
#AD9098
(173,144,152)
#BDA5AC
(189,165,172)
#CDBAC0
(205,186,192)
#DDCFD4
(221,207,212)
#EDE4E8
(237,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D1220; }

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

This text font color is #4D1220.


Background Color

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

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

This div background color is #4D1220.


Border color

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

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

This div border color is #4D1220.


Opacity

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

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

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

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

This text has shadow with #4D1220 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D1220 on black background.


Color preview on white background

This text has color #4D1220 on white background.



Black color preview on #4D1220 background

This text has black color on #4D1220 background.


White color preview on #4D1220 background

This text has white color on #4D1220 background.