COLOR #955860

HEX: #955860
RGB: (149,88,96)

Color info

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

RGB color model

#955860 color RGB value is (149,88,96).

  • red value is 149;
  • green value is 88;
  • blue value is 96.
RGB:
(149,88,96)
(58%,35%,38%)

RGB channels and saturation

R 149 of 255 = 58%
G 88 of 255 = 35%
B 96 of 255 = 38%

149
88
96

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

Portions of RGB colors in percentages

R + G + B =
149 + 88 + 96 = 333 (100%)
R 149 of 333 ~ 44.74%
G 88 of 333 ~ 26.43%
B 96 of 333 ~ 28.83%

%44.74
%26.43
%28.83

CMYK color model

#955860 color CMYK value is (0,41,36,42).

  • cyan value is 0.00%
  • magenta value is 40.94%
  • yellow value is 35.57%
  • key color value is 41.57%
CMYK:
(0,41,36,42)
C0M41Y36K42 
(0%,41%,36%,42%)
(0.00/0.41/0.36/0.42)	

CMYK percentages

%0
%40.94
%35.57
%41.57

Codes

Color #955860 in popluar color models

955860
RGB1498896
HSL352°25.74%46.47%
HSB/HSV352°40.94%58.43%
CMYK0.00%40.94%35.57%
41.57%

Color #955860 in popluar number systems.

HEX955860
Decimal1498896
Binary1001010110110001100000
Octal225130140

Shades and tints

Shades of #955860

#955860
(149,88,96)
#885058
(136,80,88)
#7B4850
(123,72,80)
#6E4048
(110,64,72)
#613840
(97,56,64)
#543038
(84,48,56)
#472830
(71,40,48)
#3A2028
(58,32,40)
#2D1820
(45,24,32)
#201018
(32,16,24)
#130810
(19,8,16)
#000000
(0,0,0)

Tints of #955860

#955860
(149,88,96)
#9E676E
(158,103,110)
#A7767C
(167,118,124)
#B0858A
(176,133,138)
#B99498
(185,148,152)
#C2A3A6
(194,163,166)
#CBB2B4
(203,178,180)
#D4C1C2
(212,193,194)
#DDD0D0
(221,208,208)
#E6DFDE
(230,223,222)
#EFEEEC
(239,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #955860 color. Also use rgb(149,88,96) instead hex code.

Text Font Color

.myTextColor { color: #955860; }

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

This text font color is #955860.


Background Color

.myBgColor { background-color: #955860; }

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

This div background color is #955860.


Border color

.myBorderColor { border: 1px solid #955860; }

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

This div border color is #955860.


Opacity

.myOpacity80 { color: #955860; opacity: 0.8; }

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

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

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

This text has shadow with #955860 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #955860 on black background.


Color preview on white background

This text has color #955860 on white background.



Black color preview on #955860 background

This text has black color on #955860 background.


White color preview on #955860 background

This text has white color on #955860 background.