COLOR #956E77

HEX: #956E77
RGB: (149,110,119)

Color info

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

RGB color model

#956E77 color RGB value is (149,110,119).

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

RGB channels and saturation

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

149
110
119

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

Portions of RGB colors in percentages

R + G + B =
149 + 110 + 119 = 378 (100%)
R 149 of 378 ~ 39.42%
G 110 of 378 ~ 29.1%
B 119 of 378 ~ 31.48%

%39.42
%29.1
%31.48

CMYK color model

#956E77 color CMYK value is (0,26,20,42).

  • cyan value is 0.00%
  • magenta value is 26.17%
  • yellow value is 20.13%
  • key color value is 41.57%
CMYK:
(0,26,20,42)
C0M26Y20K42 
(0%,26%,20%,42%)
(0.00/0.26/0.20/0.42)	

CMYK percentages

%0
%26.17
%20.13
%41.57

Codes

Color #956E77 in popluar color models

956E77
RGB149110119
HSL346°15.54%50.78%
HSB/HSV346°26.17%58.43%
CMYK0.00%26.17%20.13%
41.57%

Color #956E77 in popluar number systems.

HEX956E77
Decimal149110119
Binary1001010111011101110111
Octal225156167

Shades and tints

Shades of #956E77

#956E77
(149,110,119)
#88646D
(136,100,109)
#7B5A63
(123,90,99)
#6E5059
(110,80,89)
#61464F
(97,70,79)
#543C45
(84,60,69)
#47323B
(71,50,59)
#3A2831
(58,40,49)
#2D1E27
(45,30,39)
#20141D
(32,20,29)
#130A13
(19,10,19)
#000000
(0,0,0)

Tints of #956E77

#956E77
(149,110,119)
#9E7B83
(158,123,131)
#A7888F
(167,136,143)
#B0959B
(176,149,155)
#B9A2A7
(185,162,167)
#C2AFB3
(194,175,179)
#CBBCBF
(203,188,191)
#D4C9CB
(212,201,203)
#DDD6D7
(221,214,215)
#E6E3E3
(230,227,227)
#EFF0EF
(239,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #956E77; }

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

This text font color is #956E77.


Background Color

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

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

This div background color is #956E77.


Border color

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

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

This div border color is #956E77.


Opacity

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

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

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

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

This text has shadow with #956E77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #956E77 on black background.


Color preview on white background

This text has color #956E77 on white background.



Black color preview on #956E77 background

This text has black color on #956E77 background.


White color preview on #956E77 background

This text has white color on #956E77 background.