COLOR #4D1C1B

HEX: #4D1C1B
RGB: (77,28,27)

Color info

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

RGB color model

#4D1C1B color RGB value is (77,28,27).

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

RGB channels and saturation

R 77 of 255 = 30%
G 28 of 255 = 11%
B 27 of 255 = 11%

77
28
27

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

Portions of RGB colors in percentages

R + G + B =
77 + 28 + 27 = 132 (100%)
R 77 of 132 ~ 58.33%
G 28 of 132 ~ 21.21%
B 27 of 132 ~ 20.45%

%58.33
%21.21
%20.45

CMYK color model

#4D1C1B color CMYK value is (0,64,65,70).

  • cyan value is 0.00%
  • magenta value is 63.64%
  • yellow value is 64.94%
  • key color value is 69.80%
CMYK:
(0,64,65,70)
C0M64Y65K70 
(0%,64%,65%,70%)
(0.00/0.64/0.65/0.70)	

CMYK percentages

%0
%63.64
%64.94
%69.8

Codes

Color #4D1C1B in popluar color models

4D1C1B
RGB772827
HSL48.08%20.39%
HSB/HSV64.94%30.20%
CMYK0.00%63.64%64.94%
69.80%

Color #4D1C1B in popluar number systems.

HEX4D1C1B
Decimal772827
Binary10011011110011011
Octal1153433

Shades and tints

Shades of #4D1C1B

#4D1C1B
(77,28,27)
#461A19
(70,26,25)
#3F1817
(63,24,23)
#381615
(56,22,21)
#311413
(49,20,19)
#2A1211
(42,18,17)
#23100F
(35,16,15)
#1C0E0D
(28,14,13)
#150C0B
(21,12,11)
#0E0A09
(14,10,9)
#070807
(7,8,7)
#000000
(0,0,0)

Tints of #4D1C1B

#4D1C1B
(77,28,27)
#5D302F
(93,48,47)
#6D4443
(109,68,67)
#7D5857
(125,88,87)
#8D6C6B
(141,108,107)
#9D807F
(157,128,127)
#AD9493
(173,148,147)
#BDA8A7
(189,168,167)
#CDBCBB
(205,188,187)
#DDD0CF
(221,208,207)
#EDE4E3
(237,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D1C1B; }

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

This text font color is #4D1C1B.


Background Color

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

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

This div background color is #4D1C1B.


Border color

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

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

This div border color is #4D1C1B.


Opacity

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

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

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

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

This text has shadow with #4D1C1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D1C1B on black background.


Color preview on white background

This text has color #4D1C1B on white background.



Black color preview on #4D1C1B background

This text has black color on #4D1C1B background.


White color preview on #4D1C1B background

This text has white color on #4D1C1B background.