COLOR #96A575

HEX: #96A575 RGB: (150,165,117)

Color info

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

RGB color model

#96A575 color RGB value is (150,165,117).

RGB: (150,165,117) (59%, 65%, 46%)

RGB channels and saturation

R 150 of 255 = 59%
G 165 of 255 = 65%
B 117 of 255 = 46%

150
165
117

R + G + B ~ 57%. #96A575 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 150 + 165 + 117 = 432 (100%)
R 150 of 432 ~ 34.72%
G 165 of 432 ~ 38.19%
B 117 of 432 ~ 27.08'%

%34.72
%38.19
%27.08

CMYK color model

#96A575 color CMYK value is (9,0,29,35).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 29.09%
  • key color value is 35.29%

CMYK: (9,0,29,35)
C9M0Y29K35 (9%, 0%, 29%, 35%)
(0.09 / 0.00 / 0.29 / 0.35)

CMYK percentages

%9.09
%0
%29.09
%35.29

Codes

Color #96A575 in popluar color models

96 A5 75
RGB 150 165 117
HSL 79° 21.05% 55.29%
HSB/HSV 79° 29.09% 64.71%
CMYK 9.09% 0.00% 29.09%
35.29%

Color #96A575 in popluar number systems.

HEX 96 A5 75
Decimal 150 165 117
Binary 10010110 10100101 1110101
Octal 226 245 165

Shades and tints

Shades of #96A575

#96A575
(150,165,117)
#89966B
(137,150,107)
#7C8761
(124,135,97)
#6F7857
(111,120,87)
#62694D
(98,105,77)
#555A43
(85,90,67)
#484B39
(72,75,57)
#3B3C2F
(59,60,47)
#2E2D25
(46,45,37)
#211E1B
(33,30,27)
#140F11
(20,15,17)
#000000
(0,0,0)

Tints of #96A575

#96A575
(150,165,117)
#9FAD81
(159,173,129)
#A8B58D
(168,181,141)
#B1BD99
(177,189,153)
#BAC5A5
(186,197,165)
#C3CDB1
(195,205,177)
#CCD5BD
(204,213,189)
#D5DDC9
(213,221,201)
#DEE5D5
(222,229,213)
#E7EDE1
(231,237,225)
#F0F5ED
(240,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96A575 color. Also use rgb(150,165,117) instead hex code.

Text Font Color

.myTextColor { color: #96A575; }

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

This text font color is #96A575.

Background Color

.myBgColor { background-color: #96A575; }

<div style="background-color:#96A575">Inner text</div>

This div background color is #96A575.

Border color

.myBorderColor { border: 1px solid #96A575; }

<div style="border:3px solid #96A575">Div</div>

This div border color is #96A575.

Opacity

.myOpacity80 { color: #96A575; opacity: 0.8; }

<p style="color:#96A575;opacity:0.8;">80%</p>

Text with #96A575 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 #96A575;}

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

This text has shadow with #96A575 color.


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

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

This text has shadow with #96A575 primary color and red secondary color.


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

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

This text has shadow with #96A575 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #96A575.

Preview

Color preview on black background

This text has color #96A575 on black background.


Color preview on white background

This text has color #96A575 on white background.


Black color preview on #96A575 background

This text has black color on #96A575 background.


White color preview on #96A575 background

This text has white color on #96A575 background.


Related colors

Complementary color

Complementary color for #hex is #695A8A.


I love getcolorcode.com

Triadic colors

1 #7596A5 and #A57596 with #96A575 are triadic colors.

2 #75A596 and #A59675 with #96A575 are triadic colors.