COLOR #956D77

HEX: #956D77
RGB: (149,109,119)

Color info

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

RGB color model

#956D77 color RGB value is (149,109,119).

  • red value is 149;
  • green value is 109;
  • blue value is 119.
RGB:
(149,109,119)
(58%,43%,47%)

RGB channels and saturation

R 149 of 255 = 58%
G 109 of 255 = 43%
B 119 of 255 = 47%

149
109
119

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

Portions of RGB colors in percentages

R + G + B =
149 + 109 + 119 = 377 (100%)
R 149 of 377 ~ 39.52%
G 109 of 377 ~ 28.91%
B 119 of 377 ~ 31.56%

%39.52
%28.91
%31.56

CMYK color model

#956D77 color CMYK value is (0,27,20,42).

  • cyan value is 0.00%
  • magenta value is 26.85%
  • yellow value is 20.13%
  • key color value is 41.57%
CMYK:
(0,27,20,42)
C0M27Y20K42 
(0%,27%,20%,42%)
(0.00/0.27/0.20/0.42)	

CMYK percentages

%0
%26.85
%20.13
%41.57

Codes

Color #956D77 in popluar color models

956D77
RGB149109119
HSL345°15.87%50.59%
HSB/HSV345°26.85%58.43%
CMYK0.00%26.85%20.13%
41.57%

Color #956D77 in popluar number systems.

HEX956D77
Decimal149109119
Binary1001010111011011110111
Octal225155167

Shades and tints

Shades of #956D77

#956D77
(149,109,119)
#88646D
(136,100,109)
#7B5B63
(123,91,99)
#6E5259
(110,82,89)
#61494F
(97,73,79)
#544045
(84,64,69)
#47373B
(71,55,59)
#3A2E31
(58,46,49)
#2D2527
(45,37,39)
#201C1D
(32,28,29)
#131313
(19,19,19)
#000000
(0,0,0)

Tints of #956D77

#956D77
(149,109,119)
#9E7A83
(158,122,131)
#A7878F
(167,135,143)
#B0949B
(176,148,155)
#B9A1A7
(185,161,167)
#C2AEB3
(194,174,179)
#CBBBBF
(203,187,191)
#D4C8CB
(212,200,203)
#DDD5D7
(221,213,215)
#E6E2E3
(230,226,227)
#EFEFEF
(239,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #956D77 color. Also use rgb(149,109,119) instead hex code.

Text Font Color

.myTextColor { color: #956D77; }

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

This text font color is #956D77.


Background Color

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

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

This div background color is #956D77.


Border color

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

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

This div border color is #956D77.


Opacity

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

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

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

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

This text has shadow with #956D77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #956D77 on black background.


Color preview on white background

This text has color #956D77 on white background.



Black color preview on #956D77 background

This text has black color on #956D77 background.


White color preview on #956D77 background

This text has white color on #956D77 background.