COLOR #950020

HEX: #950020
RGB: (149,0,32)

Color info

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

RGB color model

#950020 color RGB value is (149,0,32).

  • red value is 149;
  • green value is 0;
  • blue value is 32.
RGB:
(149,0,32)
(58%,0%,13%)

RGB channels and saturation

R 149 of 255 = 58%
G 0 of 255 = 0%
B 32 of 255 = 13%

149
0
32

R + G + B ~ 24%. #950020 is dark color.

Portions of RGB colors in percentages

R + G + B =
149 + 0 + 32 = 181 (100%)
R 149 of 181 ~ 82.32%
G 0 of 181 ~ 0%
B 32 of 181 ~ 17.68%

%82.32
%17.68

CMYK color model

#950020 color CMYK value is (0,100,79,42).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 78.52%
  • key color value is 41.57%
CMYK:
(0,100,79,42)
C0M100Y79K42 
(0%,100%,79%,42%)
(0.00/1.00/0.79/0.42)	

CMYK percentages

%0
%100
%78.52
%41.57

Codes

Color #950020 in popluar color models

950020
RGB149032
HSL347°100.00%29.22%
HSB/HSV347°100.00%58.43%
CMYK0.00%100.00%78.52%
41.57%

Color #950020 in popluar number systems.

HEX950020
Decimal149032
Binary100101010100000
Octal225040

Shades and tints

Shades of #950020

#950020
(149,0,32)
#88001E
(136,0,30)
#7B001C
(123,0,28)
#6E001A
(110,0,26)
#610018
(97,0,24)
#540016
(84,0,22)
#470014
(71,0,20)
#3A0012
(58,0,18)
#2D0010
(45,0,16)
#20000E
(32,0,14)
#13000C
(19,0,12)
#000000
(0,0,0)

Tints of #950020

#950020
(149,0,32)
#9E1734
(158,23,52)
#A72E48
(167,46,72)
#B0455C
(176,69,92)
#B95C70
(185,92,112)
#C27384
(194,115,132)
#CB8A98
(203,138,152)
#D4A1AC
(212,161,172)
#DDB8C0
(221,184,192)
#E6CFD4
(230,207,212)
#EFE6E8
(239,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #950020 color. Also use rgb(149,0,32) instead hex code.

Text Font Color

.myTextColor { color: #950020; }

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

This text font color is #950020.


Background Color

.myBgColor { background-color: #950020; }

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

This div background color is #950020.


Border color

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

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

This div border color is #950020.


Opacity

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

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

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

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

This text has shadow with #950020 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #950020 on black background.


Color preview on white background

This text has color #950020 on white background.



Black color preview on #950020 background

This text has black color on #950020 background.


White color preview on #950020 background

This text has white color on #950020 background.