COLOR #4C0B20

HEX: #4C0B20
RGB: (76,11,32)

Color info

#4C0B20 contains mainly red and blue colors. Web safe color of #4C0B20 is #330033 (or #303).

RGB color model

#4C0B20 color RGB value is (76,11,32).

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

RGB channels and saturation

R 76 of 255 = 30%
G 11 of 255 = 4%
B 32 of 255 = 13%

76
11
32

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

Portions of RGB colors in percentages

R + G + B =
76 + 11 + 32 = 119 (100%)
R 76 of 119 ~ 63.87%
G 11 of 119 ~ 9.24%
B 32 of 119 ~ 26.89%

%63.87
%26.89

CMYK color model

#4C0B20 color CMYK value is (0,86,58,70).

  • cyan value is 0.00%
  • magenta value is 85.53%
  • yellow value is 57.89%
  • key color value is 70.20%
CMYK:
(0,86,58,70)
C0M86Y58K70 
(0%,86%,58%,70%)
(0.00/0.86/0.58/0.70)	

CMYK percentages

%0
%85.53
%57.89
%70.2

Codes

Color #4C0B20 in popluar color models

4C0B20
RGB761132
HSL341°74.71%17.06%
HSB/HSV341°85.53%29.80%
CMYK0.00%85.53%57.89%
70.20%

Color #4C0B20 in popluar number systems.

HEX4C0B20
Decimal761132
Binary10011001011100000
Octal1141340

Shades and tints

Shades of #4C0B20

#4C0B20
(76,11,32)
#460A1E
(70,10,30)
#40091C
(64,9,28)
#3A081A
(58,8,26)
#340718
(52,7,24)
#2E0616
(46,6,22)
#280514
(40,5,20)
#220412
(34,4,18)
#1C0310
(28,3,16)
#16020E
(22,2,14)
#10010C
(16,1,12)
#000000
(0,0,0)

Tints of #4C0B20

#4C0B20
(76,11,32)
#5C2134
(92,33,52)
#6C3748
(108,55,72)
#7C4D5C
(124,77,92)
#8C6370
(140,99,112)
#9C7984
(156,121,132)
#AC8F98
(172,143,152)
#BCA5AC
(188,165,172)
#CCBBC0
(204,187,192)
#DCD1D4
(220,209,212)
#ECE7E8
(236,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C0B20 color. Also use rgb(76,11,32) instead hex code.

Text Font Color

.myTextColor { color: #4C0B20; }

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

This text font color is #4C0B20.


Background Color

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

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

This div background color is #4C0B20.


Border color

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

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

This div border color is #4C0B20.


Opacity

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

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

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

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

This text has shadow with #4C0B20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C0B20 on black background.


Color preview on white background

This text has color #4C0B20 on white background.



Black color preview on #4C0B20 background

This text has black color on #4C0B20 background.


White color preview on #4C0B20 background

This text has white color on #4C0B20 background.