COLOR #96A057

HEX: #96A057
RGB: (150,160,87)

Color info

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

RGB color model

#96A057 color RGB value is (150,160,87).

  • red value is 150;
  • green value is 160;
  • blue value is 87.
RGB:
(150,160,87)
(59%,63%,34%)

RGB channels and saturation

R 150 of 255 = 59%
G 160 of 255 = 63%
B 87 of 255 = 34%

150
160
87

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

Portions of RGB colors in percentages

R + G + B =
150 + 160 + 87 = 397 (100%)
R 150 of 397 ~ 37.78%
G 160 of 397 ~ 40.3%
B 87 of 397 ~ 21.91%

%37.78
%40.3
%21.91

CMYK color model

#96A057 color CMYK value is (6,0,46,37).

  • cyan value is 6.25%
  • magenta value is 0.00%
  • yellow value is 45.63%
  • key color value is 37.25%
CMYK:
(6,0,46,37)
C6M0Y46K37 
(6%,0%,46%,37%)
(0.06/0.00/0.46/0.37)	

CMYK percentages

%6.25
%0
%45.63
%37.25

Codes

Color #96A057 in popluar color models

96A057
RGB15016087
HSL68°29.55%48.43%
HSB/HSV68°45.63%62.75%
CMYK6.25%0.00%45.63%
37.25%

Color #96A057 in popluar number systems.

HEX96A057
Decimal15016087
Binary10010110101000001010111
Octal226240127

Shades and tints

Shades of #96A057

#96A057
(150,160,87)
#899250
(137,146,80)
#7C8449
(124,132,73)
#6F7642
(111,118,66)
#62683B
(98,104,59)
#555A34
(85,90,52)
#484C2D
(72,76,45)
#3B3E26
(59,62,38)
#2E301F
(46,48,31)
#212218
(33,34,24)
#141411
(20,20,17)
#000000
(0,0,0)

Tints of #96A057

#96A057
(150,160,87)
#9FA866
(159,168,102)
#A8B075
(168,176,117)
#B1B884
(177,184,132)
#BAC093
(186,192,147)
#C3C8A2
(195,200,162)
#CCD0B1
(204,208,177)
#D5D8C0
(213,216,192)
#DEE0CF
(222,224,207)
#E7E8DE
(231,232,222)
#F0F0ED
(240,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96A057 color. Also use rgb(150,160,87) instead hex code.

Text Font Color

.myTextColor { color: #96A057; }

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

This text font color is #96A057.


Background Color

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

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

This div background color is #96A057.


Border color

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

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

This div border color is #96A057.


Opacity

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

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

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

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

This text has shadow with #96A057 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A057 on black background.


Color preview on white background

This text has color #96A057 on white background.



Black color preview on #96A057 background

This text has black color on #96A057 background.


White color preview on #96A057 background

This text has white color on #96A057 background.