COLOR #4C0A20

HEX: #4C0A20
RGB: (76,10,32)

Color info

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

RGB color model

#4C0A20 color RGB value is (76,10,32).

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

RGB channels and saturation

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

76
10
32

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

Portions of RGB colors in percentages

R + G + B =
76 + 10 + 32 = 118 (100%)
R 76 of 118 ~ 64.41%
G 10 of 118 ~ 8.47%
B 32 of 118 ~ 27.12%

%64.41
%27.12

CMYK color model

#4C0A20 color CMYK value is (0,87,58,70).

  • cyan value is 0.00%
  • magenta value is 86.84%
  • yellow value is 57.89%
  • key color value is 70.20%
CMYK:
(0,87,58,70)
C0M87Y58K70 
(0%,87%,58%,70%)
(0.00/0.87/0.58/0.70)	

CMYK percentages

%0
%86.84
%57.89
%70.2

Codes

Color #4C0A20 in popluar color models

4C0A20
RGB761032
HSL340°76.74%16.86%
HSB/HSV340°86.84%29.80%
CMYK0.00%86.84%57.89%
70.20%

Color #4C0A20 in popluar number systems.

HEX4C0A20
Decimal761032
Binary10011001010100000
Octal1141240

Shades and tints

Shades of #4C0A20

#4C0A20
(76,10,32)
#460A1E
(70,10,30)
#400A1C
(64,10,28)
#3A0A1A
(58,10,26)
#340A18
(52,10,24)
#2E0A16
(46,10,22)
#280A14
(40,10,20)
#220A12
(34,10,18)
#1C0A10
(28,10,16)
#160A0E
(22,10,14)
#100A0C
(16,10,12)
#000000
(0,0,0)

Tints of #4C0A20

#4C0A20
(76,10,32)
#5C2034
(92,32,52)
#6C3648
(108,54,72)
#7C4C5C
(124,76,92)
#8C6270
(140,98,112)
#9C7884
(156,120,132)
#AC8E98
(172,142,152)
#BCA4AC
(188,164,172)
#CCBAC0
(204,186,192)
#DCD0D4
(220,208,212)
#ECE6E8
(236,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C0A20; }

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

This text font color is #4C0A20.


Background Color

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

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

This div background color is #4C0A20.


Border color

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

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

This div border color is #4C0A20.


Opacity

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

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

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

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

This text has shadow with #4C0A20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C0A20 on black background.


Color preview on white background

This text has color #4C0A20 on white background.



Black color preview on #4C0A20 background

This text has black color on #4C0A20 background.


White color preview on #4C0A20 background

This text has white color on #4C0A20 background.