COLOR #5C0C17

HEX: #5C0C17
RGB: (92,12,23)

Color info

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

RGB color model

#5C0C17 color RGB value is (92,12,23).

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

RGB channels and saturation

R 92 of 255 = 36%
G 12 of 255 = 5%
B 23 of 255 = 9%

92
12
23

R + G + B ~ 17%. #5C0C17 is dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 12 + 23 = 127 (100%)
R 92 of 127 ~ 72.44%
G 12 of 127 ~ 9.45%
B 23 of 127 ~ 18.11%

%72.44
%18.11

CMYK color model

#5C0C17 color CMYK value is (0,87,75,64).

  • cyan value is 0.00%
  • magenta value is 86.96%
  • yellow value is 75.00%
  • key color value is 63.92%
CMYK:
(0,87,75,64)
C0M87Y75K64 
(0%,87%,75%,64%)
(0.00/0.87/0.75/0.64)	

CMYK percentages

%0
%86.96
%75
%63.92

Codes

Color #5C0C17 in popluar color models

5C0C17
RGB921223
HSL352°76.92%20.39%
HSB/HSV352°86.96%36.08%
CMYK0.00%86.96%75.00%
63.92%

Color #5C0C17 in popluar number systems.

HEX5C0C17
Decimal921223
Binary1011100110010111
Octal1341427

Shades and tints

Shades of #5C0C17

#5C0C17
(92,12,23)
#540B15
(84,11,21)
#4C0A13
(76,10,19)
#440911
(68,9,17)
#3C080F
(60,8,15)
#34070D
(52,7,13)
#2C060B
(44,6,11)
#240509
(36,5,9)
#1C0407
(28,4,7)
#140305
(20,3,5)
#0C0203
(12,2,3)
#000000
(0,0,0)

Tints of #5C0C17

#5C0C17
(92,12,23)
#6A222C
(106,34,44)
#783841
(120,56,65)
#864E56
(134,78,86)
#94646B
(148,100,107)
#A27A80
(162,122,128)
#B09095
(176,144,149)
#BEA6AA
(190,166,170)
#CCBCBF
(204,188,191)
#DAD2D4
(218,210,212)
#E8E8E9
(232,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C0C17; }

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

This text font color is #5C0C17.


Background Color

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

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

This div background color is #5C0C17.


Border color

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

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

This div border color is #5C0C17.


Opacity

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

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

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

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

This text has shadow with #5C0C17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C0C17 on black background.


Color preview on white background

This text has color #5C0C17 on white background.



Black color preview on #5C0C17 background

This text has black color on #5C0C17 background.


White color preview on #5C0C17 background

This text has white color on #5C0C17 background.