COLOR #957A80

HEX: #957A80 RGB: (149,122,128)

Color info

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

RGB color model

#957A80 color RGB value is (149,122,128).

RGB: (149,122,128) (58%, 48%, 50%)

RGB channels and saturation

R 149 of 255 = 58%
G 122 of 255 = 48%
B 128 of 255 = 50%

149
122
128

R + G + B ~ 52%. #957A80 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 149 + 122 + 128 = 399 (100%)
R 149 of 399 ~ 37.34%
G 122 of 399 ~ 30.58%
B 128 of 399 ~ 32.08'%

%37.34
%30.58
%32.08

CMYK color model

#957A80 color CMYK value is (0,18,14,42).

  • cyan value is 0.00%
  • magenta value is 18.12%
  • yellow value is 14.09%
  • key color value is 41.57%

CMYK: (0,18,14,42)
C0M18Y14K42 (0%, 18%, 14%, 42%)
(0.00 / 0.18 / 0.14 / 0.42)

CMYK percentages

%0
%18.12
%14.09
%41.57

Codes

Color #957A80 in popluar color models

95 7A 80
RGB 149 122 128
HSL 347° 11.30% 53.14%
HSB/HSV 347° 18.12% 58.43%
CMYK 0.00% 18.12% 14.09%
41.57%

Color #957A80 in popluar number systems.

HEX 95 7A 80
Decimal 149 122 128
Binary 10010101 1111010 10000000
Octal 225 172 200

Shades and tints

Shades of #957A80

#957A80
(149,122,128)
#886F75
(136,111,117)
#7B646A
(123,100,106)
#6E595F
(110,89,95)
#614E54
(97,78,84)
#544349
(84,67,73)
#47383E
(71,56,62)
#3A2D33
(58,45,51)
#2D2228
(45,34,40)
#20171D
(32,23,29)
#130C12
(19,12,18)
#000000
(0,0,0)

Tints of #957A80

#957A80
(149,122,128)
#9E868B
(158,134,139)
#A79296
(167,146,150)
#B09EA1
(176,158,161)
#B9AAAC
(185,170,172)
#C2B6B7
(194,182,183)
#CBC2C2
(203,194,194)
#D4CECD
(212,206,205)
#DDDAD8
(221,218,216)
#E6E6E3
(230,230,227)
#EFF2EE
(239,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #957A80 color. Also use rgb(149,122,128) instead hex code.

Text Font Color

.myTextColor { color: #957A80; }

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

This text font color is #957A80.

Background Color

.myBgColor { background-color: #957A80; }

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

This div background color is #957A80.

Border color

.myBorderColor { border: 1px solid #957A80; }

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

This div border color is #957A80.

Opacity

.myOpacity80 { color: #957A80; opacity: 0.8; }

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

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

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

This text has shadow with #957A80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #957A80.

Preview

Color preview on black background

This text has color #957A80 on black background.


Color preview on white background

This text has color #957A80 on white background.


Black color preview on #957A80 background

This text has black color on #957A80 background.


White color preview on #957A80 background

This text has white color on #957A80 background.


Related colors

Complementary color

Complementary color for #hex is #6A857F.


I love getcolorcode.com

Triadic colors

1 #80957A and #7A8095 with #957A80 are triadic colors.

2 #807A95 and #7A9580 with #957A80 are triadic colors.