COLOR #9C0508

HEX: #9C0508
RGB: (156,5,8)

Color info

#9C0508 contains mainly red color. Web safe color of #9C0508 is #990000 (or #900).

RGB color model

#9C0508 color RGB value is (156,5,8).

  • red value is 156;
  • green value is 5;
  • blue value is 8.
RGB:
(156,5,8)
(61%,2%,3%)

RGB channels and saturation

R 156 of 255 = 61%
G 5 of 255 = 2%
B 8 of 255 = 3%

156
5
8

R + G + B ~ 22%. #9C0508 is dark color.

Portions of RGB colors in percentages

R + G + B =
156 + 5 + 8 = 169 (100%)
R 156 of 169 ~ 92.31%
G 5 of 169 ~ 2.96%
B 8 of 169 ~ 4.73%

%92.31

CMYK color model

#9C0508 color CMYK value is (0,97,95,39).

  • cyan value is 0.00%
  • magenta value is 96.79%
  • yellow value is 94.87%
  • key color value is 38.82%
CMYK:
(0,97,95,39)
C0M97Y95K39 
(0%,97%,95%,39%)
(0.00/0.97/0.95/0.39)	

CMYK percentages

%0
%96.79
%94.87
%38.82

Codes

Color #9C0508 in popluar color models

9C0508
RGB15658
HSL359°93.79%31.57%
HSB/HSV359°96.79%61.18%
CMYK0.00%96.79%94.87%
38.82%

Color #9C0508 in popluar number systems.

HEX9C0508
Decimal15658
Binary100111001011000
Octal234510

Shades and tints

Shades of #9C0508

#9C0508
(156,5,8)
#8E0508
(142,5,8)
#800508
(128,5,8)
#720508
(114,5,8)
#640508
(100,5,8)
#560508
(86,5,8)
#480508
(72,5,8)
#3A0508
(58,5,8)
#2C0508
(44,5,8)
#1E0508
(30,5,8)
#100508
(16,5,8)
#000000
(0,0,0)

Tints of #9C0508

#9C0508
(156,5,8)
#A51B1E
(165,27,30)
#AE3134
(174,49,52)
#B7474A
(183,71,74)
#C05D60
(192,93,96)
#C97376
(201,115,118)
#D2898C
(210,137,140)
#DB9FA2
(219,159,162)
#E4B5B8
(228,181,184)
#EDCBCE
(237,203,206)
#F6E1E4
(246,225,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C0508 color. Also use rgb(156,5,8) instead hex code.

Text Font Color

.myTextColor { color: #9C0508; }

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

This text font color is #9C0508.


Background Color

.myBgColor { background-color: #9C0508; }

<div style="background-color:#9C0508">Inner text</div>

This div background color is #9C0508.


Border color

.myBorderColor { border: 1px solid #9C0508; }

<div style="border:3px solid #9C0508">Div</div>

This div border color is #9C0508.


Opacity

.myOpacity80 { color: #9C0508; opacity: 0.8; }

<p style="color:#9C0508;opacity:0.8;">80%</p>

Text with #9C0508 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 #9C0508;}

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

This text has shadow with #9C0508 color.

.textShadow {text-shadow: 3px 3px 1px #9C0508, 3px 3px 1px red;}

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

This text has shadow with #9C0508 primary color and red secondary color.


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

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

This text has shadow with #9C0508 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C0508 on black background.


Color preview on white background

This text has color #9C0508 on white background.



Black color preview on #9C0508 background

This text has black color on #9C0508 background.


White color preview on #9C0508 background

This text has white color on #9C0508 background.