COLOR #96857A

HEX: #96857A RGB: (150,133,122)

Color info

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

RGB color model

#96857A color RGB value is (150,133,122).

RGB: (150,133,122) (59%, 52%, 48%)

RGB channels and saturation

R 150 of 255 = 59%
G 133 of 255 = 52%
B 122 of 255 = 48%

150
133
122

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

Portions of RGB colors in percentages

R + G + B = 150 + 133 + 122 = 405 (100%)
R 150 of 405 ~ 37.04%
G 133 of 405 ~ 32.84%
B 122 of 405 ~ 30.12'%

%37.04
%32.84
%30.12

CMYK color model

#96857A color CMYK value is (0,11,19,41).

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

CMYK: (0,11,19,41)
C0M11Y19K41 (0%, 11%, 19%, 41%)
(0.00 / 0.11 / 0.19 / 0.41)

CMYK percentages

%0
%11.33
%18.67
%41.18

Codes

Color #96857A in popluar color models

96 85 7A
RGB 150 133 122
HSL 24° 11.76% 53.33%
HSB/HSV 24° 18.67% 58.82%
CMYK 0.00% 11.33% 18.67%
41.18%

Color #96857A in popluar number systems.

HEX 96 85 7A
Decimal 150 133 122
Binary 10010110 10000101 1111010
Octal 226 205 172

Shades and tints

Shades of #96857A

#96857A
(150,133,122)
#89796F
(137,121,111)
#7C6D64
(124,109,100)
#6F6159
(111,97,89)
#62554E
(98,85,78)
#554943
(85,73,67)
#483D38
(72,61,56)
#3B312D
(59,49,45)
#2E2522
(46,37,34)
#211917
(33,25,23)
#140D0C
(20,13,12)
#000000
(0,0,0)

Tints of #96857A

#96857A
(150,133,122)
#9F9086
(159,144,134)
#A89B92
(168,155,146)
#B1A69E
(177,166,158)
#BAB1AA
(186,177,170)
#C3BCB6
(195,188,182)
#CCC7C2
(204,199,194)
#D5D2CE
(213,210,206)
#DEDDDA
(222,221,218)
#E7E8E6
(231,232,230)
#F0F3F2
(240,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96857A; }

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

This text font color is #96857A.

Background Color

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

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

This div background color is #96857A.

Border color

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

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

This div border color is #96857A.

Opacity

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

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

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

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

This text has shadow with #96857A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96857A.

Preview

Color preview on black background

This text has color #96857A on black background.


Color preview on white background

This text has color #96857A on white background.


Black color preview on #96857A background

This text has black color on #96857A background.


White color preview on #96857A background

This text has white color on #96857A background.


Related colors

Complementary color

Complementary color for #hex is #697A85.


I love getcolorcode.com

Triadic colors

1 #7A9685 and #857A96 with #96857A are triadic colors.

2 #7A8596 and #85967A with #96857A are triadic colors.