COLOR #96964B

HEX: #96964B
RGB: (150,150,75)

Color info

#96964B contains mainly red and green colors. Web safe color of #96964B is #999933 (or #993).

RGB color model

#96964B color RGB value is (150,150,75).

  • red value is 150;
  • green value is 150;
  • blue value is 75.
RGB:
(150,150,75)
(59%,59%,29%)

RGB channels and saturation

R 150 of 255 = 59%
G 150 of 255 = 59%
B 75 of 255 = 29%

150
150
75

R + G + B ~ 49%. #96964B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 150 + 75 = 375 (100%)
R 150 of 375 ~ 40%
G 150 of 375 ~ 40%
B 75 of 375 ~ 20%

%40
%40
%20

CMYK color model

#96964B color CMYK value is (0,0,50,41).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 41.18%
CMYK:
(0,0,50,41)
C0M0Y50K41 
(0%,0%,50%,41%)
(0.00/0.00/0.50/0.41)	

CMYK percentages

%0
%0
%50
%41.18

Codes

Color #96964B in popluar color models

96964B
RGB15015075
HSL60°33.33%44.12%
HSB/HSV60°50.00%58.82%
CMYK0.00%0.00%50.00%
41.18%

Color #96964B in popluar number systems.

HEX96964B
Decimal15015075
Binary10010110100101101001011
Octal226226113

Shades and tints

Shades of #96964B

#96964B
(150,150,75)
#898945
(137,137,69)
#7C7C3F
(124,124,63)
#6F6F39
(111,111,57)
#626233
(98,98,51)
#55552D
(85,85,45)
#484827
(72,72,39)
#3B3B21
(59,59,33)
#2E2E1B
(46,46,27)
#212115
(33,33,21)
#14140F
(20,20,15)
#000000
(0,0,0)

Tints of #96964B

#96964B
(150,150,75)
#9F9F5B
(159,159,91)
#A8A86B
(168,168,107)
#B1B17B
(177,177,123)
#BABA8B
(186,186,139)
#C3C39B
(195,195,155)
#CCCCAB
(204,204,171)
#D5D5BB
(213,213,187)
#DEDECB
(222,222,203)
#E7E7DB
(231,231,219)
#F0F0EB
(240,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96964B color. Also use rgb(150,150,75) instead hex code.

Text Font Color

.myTextColor { color: #96964B; }

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

This text font color is #96964B.


Background Color

.myBgColor { background-color: #96964B; }

<div style="background-color:#96964B">Inner text</div>

This div background color is #96964B.


Border color

.myBorderColor { border: 1px solid #96964B; }

<div style="border:3px solid #96964B">Div</div>

This div border color is #96964B.


Opacity

.myOpacity80 { color: #96964B; opacity: 0.8; }

<p style="color:#96964B;opacity:0.8;">80%</p>

Text with #96964B 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 #96964B;}

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

This text has shadow with #96964B color.

.textShadow {text-shadow: 3px 3px 1px #96964B, 3px 3px 1px red;}

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

This text has shadow with #96964B primary color and red secondary color.


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

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

This text has shadow with #96964B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96964B on black background.


Color preview on white background

This text has color #96964B on white background.



Black color preview on #96964B background

This text has black color on #96964B background.


White color preview on #96964B background

This text has white color on #96964B background.