COLOR #950612

HEX: #950612
RGB: (149,6,18)

Color info

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

RGB color model

#950612 color RGB value is (149,6,18).

  • red value is 149;
  • green value is 6;
  • blue value is 18.
RGB:
(149,6,18)
(58%,2%,7%)

RGB channels and saturation

R 149 of 255 = 58%
G 6 of 255 = 2%
B 18 of 255 = 7%

149
6
18

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

Portions of RGB colors in percentages

R + G + B =
149 + 6 + 18 = 173 (100%)
R 149 of 173 ~ 86.13%
G 6 of 173 ~ 3.47%
B 18 of 173 ~ 10.4%

%86.13
%10.4

CMYK color model

#950612 color CMYK value is (0,96,88,42).

  • cyan value is 0.00%
  • magenta value is 95.97%
  • yellow value is 87.92%
  • key color value is 41.57%
CMYK:
(0,96,88,42)
C0M96Y88K42 
(0%,96%,88%,42%)
(0.00/0.96/0.88/0.42)	

CMYK percentages

%0
%95.97
%87.92
%41.57

Codes

Color #950612 in popluar color models

950612
RGB149618
HSL355°92.26%30.39%
HSB/HSV355°95.97%58.43%
CMYK0.00%95.97%87.92%
41.57%

Color #950612 in popluar number systems.

HEX950612
Decimal149618
Binary1001010111010010
Octal225622

Shades and tints

Shades of #950612

#950612
(149,6,18)
#880611
(136,6,17)
#7B0610
(123,6,16)
#6E060F
(110,6,15)
#61060E
(97,6,14)
#54060D
(84,6,13)
#47060C
(71,6,12)
#3A060B
(58,6,11)
#2D060A
(45,6,10)
#200609
(32,6,9)
#130608
(19,6,8)
#000000
(0,0,0)

Tints of #950612

#950612
(149,6,18)
#9E1C27
(158,28,39)
#A7323C
(167,50,60)
#B04851
(176,72,81)
#B95E66
(185,94,102)
#C2747B
(194,116,123)
#CB8A90
(203,138,144)
#D4A0A5
(212,160,165)
#DDB6BA
(221,182,186)
#E6CCCF
(230,204,207)
#EFE2E4
(239,226,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #950612 color. Also use rgb(149,6,18) instead hex code.

Text Font Color

.myTextColor { color: #950612; }

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

This text font color is #950612.


Background Color

.myBgColor { background-color: #950612; }

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

This div background color is #950612.


Border color

.myBorderColor { border: 1px solid #950612; }

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

This div border color is #950612.


Opacity

.myOpacity80 { color: #950612; opacity: 0.8; }

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

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

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

This text has shadow with #950612 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #950612 on black background.


Color preview on white background

This text has color #950612 on white background.



Black color preview on #950612 background

This text has black color on #950612 background.


White color preview on #950612 background

This text has white color on #950612 background.