COLOR #96935D

HEX: #96935D
RGB: (150,147,93)

Color info

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

RGB color model

#96935D color RGB value is (150,147,93).

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

RGB channels and saturation

R 150 of 255 = 59%
G 147 of 255 = 58%
B 93 of 255 = 36%

150
147
93

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

Portions of RGB colors in percentages

R + G + B =
150 + 147 + 93 = 390 (100%)
R 150 of 390 ~ 38.46%
G 147 of 390 ~ 37.69%
B 93 of 390 ~ 23.85%

%38.46
%37.69
%23.85

CMYK color model

#96935D color CMYK value is (0,2,38,41).

  • cyan value is 0.00%
  • magenta value is 2.00%
  • yellow value is 38.00%
  • key color value is 41.18%
CMYK:
(0,2,38,41)
C0M2Y38K41 
(0%,2%,38%,41%)
(0.00/0.02/0.38/0.41)	

CMYK percentages

%0
%2
%38
%41.18

Codes

Color #96935D in popluar color models

96935D
RGB15014793
HSL57°23.46%47.65%
HSB/HSV57°38.00%58.82%
CMYK0.00%2.00%38.00%
41.18%

Color #96935D in popluar number systems.

HEX96935D
Decimal15014793
Binary10010110100100111011101
Octal226223135

Shades and tints

Shades of #96935D

#96935D
(150,147,93)
#898655
(137,134,85)
#7C794D
(124,121,77)
#6F6C45
(111,108,69)
#625F3D
(98,95,61)
#555235
(85,82,53)
#48452D
(72,69,45)
#3B3825
(59,56,37)
#2E2B1D
(46,43,29)
#211E15
(33,30,21)
#14110D
(20,17,13)
#000000
(0,0,0)

Tints of #96935D

#96935D
(150,147,93)
#9F9C6B
(159,156,107)
#A8A579
(168,165,121)
#B1AE87
(177,174,135)
#BAB795
(186,183,149)
#C3C0A3
(195,192,163)
#CCC9B1
(204,201,177)
#D5D2BF
(213,210,191)
#DEDBCD
(222,219,205)
#E7E4DB
(231,228,219)
#F0EDE9
(240,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96935D; }

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

This text font color is #96935D.


Background Color

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

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

This div background color is #96935D.


Border color

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

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

This div border color is #96935D.


Opacity

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

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

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

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

This text has shadow with #96935D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96935D on black background.


Color preview on white background

This text has color #96935D on white background.



Black color preview on #96935D background

This text has black color on #96935D background.


White color preview on #96935D background

This text has white color on #96935D background.