COLOR #952862

HEX: #952862
RGB: (149,40,98)

Color info

#952862 contains mainly red and blue colors. Web safe color of #952862 is #993366 (or #936).

RGB color model

#952862 color RGB value is (149,40,98).

  • red value is 149;
  • green value is 40;
  • blue value is 98.
RGB:
(149,40,98)
(58%,16%,38%)

RGB channels and saturation

R 149 of 255 = 58%
G 40 of 255 = 16%
B 98 of 255 = 38%

149
40
98

R + G + B ~ 37%. #952862 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
149 + 40 + 98 = 287 (100%)
R 149 of 287 ~ 51.92%
G 40 of 287 ~ 13.94%
B 98 of 287 ~ 34.15%

%51.92
%13.94
%34.15

CMYK color model

#952862 color CMYK value is (0,73,34,42).

  • cyan value is 0.00%
  • magenta value is 73.15%
  • yellow value is 34.23%
  • key color value is 41.57%
CMYK:
(0,73,34,42)
C0M73Y34K42 
(0%,73%,34%,42%)
(0.00/0.73/0.34/0.42)	

CMYK percentages

%0
%73.15
%34.23
%41.57

Codes

Color #952862 in popluar color models

952862
RGB1494098
HSL328°57.67%37.06%
HSB/HSV328°73.15%58.43%
CMYK0.00%73.15%34.23%
41.57%

Color #952862 in popluar number systems.

HEX952862
Decimal1494098
Binary100101011010001100010
Octal22550142

Shades and tints

Shades of #952862

#952862
(149,40,98)
#88255A
(136,37,90)
#7B2252
(123,34,82)
#6E1F4A
(110,31,74)
#611C42
(97,28,66)
#54193A
(84,25,58)
#471632
(71,22,50)
#3A132A
(58,19,42)
#2D1022
(45,16,34)
#200D1A
(32,13,26)
#130A12
(19,10,18)
#000000
(0,0,0)

Tints of #952862

#952862
(149,40,98)
#9E3B70
(158,59,112)
#A74E7E
(167,78,126)
#B0618C
(176,97,140)
#B9749A
(185,116,154)
#C287A8
(194,135,168)
#CB9AB6
(203,154,182)
#D4ADC4
(212,173,196)
#DDC0D2
(221,192,210)
#E6D3E0
(230,211,224)
#EFE6EE
(239,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #952862 color. Also use rgb(149,40,98) instead hex code.

Text Font Color

.myTextColor { color: #952862; }

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

This text font color is #952862.


Background Color

.myBgColor { background-color: #952862; }

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

This div background color is #952862.


Border color

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

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

This div border color is #952862.


Opacity

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

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

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

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

This text has shadow with #952862 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #952862 on black background.


Color preview on white background

This text has color #952862 on white background.



Black color preview on #952862 background

This text has black color on #952862 background.


White color preview on #952862 background

This text has white color on #952862 background.