COLOR #4D1C0B

HEX: #4D1C0B
RGB: (77,28,11)

Color info

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

RGB color model

#4D1C0B color RGB value is (77,28,11).

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

RGB channels and saturation

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

77
28
11

R + G + B ~ 15%. #4D1C0B is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 28 + 11 = 116 (100%)
R 77 of 116 ~ 66.38%
G 28 of 116 ~ 24.14%
B 11 of 116 ~ 9.48%

%66.38
%24.14

CMYK color model

#4D1C0B color CMYK value is (0,64,86,70).

  • cyan value is 0.00%
  • magenta value is 63.64%
  • yellow value is 85.71%
  • key color value is 69.80%
CMYK:
(0,64,86,70)
C0M64Y86K70 
(0%,64%,86%,70%)
(0.00/0.64/0.86/0.70)	

CMYK percentages

%0
%63.64
%85.71
%69.8

Codes

Color #4D1C0B in popluar color models

4D1C0B
RGB772811
HSL15°75.00%17.25%
HSB/HSV15°85.71%30.20%
CMYK0.00%63.64%85.71%
69.80%

Color #4D1C0B in popluar number systems.

HEX4D1C0B
Decimal772811
Binary1001101111001011
Octal1153413

Shades and tints

Shades of #4D1C0B

#4D1C0B
(77,28,11)
#461A0A
(70,26,10)
#3F1809
(63,24,9)
#381608
(56,22,8)
#311407
(49,20,7)
#2A1206
(42,18,6)
#231005
(35,16,5)
#1C0E04
(28,14,4)
#150C03
(21,12,3)
#0E0A02
(14,10,2)
#070801
(7,8,1)
#000000
(0,0,0)

Tints of #4D1C0B

#4D1C0B
(77,28,11)
#5D3021
(93,48,33)
#6D4437
(109,68,55)
#7D584D
(125,88,77)
#8D6C63
(141,108,99)
#9D8079
(157,128,121)
#AD948F
(173,148,143)
#BDA8A5
(189,168,165)
#CDBCBB
(205,188,187)
#DDD0D1
(221,208,209)
#EDE4E7
(237,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D1C0B; }

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

This text font color is #4D1C0B.


Background Color

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

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

This div background color is #4D1C0B.


Border color

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

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

This div border color is #4D1C0B.


Opacity

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

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

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

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

This text has shadow with #4D1C0B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D1C0B on black background.


Color preview on white background

This text has color #4D1C0B on white background.



Black color preview on #4D1C0B background

This text has black color on #4D1C0B background.


White color preview on #4D1C0B background

This text has white color on #4D1C0B background.