COLOR #955766

HEX: #955766
RGB: (149,87,102)

Color info

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

RGB color model

#955766 color RGB value is (149,87,102).

  • red value is 149;
  • green value is 87;
  • blue value is 102.
RGB:
(149,87,102)
(58%,34%,40%)

RGB channels and saturation

R 149 of 255 = 58%
G 87 of 255 = 34%
B 102 of 255 = 40%

149
87
102

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

Portions of RGB colors in percentages

R + G + B =
149 + 87 + 102 = 338 (100%)
R 149 of 338 ~ 44.08%
G 87 of 338 ~ 25.74%
B 102 of 338 ~ 30.18%

%44.08
%25.74
%30.18

CMYK color model

#955766 color CMYK value is (0,42,32,42).

  • cyan value is 0.00%
  • magenta value is 41.61%
  • yellow value is 31.54%
  • key color value is 41.57%
CMYK:
(0,42,32,42)
C0M42Y32K42 
(0%,42%,32%,42%)
(0.00/0.42/0.32/0.42)	

CMYK percentages

%0
%41.61
%31.54
%41.57

Codes

Color #955766 in popluar color models

955766
RGB14987102
HSL345°26.27%46.27%
HSB/HSV345°41.61%58.43%
CMYK0.00%41.61%31.54%
41.57%

Color #955766 in popluar number systems.

HEX955766
Decimal14987102
Binary1001010110101111100110
Octal225127146

Shades and tints

Shades of #955766

#955766
(149,87,102)
#88505D
(136,80,93)
#7B4954
(123,73,84)
#6E424B
(110,66,75)
#613B42
(97,59,66)
#543439
(84,52,57)
#472D30
(71,45,48)
#3A2627
(58,38,39)
#2D1F1E
(45,31,30)
#201815
(32,24,21)
#13110C
(19,17,12)
#000000
(0,0,0)

Tints of #955766

#955766
(149,87,102)
#9E6673
(158,102,115)
#A77580
(167,117,128)
#B0848D
(176,132,141)
#B9939A
(185,147,154)
#C2A2A7
(194,162,167)
#CBB1B4
(203,177,180)
#D4C0C1
(212,192,193)
#DDCFCE
(221,207,206)
#E6DEDB
(230,222,219)
#EFEDE8
(239,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #955766 color. Also use rgb(149,87,102) instead hex code.

Text Font Color

.myTextColor { color: #955766; }

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

This text font color is #955766.


Background Color

.myBgColor { background-color: #955766; }

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

This div background color is #955766.


Border color

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

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

This div border color is #955766.


Opacity

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

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

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

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

This text has shadow with #955766 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #955766 on black background.


Color preview on white background

This text has color #955766 on white background.



Black color preview on #955766 background

This text has black color on #955766 background.


White color preview on #955766 background

This text has white color on #955766 background.