COLOR #95080C

HEX: #95080C
RGB: (149,8,12)

Color info

#95080C contains mainly red color. Web safe color of #95080C is #990000 (or #900).

RGB color model

#95080C color RGB value is (149,8,12).

  • red value is 149;
  • green value is 8;
  • blue value is 12.
RGB:
(149,8,12)
(58%,3%,5%)

RGB channels and saturation

R 149 of 255 = 58%
G 8 of 255 = 3%
B 12 of 255 = 5%

149
8
12

R + G + B ~ 22%. #95080C is dark color.

Portions of RGB colors in percentages

R + G + B =
149 + 8 + 12 = 169 (100%)
R 149 of 169 ~ 88.17%
G 8 of 169 ~ 4.73%
B 12 of 169 ~ 7.1%

%88.17

CMYK color model

#95080C color CMYK value is (0,95,92,42).

  • cyan value is 0.00%
  • magenta value is 94.63%
  • yellow value is 91.95%
  • key color value is 41.57%
CMYK:
(0,95,92,42)
C0M95Y92K42 
(0%,95%,92%,42%)
(0.00/0.95/0.92/0.42)	

CMYK percentages

%0
%94.63
%91.95
%41.57

Codes

Color #95080C in popluar color models

95080C
RGB149812
HSL358°89.81%30.78%
HSB/HSV358°94.63%58.43%
CMYK0.00%94.63%91.95%
41.57%

Color #95080C in popluar number systems.

HEX95080C
Decimal149812
Binary1001010110001100
Octal2251014

Shades and tints

Shades of #95080C

#95080C
(149,8,12)
#88080B
(136,8,11)
#7B080A
(123,8,10)
#6E0809
(110,8,9)
#610808
(97,8,8)
#540807
(84,8,7)
#470806
(71,8,6)
#3A0805
(58,8,5)
#2D0804
(45,8,4)
#200803
(32,8,3)
#130802
(19,8,2)
#000000
(0,0,0)

Tints of #95080C

#95080C
(149,8,12)
#9E1E22
(158,30,34)
#A73438
(167,52,56)
#B04A4E
(176,74,78)
#B96064
(185,96,100)
#C2767A
(194,118,122)
#CB8C90
(203,140,144)
#D4A2A6
(212,162,166)
#DDB8BC
(221,184,188)
#E6CED2
(230,206,210)
#EFE4E8
(239,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95080C color. Also use rgb(149,8,12) instead hex code.

Text Font Color

.myTextColor { color: #95080C; }

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

This text font color is #95080C.


Background Color

.myBgColor { background-color: #95080C; }

<div style="background-color:#95080C">Inner text</div>

This div background color is #95080C.


Border color

.myBorderColor { border: 1px solid #95080C; }

<div style="border:3px solid #95080C">Div</div>

This div border color is #95080C.


Opacity

.myOpacity80 { color: #95080C; opacity: 0.8; }

<p style="color:#95080C;opacity:0.8;">80%</p>

Text with #95080C 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 #95080C;}

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

This text has shadow with #95080C color.

.textShadow {text-shadow: 3px 3px 1px #95080C, 3px 3px 1px red;}

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

This text has shadow with #95080C primary color and red secondary color.


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

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

This text has shadow with #95080C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95080C on black background.


Color preview on white background

This text has color #95080C on white background.



Black color preview on #95080C background

This text has black color on #95080C background.


White color preview on #95080C background

This text has white color on #95080C background.