COLOR #95557B

HEX: #95557B
RGB: (149,85,123)

Color info

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

RGB color model

#95557B color RGB value is (149,85,123).

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

RGB channels and saturation

R 149 of 255 = 58%
G 85 of 255 = 33%
B 123 of 255 = 48%

149
85
123

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

Portions of RGB colors in percentages

R + G + B =
149 + 85 + 123 = 357 (100%)
R 149 of 357 ~ 41.74%
G 85 of 357 ~ 23.81%
B 123 of 357 ~ 34.45%

%41.74
%23.81
%34.45

CMYK color model

#95557B color CMYK value is (0,43,17,42).

  • cyan value is 0.00%
  • magenta value is 42.95%
  • yellow value is 17.45%
  • key color value is 41.57%
CMYK:
(0,43,17,42)
C0M43Y17K42 
(0%,43%,17%,42%)
(0.00/0.43/0.17/0.42)	

CMYK percentages

%0
%42.95
%17.45
%41.57

Codes

Color #95557B in popluar color models

95557B
RGB14985123
HSL324°27.35%45.88%
HSB/HSV324°42.95%58.43%
CMYK0.00%42.95%17.45%
41.57%

Color #95557B in popluar number systems.

HEX95557B
Decimal14985123
Binary1001010110101011111011
Octal225125173

Shades and tints

Shades of #95557B

#95557B
(149,85,123)
#884E70
(136,78,112)
#7B4765
(123,71,101)
#6E405A
(110,64,90)
#61394F
(97,57,79)
#543244
(84,50,68)
#472B39
(71,43,57)
#3A242E
(58,36,46)
#2D1D23
(45,29,35)
#201618
(32,22,24)
#130F0D
(19,15,13)
#000000
(0,0,0)

Tints of #95557B

#95557B
(149,85,123)
#9E6487
(158,100,135)
#A77393
(167,115,147)
#B0829F
(176,130,159)
#B991AB
(185,145,171)
#C2A0B7
(194,160,183)
#CBAFC3
(203,175,195)
#D4BECF
(212,190,207)
#DDCDDB
(221,205,219)
#E6DCE7
(230,220,231)
#EFEBF3
(239,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95557B; }

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

This text font color is #95557B.


Background Color

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

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

This div background color is #95557B.


Border color

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

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

This div border color is #95557B.


Opacity

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

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

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

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

This text has shadow with #95557B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95557B on black background.


Color preview on white background

This text has color #95557B on white background.



Black color preview on #95557B background

This text has black color on #95557B background.


White color preview on #95557B background

This text has white color on #95557B background.