COLOR #957766

HEX: #957766
RGB: (149,119,102)

Color info

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

RGB color model

#957766 color RGB value is (149,119,102).

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

RGB channels and saturation

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

149
119
102

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

Portions of RGB colors in percentages

R + G + B =
149 + 119 + 102 = 370 (100%)
R 149 of 370 ~ 40.27%
G 119 of 370 ~ 32.16%
B 102 of 370 ~ 27.57%

%40.27
%32.16
%27.57

CMYK color model

#957766 color CMYK value is (0,20,32,42).

  • cyan value is 0.00%
  • magenta value is 20.13%
  • yellow value is 31.54%
  • key color value is 41.57%
CMYK:
(0,20,32,42)
C0M20Y32K42 
(0%,20%,32%,42%)
(0.00/0.20/0.32/0.42)	

CMYK percentages

%0
%20.13
%31.54
%41.57

Codes

Color #957766 in popluar color models

957766
RGB149119102
HSL22°18.73%49.22%
HSB/HSV22°31.54%58.43%
CMYK0.00%20.13%31.54%
41.57%

Color #957766 in popluar number systems.

HEX957766
Decimal149119102
Binary1001010111101111100110
Octal225167146

Shades and tints

Shades of #957766

#957766
(149,119,102)
#886D5D
(136,109,93)
#7B6354
(123,99,84)
#6E594B
(110,89,75)
#614F42
(97,79,66)
#544539
(84,69,57)
#473B30
(71,59,48)
#3A3127
(58,49,39)
#2D271E
(45,39,30)
#201D15
(32,29,21)
#13130C
(19,19,12)
#000000
(0,0,0)

Tints of #957766

#957766
(149,119,102)
#9E8373
(158,131,115)
#A78F80
(167,143,128)
#B09B8D
(176,155,141)
#B9A79A
(185,167,154)
#C2B3A7
(194,179,167)
#CBBFB4
(203,191,180)
#D4CBC1
(212,203,193)
#DDD7CE
(221,215,206)
#E6E3DB
(230,227,219)
#EFEFE8
(239,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #957766; }

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

This text font color is #957766.


Background Color

.myBgColor { background-color: #957766; }

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

This div background color is #957766.


Border color

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

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

This div border color is #957766.


Opacity

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

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

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

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

This text has shadow with #957766 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957766 on black background.


Color preview on white background

This text has color #957766 on white background.



Black color preview on #957766 background

This text has black color on #957766 background.


White color preview on #957766 background

This text has white color on #957766 background.