COLOR #950D1C

HEX: #950D1C
RGB: (149,13,28)

Color info

#950D1C contains mainly red color. Web safe color of #950D1C is #990033 (or #903).

RGB color model

#950D1C color RGB value is (149,13,28).

  • red value is 149;
  • green value is 13;
  • blue value is 28.
RGB:
(149,13,28)
(58%,5%,11%)

RGB channels and saturation

R 149 of 255 = 58%
G 13 of 255 = 5%
B 28 of 255 = 11%

149
13
28

R + G + B ~ 25%. #950D1C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
149 + 13 + 28 = 190 (100%)
R 149 of 190 ~ 78.42%
G 13 of 190 ~ 6.84%
B 28 of 190 ~ 14.74%

%78.42
%14.74

CMYK color model

#950D1C color CMYK value is (0,91,81,42).

  • cyan value is 0.00%
  • magenta value is 91.28%
  • yellow value is 81.21%
  • key color value is 41.57%
CMYK:
(0,91,81,42)
C0M91Y81K42 
(0%,91%,81%,42%)
(0.00/0.91/0.81/0.42)	

CMYK percentages

%0
%91.28
%81.21
%41.57

Codes

Color #950D1C in popluar color models

950D1C
RGB1491328
HSL353°83.95%31.76%
HSB/HSV353°91.28%58.43%
CMYK0.00%91.28%81.21%
41.57%

Color #950D1C in popluar number systems.

HEX950D1C
Decimal1491328
Binary10010101110111100
Octal2251534

Shades and tints

Shades of #950D1C

#950D1C
(149,13,28)
#880C1A
(136,12,26)
#7B0B18
(123,11,24)
#6E0A16
(110,10,22)
#610914
(97,9,20)
#540812
(84,8,18)
#470710
(71,7,16)
#3A060E
(58,6,14)
#2D050C
(45,5,12)
#20040A
(32,4,10)
#130308
(19,3,8)
#000000
(0,0,0)

Tints of #950D1C

#950D1C
(149,13,28)
#9E2330
(158,35,48)
#A73944
(167,57,68)
#B04F58
(176,79,88)
#B9656C
(185,101,108)
#C27B80
(194,123,128)
#CB9194
(203,145,148)
#D4A7A8
(212,167,168)
#DDBDBC
(221,189,188)
#E6D3D0
(230,211,208)
#EFE9E4
(239,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #950D1C color. Also use rgb(149,13,28) instead hex code.

Text Font Color

.myTextColor { color: #950D1C; }

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

This text font color is #950D1C.


Background Color

.myBgColor { background-color: #950D1C; }

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

This div background color is #950D1C.


Border color

.myBorderColor { border: 1px solid #950D1C; }

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

This div border color is #950D1C.


Opacity

.myOpacity80 { color: #950D1C; opacity: 0.8; }

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

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

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

This text has shadow with #950D1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #950D1C on black background.


Color preview on white background

This text has color #950D1C on white background.



Black color preview on #950D1C background

This text has black color on #950D1C background.


White color preview on #950D1C background

This text has white color on #950D1C background.