COLOR #950244

HEX: #950244
RGB: (149,2,68)

Color info

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

RGB color model

#950244 color RGB value is (149,2,68).

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

RGB channels and saturation

R 149 of 255 = 58%
G 2 of 255 = 1%
B 68 of 255 = 27%

149
2
68

R + G + B ~ 29%. #950244 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
149 + 2 + 68 = 219 (100%)
R 149 of 219 ~ 68.04%
G 2 of 219 ~ 0.91%
B 68 of 219 ~ 31.05%

%68.04
%31.05

CMYK color model

#950244 color CMYK value is (0,99,54,42).

  • cyan value is 0.00%
  • magenta value is 98.66%
  • yellow value is 54.36%
  • key color value is 41.57%
CMYK:
(0,99,54,42)
C0M99Y54K42 
(0%,99%,54%,42%)
(0.00/0.99/0.54/0.42)	

CMYK percentages

%0
%98.66
%54.36
%41.57

Codes

Color #950244 in popluar color models

950244
RGB149268
HSL333°97.35%29.61%
HSB/HSV333°98.66%58.43%
CMYK0.00%98.66%54.36%
41.57%

Color #950244 in popluar number systems.

HEX950244
Decimal149268
Binary10010101101000100
Octal2252104

Shades and tints

Shades of #950244

#950244
(149,2,68)
#88023E
(136,2,62)
#7B0238
(123,2,56)
#6E0232
(110,2,50)
#61022C
(97,2,44)
#540226
(84,2,38)
#470220
(71,2,32)
#3A021A
(58,2,26)
#2D0214
(45,2,20)
#20020E
(32,2,14)
#130208
(19,2,8)
#000000
(0,0,0)

Tints of #950244

#950244
(149,2,68)
#9E1955
(158,25,85)
#A73066
(167,48,102)
#B04777
(176,71,119)
#B95E88
(185,94,136)
#C27599
(194,117,153)
#CB8CAA
(203,140,170)
#D4A3BB
(212,163,187)
#DDBACC
(221,186,204)
#E6D1DD
(230,209,221)
#EFE8EE
(239,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #950244; }

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

This text font color is #950244.


Background Color

.myBgColor { background-color: #950244; }

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

This div background color is #950244.


Border color

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

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

This div border color is #950244.


Opacity

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

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

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

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

This text has shadow with #950244 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #950244 on black background.


Color preview on white background

This text has color #950244 on white background.



Black color preview on #950244 background

This text has black color on #950244 background.


White color preview on #950244 background

This text has white color on #950244 background.