COLOR #950602

HEX: #950602
RGB: (149,6,2)

Color info

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

RGB color model

#950602 color RGB value is (149,6,2).

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

RGB channels and saturation

R 149 of 255 = 58%
G 6 of 255 = 2%
B 2 of 255 = 1%

149
6
2

R + G + B ~ 20%. #950602 is dark color.

Portions of RGB colors in percentages

R + G + B =
149 + 6 + 2 = 157 (100%)
R 149 of 157 ~ 94.9%
G 6 of 157 ~ 3.82%
B 2 of 157 ~ 1.27%

%94.9

CMYK color model

#950602 color CMYK value is (0,96,99,42).

  • cyan value is 0.00%
  • magenta value is 95.97%
  • yellow value is 98.66%
  • key color value is 41.57%
CMYK:
(0,96,99,42)
C0M96Y99K42 
(0%,96%,99%,42%)
(0.00/0.96/0.99/0.42)	

CMYK percentages

%0
%95.97
%98.66
%41.57

Codes

Color #950602 in popluar color models

950602
RGB14962
HSL97.35%29.61%
HSB/HSV98.66%58.43%
CMYK0.00%95.97%98.66%
41.57%

Color #950602 in popluar number systems.

HEX950602
Decimal14962
Binary1001010111010
Octal22562

Shades and tints

Shades of #950602

#950602
(149,6,2)
#880602
(136,6,2)
#7B0602
(123,6,2)
#6E0602
(110,6,2)
#610602
(97,6,2)
#540602
(84,6,2)
#470602
(71,6,2)
#3A0602
(58,6,2)
#2D0602
(45,6,2)
#200602
(32,6,2)
#130602
(19,6,2)
#000000
(0,0,0)

Tints of #950602

#950602
(149,6,2)
#9E1C19
(158,28,25)
#A73230
(167,50,48)
#B04847
(176,72,71)
#B95E5E
(185,94,94)
#C27475
(194,116,117)
#CB8A8C
(203,138,140)
#D4A0A3
(212,160,163)
#DDB6BA
(221,182,186)
#E6CCD1
(230,204,209)
#EFE2E8
(239,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #950602; }

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

This text font color is #950602.


Background Color

.myBgColor { background-color: #950602; }

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

This div background color is #950602.


Border color

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

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

This div border color is #950602.


Opacity

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

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

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

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

This text has shadow with #950602 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #950602 on black background.


Color preview on white background

This text has color #950602 on white background.



Black color preview on #950602 background

This text has black color on #950602 background.


White color preview on #950602 background

This text has white color on #950602 background.