COLOR #957B6A

HEX: #957B6A
RGB: (149,123,106)

Color info

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

RGB color model

#957B6A color RGB value is (149,123,106).

  • red value is 149;
  • green value is 123;
  • blue value is 106.
RGB:
(149,123,106)
(58%,48%,42%)

RGB channels and saturation

R 149 of 255 = 58%
G 123 of 255 = 48%
B 106 of 255 = 42%

149
123
106

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

Portions of RGB colors in percentages

R + G + B =
149 + 123 + 106 = 378 (100%)
R 149 of 378 ~ 39.42%
G 123 of 378 ~ 32.54%
B 106 of 378 ~ 28.04%

%39.42
%32.54
%28.04

CMYK color model

#957B6A color CMYK value is (0,17,29,42).

  • cyan value is 0.00%
  • magenta value is 17.45%
  • yellow value is 28.86%
  • key color value is 41.57%
CMYK:
(0,17,29,42)
C0M17Y29K42 
(0%,17%,29%,42%)
(0.00/0.17/0.29/0.42)	

CMYK percentages

%0
%17.45
%28.86
%41.57

Codes

Color #957B6A in popluar color models

957B6A
RGB149123106
HSL24°16.86%50.00%
HSB/HSV24°28.86%58.43%
CMYK0.00%17.45%28.86%
41.57%

Color #957B6A in popluar number systems.

HEX957B6A
Decimal149123106
Binary1001010111110111101010
Octal225173152

Shades and tints

Shades of #957B6A

#957B6A
(149,123,106)
#887061
(136,112,97)
#7B6558
(123,101,88)
#6E5A4F
(110,90,79)
#614F46
(97,79,70)
#54443D
(84,68,61)
#473934
(71,57,52)
#3A2E2B
(58,46,43)
#2D2322
(45,35,34)
#201819
(32,24,25)
#130D10
(19,13,16)
#000000
(0,0,0)

Tints of #957B6A

#957B6A
(149,123,106)
#9E8777
(158,135,119)
#A79384
(167,147,132)
#B09F91
(176,159,145)
#B9AB9E
(185,171,158)
#C2B7AB
(194,183,171)
#CBC3B8
(203,195,184)
#D4CFC5
(212,207,197)
#DDDBD2
(221,219,210)
#E6E7DF
(230,231,223)
#EFF3EC
(239,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #957B6A color. Also use rgb(149,123,106) instead hex code.

Text Font Color

.myTextColor { color: #957B6A; }

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

This text font color is #957B6A.


Background Color

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

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

This div background color is #957B6A.


Border color

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

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

This div border color is #957B6A.


Opacity

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

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

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

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

This text has shadow with #957B6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957B6A on black background.


Color preview on white background

This text has color #957B6A on white background.



Black color preview on #957B6A background

This text has black color on #957B6A background.


White color preview on #957B6A background

This text has white color on #957B6A background.