COLOR #96937D

HEX: #96937D
RGB: (150,147,125)

Color info

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

RGB color model

#96937D color RGB value is (150,147,125).

  • red value is 150;
  • green value is 147;
  • blue value is 125.
RGB:
(150,147,125)
(59%,58%,49%)

RGB channels and saturation

R 150 of 255 = 59%
G 147 of 255 = 58%
B 125 of 255 = 49%

150
147
125

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

Portions of RGB colors in percentages

R + G + B =
150 + 147 + 125 = 422 (100%)
R 150 of 422 ~ 35.55%
G 147 of 422 ~ 34.83%
B 125 of 422 ~ 29.62%

%35.55
%34.83
%29.62

CMYK color model

#96937D color CMYK value is (0,2,17,41).

  • cyan value is 0.00%
  • magenta value is 2.00%
  • yellow value is 16.67%
  • key color value is 41.18%
CMYK:
(0,2,17,41)
C0M2Y17K41 
(0%,2%,17%,41%)
(0.00/0.02/0.17/0.41)	

CMYK percentages

%0
%2
%16.67
%41.18

Codes

Color #96937D in popluar color models

96937D
RGB150147125
HSL53°10.64%53.92%
HSB/HSV53°16.67%58.82%
CMYK0.00%2.00%16.67%
41.18%

Color #96937D in popluar number systems.

HEX96937D
Decimal150147125
Binary10010110100100111111101
Octal226223175

Shades and tints

Shades of #96937D

#96937D
(150,147,125)
#898672
(137,134,114)
#7C7967
(124,121,103)
#6F6C5C
(111,108,92)
#625F51
(98,95,81)
#555246
(85,82,70)
#48453B
(72,69,59)
#3B3830
(59,56,48)
#2E2B25
(46,43,37)
#211E1A
(33,30,26)
#14110F
(20,17,15)
#000000
(0,0,0)

Tints of #96937D

#96937D
(150,147,125)
#9F9C88
(159,156,136)
#A8A593
(168,165,147)
#B1AE9E
(177,174,158)
#BAB7A9
(186,183,169)
#C3C0B4
(195,192,180)
#CCC9BF
(204,201,191)
#D5D2CA
(213,210,202)
#DEDBD5
(222,219,213)
#E7E4E0
(231,228,224)
#F0EDEB
(240,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96937D color. Also use rgb(150,147,125) instead hex code.

Text Font Color

.myTextColor { color: #96937D; }

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

This text font color is #96937D.


Background Color

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

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

This div background color is #96937D.


Border color

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

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

This div border color is #96937D.


Opacity

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

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

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

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

This text has shadow with #96937D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96937D on black background.


Color preview on white background

This text has color #96937D on white background.



Black color preview on #96937D background

This text has black color on #96937D background.


White color preview on #96937D background

This text has white color on #96937D background.