COLOR #957A6D

HEX: #957A6D RGB: (149,122,109)

Color info

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

RGB color model

#957A6D color RGB value is (149,122,109).

RGB: (149,122,109) (58%, 48%, 43%)

RGB channels and saturation

R 149 of 255 = 58%
G 122 of 255 = 48%
B 109 of 255 = 43%

149
122
109

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

Portions of RGB colors in percentages

R + G + B = 149 + 122 + 109 = 380 (100%)
R 149 of 380 ~ 39.21%
G 122 of 380 ~ 32.11%
B 109 of 380 ~ 28.68'%

%39.21
%32.11
%28.68

CMYK color model

#957A6D color CMYK value is (0,18,27,42).

  • cyan value is 0.00%
  • magenta value is 18.12%
  • yellow value is 26.85%
  • key color value is 41.57%
CMYK: (0,18,27,42) C0M18Y27K42 (0%,18%,27%,42%) (0.00/0.18/0.27/0.42) 

CMYK percentages

%0
%18.12
%26.85
%41.57

Codes

Color #957A6D in popluar color models

95 7A 6D
RGB 149 122 109
HSL 20° 15.87% 50.59%
HSB/HSV 20° 26.85% 58.43%
CMYK 0.00% 18.12% 26.85%
41.57%

Color #957A6D in popluar number systems.

HEX 95 7A 6D
Decimal 149 122 109
Binary 10010101 1111010 1101101
Octal 225 172 155

Shades and tints

Shades of #957A6D

#957A6D
(149,122,109)
#886F64
(136,111,100)
#7B645B
(123,100,91)
#6E5952
(110,89,82)
#614E49
(97,78,73)
#544340
(84,67,64)
#473837
(71,56,55)
#3A2D2E
(58,45,46)
#2D2225
(45,34,37)
#20171C
(32,23,28)
#130C13
(19,12,19)
#000000
(0,0,0)

Tints of #957A6D

#957A6D
(149,122,109)
#9E867A
(158,134,122)
#A79287
(167,146,135)
#B09E94
(176,158,148)
#B9AAA1
(185,170,161)
#C2B6AE
(194,182,174)
#CBC2BB
(203,194,187)
#D4CEC8
(212,206,200)
#DDDAD5
(221,218,213)
#E6E6E2
(230,230,226)
#EFF2EF
(239,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #957A6D; }

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

This text font color is #957A6D.

Background Color

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

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

This div background color is #957A6D.

Border color

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

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

This div border color is #957A6D.

Opacity

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

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

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

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

This text has shadow with #957A6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #957A6D.

Preview

Color preview on black background

This text has color #957A6D on black background.


Color preview on white background

This text has color #957A6D on white background.


Black color preview on #957A6D background

This text has black color on #957A6D background.


White color preview on #957A6D background

This text has white color on #957A6D background.


Related colors

Complementary color

Complementary color for #hex is #6A8592.


I love getcolorcode.com

Triadic colors

1 #6D957A and #7A6D95 with #957A6D are triadic colors.

2 #6D7A95 and #7A956D with #957A6D are triadic colors.