COLOR #96A57B

HEX: #96A57B
RGB: (150,165,123)

Color info

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

RGB color model

#96A57B color RGB value is (150,165,123).

  • red value is 150;
  • green value is 165;
  • blue value is 123.
RGB:
(150,165,123)
(59%,65%,48%)

RGB channels and saturation

R 150 of 255 = 59%
G 165 of 255 = 65%
B 123 of 255 = 48%

150
165
123

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

Portions of RGB colors in percentages

R + G + B =
150 + 165 + 123 = 438 (100%)
R 150 of 438 ~ 34.25%
G 165 of 438 ~ 37.67%
B 123 of 438 ~ 28.08%

%34.25
%37.67
%28.08

CMYK color model

#96A57B color CMYK value is (9,0,25,35).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 25.45%
  • key color value is 35.29%
CMYK:
(9,0,25,35)
C9M0Y25K35 
(9%,0%,25%,35%)
(0.09/0.00/0.25/0.35)	

CMYK percentages

%9.09
%0
%25.45
%35.29

Codes

Color #96A57B in popluar color models

96A57B
RGB150165123
HSL81°18.92%56.47%
HSB/HSV81°25.45%64.71%
CMYK9.09%0.00%25.45%
35.29%

Color #96A57B in popluar number systems.

HEX96A57B
Decimal150165123
Binary10010110101001011111011
Octal226245173

Shades and tints

Shades of #96A57B

#96A57B
(150,165,123)
#899670
(137,150,112)
#7C8765
(124,135,101)
#6F785A
(111,120,90)
#62694F
(98,105,79)
#555A44
(85,90,68)
#484B39
(72,75,57)
#3B3C2E
(59,60,46)
#2E2D23
(46,45,35)
#211E18
(33,30,24)
#140F0D
(20,15,13)
#000000
(0,0,0)

Tints of #96A57B

#96A57B
(150,165,123)
#9FAD87
(159,173,135)
#A8B593
(168,181,147)
#B1BD9F
(177,189,159)
#BAC5AB
(186,197,171)
#C3CDB7
(195,205,183)
#CCD5C3
(204,213,195)
#D5DDCF
(213,221,207)
#DEE5DB
(222,229,219)
#E7EDE7
(231,237,231)
#F0F5F3
(240,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96A57B; }

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

This text font color is #96A57B.


Background Color

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

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

This div background color is #96A57B.


Border color

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

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

This div border color is #96A57B.


Opacity

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

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

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

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

This text has shadow with #96A57B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A57B on black background.


Color preview on white background

This text has color #96A57B on white background.



Black color preview on #96A57B background

This text has black color on #96A57B background.


White color preview on #96A57B background

This text has white color on #96A57B background.