COLOR #96875A

HEX: #96875A RGB: (150,135,90)

Color info

#96875A contains mainly red and green colors. Web safe color of #96875A is #999966 (or #996).

RGB color model

#96875A color RGB value is (150,135,90).

RGB: (150,135,90) (59%, 53%, 35%)

RGB channels and saturation

R 150 of 255 = 59%
G 135 of 255 = 53%
B 90 of 255 = 35%

150
135
90

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

Portions of RGB colors in percentages

R + G + B = 150 + 135 + 90 = 375 (100%)
R 150 of 375 ~ 40%
G 135 of 375 ~ 36%
B 90 of 375 ~ 24'%

%40
%36
%24

CMYK color model

#96875A color CMYK value is (0,10,40,41).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 40.00%
  • key color value is 41.18%

CMYK: (0,10,40,41)
C0M10Y40K41 (0%, 10%, 40%, 41%)
(0.00 / 0.10 / 0.40 / 0.41)

CMYK percentages

%0
%10
%40
%41.18

Codes

Color #96875A in popluar color models

96 87 5A
RGB 150 135 90
HSL 45° 25.00% 47.06%
HSB/HSV 45° 40.00% 58.82%
CMYK 0.00% 10.00% 40.00%
41.18%

Color #96875A in popluar number systems.

HEX 96 87 5A
Decimal 150 135 90
Binary 10010110 10000111 1011010
Octal 226 207 132

Shades and tints

Shades of #96875A

#96875A
(150,135,90)
#897B52
(137,123,82)
#7C6F4A
(124,111,74)
#6F6342
(111,99,66)
#62573A
(98,87,58)
#554B32
(85,75,50)
#483F2A
(72,63,42)
#3B3322
(59,51,34)
#2E271A
(46,39,26)
#211B12
(33,27,18)
#140F0A
(20,15,10)
#000000
(0,0,0)

Tints of #96875A

#96875A
(150,135,90)
#9F9169
(159,145,105)
#A89B78
(168,155,120)
#B1A587
(177,165,135)
#BAAF96
(186,175,150)
#C3B9A5
(195,185,165)
#CCC3B4
(204,195,180)
#D5CDC3
(213,205,195)
#DED7D2
(222,215,210)
#E7E1E1
(231,225,225)
#F0EBF0
(240,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96875A color. Also use rgb(150,135,90) instead hex code.

Text Font Color

.myTextColor { color: #96875A; }

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

This text font color is #96875A.

Background Color

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

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

This div background color is #96875A.

Border color

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

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

This div border color is #96875A.

Opacity

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

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

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

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

This text has shadow with #96875A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96875A.

Preview

Color preview on black background

This text has color #96875A on black background.


Color preview on white background

This text has color #96875A on white background.


Black color preview on #96875A background

This text has black color on #96875A background.


White color preview on #96875A background

This text has white color on #96875A background.


Related colors

Complementary color

Complementary color for #hex is #6978A5.


I love getcolorcode.com

Triadic colors

1 #5A9687 and #875A96 with #96875A are triadic colors.

2 #5A8796 and #87965A with #96875A are triadic colors.