COLOR #4C0C2B

HEX: #4C0C2B
RGB: (76,12,43)

Color info

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

RGB color model

#4C0C2B color RGB value is (76,12,43).

  • red value is 76;
  • green value is 12;
  • blue value is 43.
RGB:
(76,12,43)
(30%,5%,17%)

RGB channels and saturation

R 76 of 255 = 30%
G 12 of 255 = 5%
B 43 of 255 = 17%

76
12
43

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

Portions of RGB colors in percentages

R + G + B =
76 + 12 + 43 = 131 (100%)
R 76 of 131 ~ 58.02%
G 12 of 131 ~ 9.16%
B 43 of 131 ~ 32.82%

%58.02
%32.82

CMYK color model

#4C0C2B color CMYK value is (0,84,43,70).

  • cyan value is 0.00%
  • magenta value is 84.21%
  • yellow value is 43.42%
  • key color value is 70.20%
CMYK:
(0,84,43,70)
C0M84Y43K70 
(0%,84%,43%,70%)
(0.00/0.84/0.43/0.70)	

CMYK percentages

%0
%84.21
%43.42
%70.2

Codes

Color #4C0C2B in popluar color models

4C0C2B
RGB761243
HSL331°72.73%17.25%
HSB/HSV331°84.21%29.80%
CMYK0.00%84.21%43.42%
70.20%

Color #4C0C2B in popluar number systems.

HEX4C0C2B
Decimal761243
Binary10011001100101011
Octal1141453

Shades and tints

Shades of #4C0C2B

#4C0C2B
(76,12,43)
#460B28
(70,11,40)
#400A25
(64,10,37)
#3A0922
(58,9,34)
#34081F
(52,8,31)
#2E071C
(46,7,28)
#280619
(40,6,25)
#220516
(34,5,22)
#1C0413
(28,4,19)
#160310
(22,3,16)
#10020D
(16,2,13)
#000000
(0,0,0)

Tints of #4C0C2B

#4C0C2B
(76,12,43)
#5C223E
(92,34,62)
#6C3851
(108,56,81)
#7C4E64
(124,78,100)
#8C6477
(140,100,119)
#9C7A8A
(156,122,138)
#AC909D
(172,144,157)
#BCA6B0
(188,166,176)
#CCBCC3
(204,188,195)
#DCD2D6
(220,210,214)
#ECE8E9
(236,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C0C2B color. Also use rgb(76,12,43) instead hex code.

Text Font Color

.myTextColor { color: #4C0C2B; }

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

This text font color is #4C0C2B.


Background Color

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

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

This div background color is #4C0C2B.


Border color

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

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

This div border color is #4C0C2B.


Opacity

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

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

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

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

This text has shadow with #4C0C2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C0C2B on black background.


Color preview on white background

This text has color #4C0C2B on white background.



Black color preview on #4C0C2B background

This text has black color on #4C0C2B background.


White color preview on #4C0C2B background

This text has white color on #4C0C2B background.