COLOR #95556E

HEX: #95556E
RGB: (149,85,110)

Color info

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

RGB color model

#95556E color RGB value is (149,85,110).

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

RGB channels and saturation

R 149 of 255 = 58%
G 85 of 255 = 33%
B 110 of 255 = 43%

149
85
110

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

Portions of RGB colors in percentages

R + G + B =
149 + 85 + 110 = 344 (100%)
R 149 of 344 ~ 43.31%
G 85 of 344 ~ 24.71%
B 110 of 344 ~ 31.98%

%43.31
%24.71
%31.98

CMYK color model

#95556E color CMYK value is (0,43,26,42).

  • cyan value is 0.00%
  • magenta value is 42.95%
  • yellow value is 26.17%
  • key color value is 41.57%
CMYK:
(0,43,26,42)
C0M43Y26K42 
(0%,43%,26%,42%)
(0.00/0.43/0.26/0.42)	

CMYK percentages

%0
%42.95
%26.17
%41.57

Codes

Color #95556E in popluar color models

95556E
RGB14985110
HSL337°27.35%45.88%
HSB/HSV337°42.95%58.43%
CMYK0.00%42.95%26.17%
41.57%

Color #95556E in popluar number systems.

HEX95556E
Decimal14985110
Binary1001010110101011101110
Octal225125156

Shades and tints

Shades of #95556E

#95556E
(149,85,110)
#884E64
(136,78,100)
#7B475A
(123,71,90)
#6E4050
(110,64,80)
#613946
(97,57,70)
#54323C
(84,50,60)
#472B32
(71,43,50)
#3A2428
(58,36,40)
#2D1D1E
(45,29,30)
#201614
(32,22,20)
#130F0A
(19,15,10)
#000000
(0,0,0)

Tints of #95556E

#95556E
(149,85,110)
#9E647B
(158,100,123)
#A77388
(167,115,136)
#B08295
(176,130,149)
#B991A2
(185,145,162)
#C2A0AF
(194,160,175)
#CBAFBC
(203,175,188)
#D4BEC9
(212,190,201)
#DDCDD6
(221,205,214)
#E6DCE3
(230,220,227)
#EFEBF0
(239,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95556E; }

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

This text font color is #95556E.


Background Color

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

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

This div background color is #95556E.


Border color

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

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

This div border color is #95556E.


Opacity

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

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

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

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

This text has shadow with #95556E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95556E on black background.


Color preview on white background

This text has color #95556E on white background.



Black color preview on #95556E background

This text has black color on #95556E background.


White color preview on #95556E background

This text has white color on #95556E background.