COLOR #96975D

HEX: #96975D
RGB: (150,151,93)

Color info

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

RGB color model

#96975D color RGB value is (150,151,93).

  • red value is 150;
  • green value is 151;
  • blue value is 93.
RGB:
(150,151,93)
(59%,59%,36%)

RGB channels and saturation

R 150 of 255 = 59%
G 151 of 255 = 59%
B 93 of 255 = 36%

150
151
93

R + G + B ~ 51%. #96975D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 151 + 93 = 394 (100%)
R 150 of 394 ~ 38.07%
G 151 of 394 ~ 38.32%
B 93 of 394 ~ 23.6%

%38.07
%38.32
%23.6

CMYK color model

#96975D color CMYK value is (1,0,38,41).

  • cyan value is 0.66%
  • magenta value is 0.00%
  • yellow value is 38.41%
  • key color value is 40.78%
CMYK:
(1,0,38,41)
C1M0Y38K41 
(1%,0%,38%,41%)
(0.01/0.00/0.38/0.41)	

CMYK percentages

%0.66
%0
%38.41
%40.78

Codes

Color #96975D in popluar color models

96975D
RGB15015193
HSL61°23.77%47.84%
HSB/HSV61°38.41%59.22%
CMYK0.66%0.00%38.41%
40.78%

Color #96975D in popluar number systems.

HEX96975D
Decimal15015193
Binary10010110100101111011101
Octal226227135

Shades and tints

Shades of #96975D

#96975D
(150,151,93)
#898A55
(137,138,85)
#7C7D4D
(124,125,77)
#6F7045
(111,112,69)
#62633D
(98,99,61)
#555635
(85,86,53)
#48492D
(72,73,45)
#3B3C25
(59,60,37)
#2E2F1D
(46,47,29)
#212215
(33,34,21)
#14150D
(20,21,13)
#000000
(0,0,0)

Tints of #96975D

#96975D
(150,151,93)
#9FA06B
(159,160,107)
#A8A979
(168,169,121)
#B1B287
(177,178,135)
#BABB95
(186,187,149)
#C3C4A3
(195,196,163)
#CCCDB1
(204,205,177)
#D5D6BF
(213,214,191)
#DEDFCD
(222,223,205)
#E7E8DB
(231,232,219)
#F0F1E9
(240,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96975D color. Also use rgb(150,151,93) instead hex code.

Text Font Color

.myTextColor { color: #96975D; }

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

This text font color is #96975D.


Background Color

.myBgColor { background-color: #96975D; }

<div style="background-color:#96975D">Inner text</div>

This div background color is #96975D.


Border color

.myBorderColor { border: 1px solid #96975D; }

<div style="border:3px solid #96975D">Div</div>

This div border color is #96975D.


Opacity

.myOpacity80 { color: #96975D; opacity: 0.8; }

<p style="color:#96975D;opacity:0.8;">80%</p>

Text with #96975D 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 #96975D;}

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

This text has shadow with #96975D color.

.textShadow {text-shadow: 3px 3px 1px #96975D, 3px 3px 1px red;}

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

This text has shadow with #96975D primary color and red secondary color.


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

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

This text has shadow with #96975D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96975D on black background.


Color preview on white background

This text has color #96975D on white background.



Black color preview on #96975D background

This text has black color on #96975D background.


White color preview on #96975D background

This text has white color on #96975D background.