COLOR #5C0C06

HEX: #5C0C06
RGB: (92,12,6)

Color info

#5C0C06 contains mainly red color. Web safe color of #5C0C06 is #660000 (or #600).

RGB color model

#5C0C06 color RGB value is (92,12,6).

  • red value is 92;
  • green value is 12;
  • blue value is 6.
RGB:
(92,12,6)
(36%,5%,2%)

RGB channels and saturation

R 92 of 255 = 36%
G 12 of 255 = 5%
B 6 of 255 = 2%

92
12
6

R + G + B ~ 14%. #5C0C06 is dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 12 + 6 = 110 (100%)
R 92 of 110 ~ 83.64%
G 12 of 110 ~ 10.91%
B 6 of 110 ~ 5.45%

%83.64
%10.91

CMYK color model

#5C0C06 color CMYK value is (0,87,93,64).

  • cyan value is 0.00%
  • magenta value is 86.96%
  • yellow value is 93.48%
  • key color value is 63.92%
CMYK:
(0,87,93,64)
C0M87Y93K64 
(0%,87%,93%,64%)
(0.00/0.87/0.93/0.64)	

CMYK percentages

%0
%86.96
%93.48
%63.92

Codes

Color #5C0C06 in popluar color models

5C0C06
RGB92126
HSL87.76%19.22%
HSB/HSV93.48%36.08%
CMYK0.00%86.96%93.48%
63.92%

Color #5C0C06 in popluar number systems.

HEX5C0C06
Decimal92126
Binary10111001100110
Octal134146

Shades and tints

Shades of #5C0C06

#5C0C06
(92,12,6)
#540B06
(84,11,6)
#4C0A06
(76,10,6)
#440906
(68,9,6)
#3C0806
(60,8,6)
#340706
(52,7,6)
#2C0606
(44,6,6)
#240506
(36,5,6)
#1C0406
(28,4,6)
#140306
(20,3,6)
#0C0206
(12,2,6)
#000000
(0,0,0)

Tints of #5C0C06

#5C0C06
(92,12,6)
#6A221C
(106,34,28)
#783832
(120,56,50)
#864E48
(134,78,72)
#94645E
(148,100,94)
#A27A74
(162,122,116)
#B0908A
(176,144,138)
#BEA6A0
(190,166,160)
#CCBCB6
(204,188,182)
#DAD2CC
(218,210,204)
#E8E8E2
(232,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C0C06 color. Also use rgb(92,12,6) instead hex code.

Text Font Color

.myTextColor { color: #5C0C06; }

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

This text font color is #5C0C06.


Background Color

.myBgColor { background-color: #5C0C06; }

<div style="background-color:#5C0C06">Inner text</div>

This div background color is #5C0C06.


Border color

.myBorderColor { border: 1px solid #5C0C06; }

<div style="border:3px solid #5C0C06">Div</div>

This div border color is #5C0C06.


Opacity

.myOpacity80 { color: #5C0C06; opacity: 0.8; }

<p style="color:#5C0C06;opacity:0.8;">80%</p>

Text with #5C0C06 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 #5C0C06;}

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

This text has shadow with #5C0C06 color.

.textShadow {text-shadow: 3px 3px 1px #5C0C06, 3px 3px 1px red;}

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

This text has shadow with #5C0C06 primary color and red secondary color.


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

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

This text has shadow with #5C0C06 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C0C06 on black background.


Color preview on white background

This text has color #5C0C06 on white background.



Black color preview on #5C0C06 background

This text has black color on #5C0C06 background.


White color preview on #5C0C06 background

This text has white color on #5C0C06 background.