COLOR #956C7F

HEX: #956C7F
RGB: (149,108,127)

Color info

#956C7F contains red, green and blue colors in about the same proportion. Web safe color of #956C7F is #996666 (or #966).

RGB color model

#956C7F color RGB value is (149,108,127).

  • red value is 149;
  • green value is 108;
  • blue value is 127.
RGB:
(149,108,127)
(58%,42%,50%)

RGB channels and saturation

R 149 of 255 = 58%
G 108 of 255 = 42%
B 127 of 255 = 50%

149
108
127

R + G + B ~ 50%. #956C7F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 108 + 127 = 384 (100%)
R 149 of 384 ~ 38.8%
G 108 of 384 ~ 28.13%
B 127 of 384 ~ 33.07%

%38.8
%28.13
%33.07

CMYK color model

#956C7F color CMYK value is (0,28,15,42).

  • cyan value is 0.00%
  • magenta value is 27.52%
  • yellow value is 14.77%
  • key color value is 41.57%
CMYK:
(0,28,15,42)
C0M28Y15K42 
(0%,28%,15%,42%)
(0.00/0.28/0.15/0.42)	

CMYK percentages

%0
%27.52
%14.77
%41.57

Codes

Color #956C7F in popluar color models

956C7F
RGB149108127
HSL332°16.21%50.39%
HSB/HSV332°27.52%58.43%
CMYK0.00%27.52%14.77%
41.57%

Color #956C7F in popluar number systems.

HEX956C7F
Decimal149108127
Binary1001010111011001111111
Octal225154177

Shades and tints

Shades of #956C7F

#956C7F
(149,108,127)
#886374
(136,99,116)
#7B5A69
(123,90,105)
#6E515E
(110,81,94)
#614853
(97,72,83)
#543F48
(84,63,72)
#47363D
(71,54,61)
#3A2D32
(58,45,50)
#2D2427
(45,36,39)
#201B1C
(32,27,28)
#131211
(19,18,17)
#000000
(0,0,0)

Tints of #956C7F

#956C7F
(149,108,127)
#9E798A
(158,121,138)
#A78695
(167,134,149)
#B093A0
(176,147,160)
#B9A0AB
(185,160,171)
#C2ADB6
(194,173,182)
#CBBAC1
(203,186,193)
#D4C7CC
(212,199,204)
#DDD4D7
(221,212,215)
#E6E1E2
(230,225,226)
#EFEEED
(239,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #956C7F color. Also use rgb(149,108,127) instead hex code.

Text Font Color

.myTextColor { color: #956C7F; }

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

This text font color is #956C7F.


Background Color

.myBgColor { background-color: #956C7F; }

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

This div background color is #956C7F.


Border color

.myBorderColor { border: 1px solid #956C7F; }

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

This div border color is #956C7F.


Opacity

.myOpacity80 { color: #956C7F; opacity: 0.8; }

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

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

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

This text has shadow with #956C7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #956C7F on black background.


Color preview on white background

This text has color #956C7F on white background.



Black color preview on #956C7F background

This text has black color on #956C7F background.


White color preview on #956C7F background

This text has white color on #956C7F background.