COLOR #950803

HEX: #950803
RGB: (149,8,3)

Color info

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

RGB color model

#950803 color RGB value is (149,8,3).

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

RGB channels and saturation

R 149 of 255 = 58%
G 8 of 255 = 3%
B 3 of 255 = 1%

149
8
3

R + G + B ~ 21%. #950803 is dark color.

Portions of RGB colors in percentages

R + G + B =
149 + 8 + 3 = 160 (100%)
R 149 of 160 ~ 93.13%
G 8 of 160 ~ 5%
B 3 of 160 ~ 1.88%

%93.13

CMYK color model

#950803 color CMYK value is (0,95,98,42).

  • cyan value is 0.00%
  • magenta value is 94.63%
  • yellow value is 97.99%
  • key color value is 41.57%
CMYK:
(0,95,98,42)
C0M95Y98K42 
(0%,95%,98%,42%)
(0.00/0.95/0.98/0.42)	

CMYK percentages

%0
%94.63
%97.99
%41.57

Codes

Color #950803 in popluar color models

950803
RGB14983
HSL96.05%29.80%
HSB/HSV97.99%58.43%
CMYK0.00%94.63%97.99%
41.57%

Color #950803 in popluar number systems.

HEX950803
Decimal14983
Binary10010101100011
Octal225103

Shades and tints

Shades of #950803

#950803
(149,8,3)
#880803
(136,8,3)
#7B0803
(123,8,3)
#6E0803
(110,8,3)
#610803
(97,8,3)
#540803
(84,8,3)
#470803
(71,8,3)
#3A0803
(58,8,3)
#2D0803
(45,8,3)
#200803
(32,8,3)
#130803
(19,8,3)
#000000
(0,0,0)

Tints of #950803

#950803
(149,8,3)
#9E1E19
(158,30,25)
#A7342F
(167,52,47)
#B04A45
(176,74,69)
#B9605B
(185,96,91)
#C27671
(194,118,113)
#CB8C87
(203,140,135)
#D4A29D
(212,162,157)
#DDB8B3
(221,184,179)
#E6CEC9
(230,206,201)
#EFE4DF
(239,228,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #950803; }

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

This text font color is #950803.


Background Color

.myBgColor { background-color: #950803; }

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

This div background color is #950803.


Border color

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

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

This div border color is #950803.


Opacity

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

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

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

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

This text has shadow with #950803 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #950803 on black background.


Color preview on white background

This text has color #950803 on white background.



Black color preview on #950803 background

This text has black color on #950803 background.


White color preview on #950803 background

This text has white color on #950803 background.