COLOR #96A267

HEX: #96A267
RGB: (150,162,103)

Color info

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

RGB color model

#96A267 color RGB value is (150,162,103).

  • red value is 150;
  • green value is 162;
  • blue value is 103.
RGB:
(150,162,103)
(59%,64%,40%)

RGB channels and saturation

R 150 of 255 = 59%
G 162 of 255 = 64%
B 103 of 255 = 40%

150
162
103

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

Portions of RGB colors in percentages

R + G + B =
150 + 162 + 103 = 415 (100%)
R 150 of 415 ~ 36.14%
G 162 of 415 ~ 39.04%
B 103 of 415 ~ 24.82%

%36.14
%39.04
%24.82

CMYK color model

#96A267 color CMYK value is (7,0,36,36).

  • cyan value is 7.41%
  • magenta value is 0.00%
  • yellow value is 36.42%
  • key color value is 36.47%
CMYK:
(7,0,36,36)
C7M0Y36K36 
(7%,0%,36%,36%)
(0.07/0.00/0.36/0.36)	

CMYK percentages

%7.41
%0
%36.42
%36.47

Codes

Color #96A267 in popluar color models

96A267
RGB150162103
HSL72°24.08%51.96%
HSB/HSV72°36.42%63.53%
CMYK7.41%0.00%36.42%
36.47%

Color #96A267 in popluar number systems.

HEX96A267
Decimal150162103
Binary10010110101000101100111
Octal226242147

Shades and tints

Shades of #96A267

#96A267
(150,162,103)
#89945E
(137,148,94)
#7C8655
(124,134,85)
#6F784C
(111,120,76)
#626A43
(98,106,67)
#555C3A
(85,92,58)
#484E31
(72,78,49)
#3B4028
(59,64,40)
#2E321F
(46,50,31)
#212416
(33,36,22)
#14160D
(20,22,13)
#000000
(0,0,0)

Tints of #96A267

#96A267
(150,162,103)
#9FAA74
(159,170,116)
#A8B281
(168,178,129)
#B1BA8E
(177,186,142)
#BAC29B
(186,194,155)
#C3CAA8
(195,202,168)
#CCD2B5
(204,210,181)
#D5DAC2
(213,218,194)
#DEE2CF
(222,226,207)
#E7EADC
(231,234,220)
#F0F2E9
(240,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96A267 color. Also use rgb(150,162,103) instead hex code.

Text Font Color

.myTextColor { color: #96A267; }

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

This text font color is #96A267.


Background Color

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

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

This div background color is #96A267.


Border color

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

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

This div border color is #96A267.


Opacity

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

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

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

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

This text has shadow with #96A267 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A267 on black background.


Color preview on white background

This text has color #96A267 on white background.



Black color preview on #96A267 background

This text has black color on #96A267 background.


White color preview on #96A267 background

This text has white color on #96A267 background.