COLOR #952E6A

HEX: #952E6A
RGB: (149,46,106)

Color info

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

RGB color model

#952E6A color RGB value is (149,46,106).

  • red value is 149;
  • green value is 46;
  • blue value is 106.
RGB:
(149,46,106)
(58%,18%,42%)

RGB channels and saturation

R 149 of 255 = 58%
G 46 of 255 = 18%
B 106 of 255 = 42%

149
46
106

R + G + B ~ 39%. #952E6A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
149 + 46 + 106 = 301 (100%)
R 149 of 301 ~ 49.5%
G 46 of 301 ~ 15.28%
B 106 of 301 ~ 35.22%

%49.5
%15.28
%35.22

CMYK color model

#952E6A color CMYK value is (0,69,29,42).

  • cyan value is 0.00%
  • magenta value is 69.13%
  • yellow value is 28.86%
  • key color value is 41.57%
CMYK:
(0,69,29,42)
C0M69Y29K42 
(0%,69%,29%,42%)
(0.00/0.69/0.29/0.42)	

CMYK percentages

%0
%69.13
%28.86
%41.57

Codes

Color #952E6A in popluar color models

952E6A
RGB14946106
HSL325°52.82%38.24%
HSB/HSV325°69.13%58.43%
CMYK0.00%69.13%28.86%
41.57%

Color #952E6A in popluar number systems.

HEX952E6A
Decimal14946106
Binary100101011011101101010
Octal22556152

Shades and tints

Shades of #952E6A

#952E6A
(149,46,106)
#882A61
(136,42,97)
#7B2658
(123,38,88)
#6E224F
(110,34,79)
#611E46
(97,30,70)
#541A3D
(84,26,61)
#471634
(71,22,52)
#3A122B
(58,18,43)
#2D0E22
(45,14,34)
#200A19
(32,10,25)
#130610
(19,6,16)
#000000
(0,0,0)

Tints of #952E6A

#952E6A
(149,46,106)
#9E4177
(158,65,119)
#A75484
(167,84,132)
#B06791
(176,103,145)
#B97A9E
(185,122,158)
#C28DAB
(194,141,171)
#CBA0B8
(203,160,184)
#D4B3C5
(212,179,197)
#DDC6D2
(221,198,210)
#E6D9DF
(230,217,223)
#EFECEC
(239,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #952E6A color. Also use rgb(149,46,106) instead hex code.

Text Font Color

.myTextColor { color: #952E6A; }

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

This text font color is #952E6A.


Background Color

.myBgColor { background-color: #952E6A; }

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

This div background color is #952E6A.


Border color

.myBorderColor { border: 1px solid #952E6A; }

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

This div border color is #952E6A.


Opacity

.myOpacity80 { color: #952E6A; opacity: 0.8; }

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

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

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

This text has shadow with #952E6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #952E6A on black background.


Color preview on white background

This text has color #952E6A on white background.



Black color preview on #952E6A background

This text has black color on #952E6A background.


White color preview on #952E6A background

This text has white color on #952E6A background.