COLOR #96B37C

HEX: #96B37C RGB: (150,179,124)

Color info

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

RGB color model

#96B37C color RGB value is (150,179,124).

RGB: (150,179,124) (59%, 70%, 49%)

RGB channels and saturation

R 150 of 255 = 59%
G 179 of 255 = 70%
B 124 of 255 = 49%

150
179
124

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

Portions of RGB colors in percentages

R + G + B = 150 + 179 + 124 = 453 (100%)
R 150 of 453 ~ 33.11%
G 179 of 453 ~ 39.51%
B 124 of 453 ~ 27.37'%

%33.11
%39.51
%27.37

CMYK color model

#96B37C color CMYK value is (16,0,31,30).

  • cyan value is 16.20%
  • magenta value is 0.00%
  • yellow value is 30.73%
  • key color value is 29.80%

CMYK: (16,0,31,30)
C16M0Y31K30 (16%, 0%, 31%, 30%)
(0.16 / 0.00 / 0.31 / 0.30)

CMYK percentages

%16.2
%0
%30.73
%29.8

Codes

Color #96B37C in popluar color models

96 B3 7C
RGB 150 179 124
HSL 92° 26.57% 59.41%
HSB/HSV 92° 30.73% 70.20%
CMYK 16.20% 0.00% 30.73%
29.80%

Color #96B37C in popluar number systems.

HEX 96 B3 7C
Decimal 150 179 124
Binary 10010110 10110011 1111100
Octal 226 263 174

Shades and tints

Shades of #96B37C

#96B37C
(150,179,124)
#89A371
(137,163,113)
#7C9366
(124,147,102)
#6F835B
(111,131,91)
#627350
(98,115,80)
#556345
(85,99,69)
#48533A
(72,83,58)
#3B432F
(59,67,47)
#2E3324
(46,51,36)
#212319
(33,35,25)
#14130E
(20,19,14)
#000000
(0,0,0)

Tints of #96B37C

#96B37C
(150,179,124)
#9FB987
(159,185,135)
#A8BF92
(168,191,146)
#B1C59D
(177,197,157)
#BACBA8
(186,203,168)
#C3D1B3
(195,209,179)
#CCD7BE
(204,215,190)
#D5DDC9
(213,221,201)
#DEE3D4
(222,227,212)
#E7E9DF
(231,233,223)
#F0EFEA
(240,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96B37C color. Also use rgb(150,179,124) instead hex code.

Text Font Color

.myTextColor { color: #96B37C; }

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

This text font color is #96B37C.

Background Color

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

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

This div background color is #96B37C.

Border color

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

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

This div border color is #96B37C.

Opacity

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

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

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

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

This text has shadow with #96B37C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96B37C.

Preview

Color preview on black background

This text has color #96B37C on black background.


Color preview on white background

This text has color #96B37C on white background.


Black color preview on #96B37C background

This text has black color on #96B37C background.


White color preview on #96B37C background

This text has white color on #96B37C background.


Related colors

Complementary color

Complementary color for #hex is #694C83.


I love getcolorcode.com

Triadic colors

1 #7C96B3 and #B37C96 with #96B37C are triadic colors.

2 #7CB396 and #B3967C with #96B37C are triadic colors.