COLOR #955E7E

HEX: #955E7E
RGB: (149,94,126)

Color info

#955E7E contains red, green and blue colors in about the same proportion. Web safe color of #955E7E is #996666 (or #966).

RGB color model

#955E7E color RGB value is (149,94,126).

  • red value is 149;
  • green value is 94;
  • blue value is 126.
RGB:
(149,94,126)
(58%,37%,49%)

RGB channels and saturation

R 149 of 255 = 58%
G 94 of 255 = 37%
B 126 of 255 = 49%

149
94
126

R + G + B ~ 48%. #955E7E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 94 + 126 = 369 (100%)
R 149 of 369 ~ 40.38%
G 94 of 369 ~ 25.47%
B 126 of 369 ~ 34.15%

%40.38
%25.47
%34.15

CMYK color model

#955E7E color CMYK value is (0,37,15,42).

  • cyan value is 0.00%
  • magenta value is 36.91%
  • yellow value is 15.44%
  • key color value is 41.57%
CMYK:
(0,37,15,42)
C0M37Y15K42 
(0%,37%,15%,42%)
(0.00/0.37/0.15/0.42)	

CMYK percentages

%0
%36.91
%15.44
%41.57

Codes

Color #955E7E in popluar color models

955E7E
RGB14994126
HSL325°22.63%47.65%
HSB/HSV325°36.91%58.43%
CMYK0.00%36.91%15.44%
41.57%

Color #955E7E in popluar number systems.

HEX955E7E
Decimal14994126
Binary1001010110111101111110
Octal225136176

Shades and tints

Shades of #955E7E

#955E7E
(149,94,126)
#885673
(136,86,115)
#7B4E68
(123,78,104)
#6E465D
(110,70,93)
#613E52
(97,62,82)
#543647
(84,54,71)
#472E3C
(71,46,60)
#3A2631
(58,38,49)
#2D1E26
(45,30,38)
#20161B
(32,22,27)
#130E10
(19,14,16)
#000000
(0,0,0)

Tints of #955E7E

#955E7E
(149,94,126)
#9E6C89
(158,108,137)
#A77A94
(167,122,148)
#B0889F
(176,136,159)
#B996AA
(185,150,170)
#C2A4B5
(194,164,181)
#CBB2C0
(203,178,192)
#D4C0CB
(212,192,203)
#DDCED6
(221,206,214)
#E6DCE1
(230,220,225)
#EFEAEC
(239,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #955E7E color. Also use rgb(149,94,126) instead hex code.

Text Font Color

.myTextColor { color: #955E7E; }

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

This text font color is #955E7E.


Background Color

.myBgColor { background-color: #955E7E; }

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

This div background color is #955E7E.


Border color

.myBorderColor { border: 1px solid #955E7E; }

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

This div border color is #955E7E.


Opacity

.myOpacity80 { color: #955E7E; opacity: 0.8; }

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

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

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

This text has shadow with #955E7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #955E7E on black background.


Color preview on white background

This text has color #955E7E on white background.



Black color preview on #955E7E background

This text has black color on #955E7E background.


White color preview on #955E7E background

This text has white color on #955E7E background.