COLOR #956777

HEX: #956777
RGB: (149,103,119)

Color info

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

RGB color model

#956777 color RGB value is (149,103,119).

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

RGB channels and saturation

R 149 of 255 = 58%
G 103 of 255 = 40%
B 119 of 255 = 47%

149
103
119

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

Portions of RGB colors in percentages

R + G + B =
149 + 103 + 119 = 371 (100%)
R 149 of 371 ~ 40.16%
G 103 of 371 ~ 27.76%
B 119 of 371 ~ 32.08%

%40.16
%27.76
%32.08

CMYK color model

#956777 color CMYK value is (0,31,20,42).

  • cyan value is 0.00%
  • magenta value is 30.87%
  • yellow value is 20.13%
  • key color value is 41.57%
CMYK:
(0,31,20,42)
C0M31Y20K42 
(0%,31%,20%,42%)
(0.00/0.31/0.20/0.42)	

CMYK percentages

%0
%30.87
%20.13
%41.57

Codes

Color #956777 in popluar color models

956777
RGB149103119
HSL339°18.25%49.41%
HSB/HSV339°30.87%58.43%
CMYK0.00%30.87%20.13%
41.57%

Color #956777 in popluar number systems.

HEX956777
Decimal149103119
Binary1001010111001111110111
Octal225147167

Shades and tints

Shades of #956777

#956777
(149,103,119)
#885E6D
(136,94,109)
#7B5563
(123,85,99)
#6E4C59
(110,76,89)
#61434F
(97,67,79)
#543A45
(84,58,69)
#47313B
(71,49,59)
#3A2831
(58,40,49)
#2D1F27
(45,31,39)
#20161D
(32,22,29)
#130D13
(19,13,19)
#000000
(0,0,0)

Tints of #956777

#956777
(149,103,119)
#9E7483
(158,116,131)
#A7818F
(167,129,143)
#B08E9B
(176,142,155)
#B99BA7
(185,155,167)
#C2A8B3
(194,168,179)
#CBB5BF
(203,181,191)
#D4C2CB
(212,194,203)
#DDCFD7
(221,207,215)
#E6DCE3
(230,220,227)
#EFE9EF
(239,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #956777; }

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

This text font color is #956777.


Background Color

.myBgColor { background-color: #956777; }

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

This div background color is #956777.


Border color

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

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

This div border color is #956777.


Opacity

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

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

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

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

This text has shadow with #956777 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #956777 on black background.


Color preview on white background

This text has color #956777 on white background.



Black color preview on #956777 background

This text has black color on #956777 background.


White color preview on #956777 background

This text has white color on #956777 background.