COLOR #96857D

HEX: #96857D RGB: (150,133,125)

Color info

#96857D contains red, green and blue colors in about the same proportion. Web safe color of #96857D is #999966 (or #996).

RGB color model

#96857D color RGB value is (150,133,125).

RGB: (150,133,125) (59%, 52%, 49%)

RGB channels and saturation

R 150 of 255 = 59%
G 133 of 255 = 52%
B 125 of 255 = 49%

150
133
125

R + G + B ~ 53%. #96857D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 150 + 133 + 125 = 408 (100%)
R 150 of 408 ~ 36.76%
G 133 of 408 ~ 32.6%
B 125 of 408 ~ 30.64'%

%36.76
%32.6
%30.64

CMYK color model

#96857D color CMYK value is (0,11,17,41).

  • cyan value is 0.00%
  • magenta value is 11.33%
  • yellow value is 16.67%
  • key color value is 41.18%

CMYK: (0,11,17,41)
C0M11Y17K41 (0%, 11%, 17%, 41%)
(0.00 / 0.11 / 0.17 / 0.41)

CMYK percentages

%0
%11.33
%16.67
%41.18

Codes

Color #96857D in popluar color models

96 85 7D
RGB 150 133 125
HSL 19° 10.64% 53.92%
HSB/HSV 19° 16.67% 58.82%
CMYK 0.00% 11.33% 16.67%
41.18%

Color #96857D in popluar number systems.

HEX 96 85 7D
Decimal 150 133 125
Binary 10010110 10000101 1111101
Octal 226 205 175

Shades and tints

Shades of #96857D

#96857D
(150,133,125)
#897972
(137,121,114)
#7C6D67
(124,109,103)
#6F615C
(111,97,92)
#625551
(98,85,81)
#554946
(85,73,70)
#483D3B
(72,61,59)
#3B3130
(59,49,48)
#2E2525
(46,37,37)
#21191A
(33,25,26)
#140D0F
(20,13,15)
#000000
(0,0,0)

Tints of #96857D

#96857D
(150,133,125)
#9F9088
(159,144,136)
#A89B93
(168,155,147)
#B1A69E
(177,166,158)
#BAB1A9
(186,177,169)
#C3BCB4
(195,188,180)
#CCC7BF
(204,199,191)
#D5D2CA
(213,210,202)
#DEDDD5
(222,221,213)
#E7E8E0
(231,232,224)
#F0F3EB
(240,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96857D color. Also use rgb(150,133,125) instead hex code.

Text Font Color

.myTextColor { color: #96857D; }

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

This text font color is #96857D.

Background Color

.myBgColor { background-color: #96857D; }

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

This div background color is #96857D.

Border color

.myBorderColor { border: 1px solid #96857D; }

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

This div border color is #96857D.

Opacity

.myOpacity80 { color: #96857D; opacity: 0.8; }

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

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

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

This text has shadow with #96857D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96857D.

Preview

Color preview on black background

This text has color #96857D on black background.


Color preview on white background

This text has color #96857D on white background.


Black color preview on #96857D background

This text has black color on #96857D background.


White color preview on #96857D background

This text has white color on #96857D background.


Related colors

Complementary color

Complementary color for #hex is #697A82.


I love getcolorcode.com

Triadic colors

1 #7D9685 and #857D96 with #96857D are triadic colors.

2 #7D8596 and #85967D with #96857D are triadic colors.