COLOR #956C85

HEX: #956C85 RGB: (149,108,133)

Color info

#956C85 contains red, green and blue colors in about the same proportion. Web safe color of #956C85 is #996699 (or #969).

RGB color model

#956C85 color RGB value is (149,108,133).

RGB: (149,108,133) (58%, 42%, 52%)

RGB channels and saturation

R 149 of 255 = 58%
G 108 of 255 = 42%
B 133 of 255 = 52%

149
108
133

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

Portions of RGB colors in percentages

R + G + B = 149 + 108 + 133 = 390 (100%)
R 149 of 390 ~ 38.21%
G 108 of 390 ~ 27.69%
B 133 of 390 ~ 34.1'%

%38.21
%27.69
%34.1

CMYK color model

#956C85 color CMYK value is (0,28,11,42).

  • cyan value is 0.00%
  • magenta value is 27.52%
  • yellow value is 10.74%
  • key color value is 41.57%

CMYK: (0,28,11,42)
C0M28Y11K42 (0%, 28%, 11%, 42%)
(0.00 / 0.28 / 0.11 / 0.42)

CMYK percentages

%0
%27.52
%10.74
%41.57

Codes

Color #956C85 in popluar color models

95 6C 85
RGB 149 108 133
HSL 323° 16.21% 50.39%
HSB/HSV 323° 27.52% 58.43%
CMYK 0.00% 27.52% 10.74%
41.57%

Color #956C85 in popluar number systems.

HEX 95 6C 85
Decimal 149 108 133
Binary 10010101 1101100 10000101
Octal 225 154 205

Shades and tints

Shades of #956C85

#956C85
(149,108,133)
#886379
(136,99,121)
#7B5A6D
(123,90,109)
#6E5161
(110,81,97)
#614855
(97,72,85)
#543F49
(84,63,73)
#47363D
(71,54,61)
#3A2D31
(58,45,49)
#2D2425
(45,36,37)
#201B19
(32,27,25)
#13120D
(19,18,13)
#000000
(0,0,0)

Tints of #956C85

#956C85
(149,108,133)
#9E7990
(158,121,144)
#A7869B
(167,134,155)
#B093A6
(176,147,166)
#B9A0B1
(185,160,177)
#C2ADBC
(194,173,188)
#CBBAC7
(203,186,199)
#D4C7D2
(212,199,210)
#DDD4DD
(221,212,221)
#E6E1E8
(230,225,232)
#EFEEF3
(239,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #956C85; }

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

This text font color is #956C85.

Background Color

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

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

This div background color is #956C85.

Border color

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

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

This div border color is #956C85.

Opacity

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

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

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

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

This text has shadow with #956C85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #956C85.

Preview

Color preview on black background

This text has color #956C85 on black background.


Color preview on white background

This text has color #956C85 on white background.


Black color preview on #956C85 background

This text has black color on #956C85 background.


White color preview on #956C85 background

This text has white color on #956C85 background.


Related colors

Complementary color

Complementary color for #hex is #6A937A.


I love getcolorcode.com

Triadic colors

1 #85956C and #6C8595 with #956C85 are triadic colors.

2 #856C95 and #6C9585 with #956C85 are triadic colors.