COLOR #95557E

HEX: #95557E
RGB: (149,85,126)

Color info

#95557E contains mainly red and blue colors. Web safe color of #95557E is #996666 (or #966).

RGB color model

#95557E color RGB value is (149,85,126).

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

RGB channels and saturation

R 149 of 255 = 58%
G 85 of 255 = 33%
B 126 of 255 = 49%

149
85
126

R + G + B ~ 47%. #95557E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 85 + 126 = 360 (100%)
R 149 of 360 ~ 41.39%
G 85 of 360 ~ 23.61%
B 126 of 360 ~ 35%

%41.39
%23.61
%35

CMYK color model

#95557E color CMYK value is (0,43,15,42).

  • cyan value is 0.00%
  • magenta value is 42.95%
  • yellow value is 15.44%
  • key color value is 41.57%
CMYK:
(0,43,15,42)
C0M43Y15K42 
(0%,43%,15%,42%)
(0.00/0.43/0.15/0.42)	

CMYK percentages

%0
%42.95
%15.44
%41.57

Codes

Color #95557E in popluar color models

95557E
RGB14985126
HSL322°27.35%45.88%
HSB/HSV322°42.95%58.43%
CMYK0.00%42.95%15.44%
41.57%

Color #95557E in popluar number systems.

HEX95557E
Decimal14985126
Binary1001010110101011111110
Octal225125176

Shades and tints

Shades of #95557E

#95557E
(149,85,126)
#884E73
(136,78,115)
#7B4768
(123,71,104)
#6E405D
(110,64,93)
#613952
(97,57,82)
#543247
(84,50,71)
#472B3C
(71,43,60)
#3A2431
(58,36,49)
#2D1D26
(45,29,38)
#20161B
(32,22,27)
#130F10
(19,15,16)
#000000
(0,0,0)

Tints of #95557E

#95557E
(149,85,126)
#9E6489
(158,100,137)
#A77394
(167,115,148)
#B0829F
(176,130,159)
#B991AA
(185,145,170)
#C2A0B5
(194,160,181)
#CBAFC0
(203,175,192)
#D4BECB
(212,190,203)
#DDCDD6
(221,205,214)
#E6DCE1
(230,220,225)
#EFEBEC
(239,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95557E color. Also use rgb(149,85,126) instead hex code.

Text Font Color

.myTextColor { color: #95557E; }

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

This text font color is #95557E.


Background Color

.myBgColor { background-color: #95557E; }

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

This div background color is #95557E.


Border color

.myBorderColor { border: 1px solid #95557E; }

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

This div border color is #95557E.


Opacity

.myOpacity80 { color: #95557E; opacity: 0.8; }

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

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

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

This text has shadow with #95557E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95557E on black background.


Color preview on white background

This text has color #95557E on white background.



Black color preview on #95557E background

This text has black color on #95557E background.


White color preview on #95557E background

This text has white color on #95557E background.