COLOR #96A37F

HEX: #96A37F RGB: (150,163,127)

Color info

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

RGB color model

#96A37F color RGB value is (150,163,127).

RGB: (150,163,127) (59%, 64%, 50%)

RGB channels and saturation

R 150 of 255 = 59%
G 163 of 255 = 64%
B 127 of 255 = 50%

150
163
127

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

Portions of RGB colors in percentages

R + G + B = 150 + 163 + 127 = 440 (100%)
R 150 of 440 ~ 34.09%
G 163 of 440 ~ 37.05%
B 127 of 440 ~ 28.86'%

%34.09
%37.05
%28.86

CMYK color model

#96A37F color CMYK value is (8,0,22,36).

  • cyan value is 7.98%
  • magenta value is 0.00%
  • yellow value is 22.09%
  • key color value is 36.08%

CMYK: (8,0,22,36)
C8M0Y22K36 (8%, 0%, 22%, 36%)
(0.08 / 0.00 / 0.22 / 0.36)

CMYK percentages

%7.98
%0
%22.09
%36.08

Codes

Color #96A37F in popluar color models

96 A3 7F
RGB 150 163 127
HSL 82° 16.36% 56.86%
HSB/HSV 82° 22.09% 63.92%
CMYK 7.98% 0.00% 22.09%
36.08%

Color #96A37F in popluar number systems.

HEX 96 A3 7F
Decimal 150 163 127
Binary 10010110 10100011 1111111
Octal 226 243 177

Shades and tints

Shades of #96A37F

#96A37F
(150,163,127)
#899574
(137,149,116)
#7C8769
(124,135,105)
#6F795E
(111,121,94)
#626B53
(98,107,83)
#555D48
(85,93,72)
#484F3D
(72,79,61)
#3B4132
(59,65,50)
#2E3327
(46,51,39)
#21251C
(33,37,28)
#141711
(20,23,17)
#000000
(0,0,0)

Tints of #96A37F

#96A37F
(150,163,127)
#9FAB8A
(159,171,138)
#A8B395
(168,179,149)
#B1BBA0
(177,187,160)
#BAC3AB
(186,195,171)
#C3CBB6
(195,203,182)
#CCD3C1
(204,211,193)
#D5DBCC
(213,219,204)
#DEE3D7
(222,227,215)
#E7EBE2
(231,235,226)
#F0F3ED
(240,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96A37F color. Also use rgb(150,163,127) instead hex code.

Text Font Color

.myTextColor { color: #96A37F; }

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

This text font color is #96A37F.

Background Color

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

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

This div background color is #96A37F.

Border color

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

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

This div border color is #96A37F.

Opacity

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

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

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

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

This text has shadow with #96A37F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96A37F.

Preview

Color preview on black background

This text has color #96A37F on black background.


Color preview on white background

This text has color #96A37F on white background.


Black color preview on #96A37F background

This text has black color on #96A37F background.


White color preview on #96A37F background

This text has white color on #96A37F background.


Related colors

Complementary color

Complementary color for #hex is #695C80.


I love getcolorcode.com

Triadic colors

1 #7F96A3 and #A37F96 with #96A37F are triadic colors.

2 #7FA396 and #A3967F with #96A37F are triadic colors.