COLOR #4D1C20

HEX: #4D1C20
RGB: (77,28,32)

Color info

#4D1C20 contains red, green and blue colors in about the same proportion. Web safe color of #4D1C20 is #333333 (or #333).

RGB color model

#4D1C20 color RGB value is (77,28,32).

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

RGB channels and saturation

R 77 of 255 = 30%
G 28 of 255 = 11%
B 32 of 255 = 13%

77
28
32

R + G + B ~ 18%. #4D1C20 is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 28 + 32 = 137 (100%)
R 77 of 137 ~ 56.2%
G 28 of 137 ~ 20.44%
B 32 of 137 ~ 23.36%

%56.2
%20.44
%23.36

CMYK color model

#4D1C20 color CMYK value is (0,64,58,70).

  • cyan value is 0.00%
  • magenta value is 63.64%
  • yellow value is 58.44%
  • key color value is 69.80%
CMYK:
(0,64,58,70)
C0M64Y58K70 
(0%,64%,58%,70%)
(0.00/0.64/0.58/0.70)	

CMYK percentages

%0
%63.64
%58.44
%69.8

Codes

Color #4D1C20 in popluar color models

4D1C20
RGB772832
HSL355°46.67%20.59%
HSB/HSV355°63.64%30.20%
CMYK0.00%63.64%58.44%
69.80%

Color #4D1C20 in popluar number systems.

HEX4D1C20
Decimal772832
Binary100110111100100000
Octal1153440

Shades and tints

Shades of #4D1C20

#4D1C20
(77,28,32)
#461A1E
(70,26,30)
#3F181C
(63,24,28)
#38161A
(56,22,26)
#311418
(49,20,24)
#2A1216
(42,18,22)
#231014
(35,16,20)
#1C0E12
(28,14,18)
#150C10
(21,12,16)
#0E0A0E
(14,10,14)
#07080C
(7,8,12)
#000000
(0,0,0)

Tints of #4D1C20

#4D1C20
(77,28,32)
#5D3034
(93,48,52)
#6D4448
(109,68,72)
#7D585C
(125,88,92)
#8D6C70
(141,108,112)
#9D8084
(157,128,132)
#AD9498
(173,148,152)
#BDA8AC
(189,168,172)
#CDBCC0
(205,188,192)
#DDD0D4
(221,208,212)
#EDE4E8
(237,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D1C20; }

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

This text font color is #4D1C20.


Background Color

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

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

This div background color is #4D1C20.


Border color

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

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

This div border color is #4D1C20.


Opacity

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

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

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

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

This text has shadow with #4D1C20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D1C20 on black background.


Color preview on white background

This text has color #4D1C20 on white background.



Black color preview on #4D1C20 background

This text has black color on #4D1C20 background.


White color preview on #4D1C20 background

This text has white color on #4D1C20 background.