COLOR #96946E

HEX: #96946E
RGB: (150,148,110)

Color info

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

RGB color model

#96946E color RGB value is (150,148,110).

  • red value is 150;
  • green value is 148;
  • blue value is 110.
RGB:
(150,148,110)
(59%,58%,43%)

RGB channels and saturation

R 150 of 255 = 59%
G 148 of 255 = 58%
B 110 of 255 = 43%

150
148
110

R + G + B ~ 53%. #96946E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 148 + 110 = 408 (100%)
R 150 of 408 ~ 36.76%
G 148 of 408 ~ 36.27%
B 110 of 408 ~ 26.96%

%36.76
%36.27
%26.96

CMYK color model

#96946E color CMYK value is (0,1,27,41).

  • cyan value is 0.00%
  • magenta value is 1.33%
  • yellow value is 26.67%
  • key color value is 41.18%
CMYK:
(0,1,27,41)
C0M1Y27K41 
(0%,1%,27%,41%)
(0.00/0.01/0.27/0.41)	

CMYK percentages

%0
%1.33
%26.67
%41.18

Codes

Color #96946E in popluar color models

96946E
RGB150148110
HSL57°16.00%50.98%
HSB/HSV57°26.67%58.82%
CMYK0.00%1.33%26.67%
41.18%

Color #96946E in popluar number systems.

HEX96946E
Decimal150148110
Binary10010110100101001101110
Octal226224156

Shades and tints

Shades of #96946E

#96946E
(150,148,110)
#898764
(137,135,100)
#7C7A5A
(124,122,90)
#6F6D50
(111,109,80)
#626046
(98,96,70)
#55533C
(85,83,60)
#484632
(72,70,50)
#3B3928
(59,57,40)
#2E2C1E
(46,44,30)
#211F14
(33,31,20)
#14120A
(20,18,10)
#000000
(0,0,0)

Tints of #96946E

#96946E
(150,148,110)
#9F9D7B
(159,157,123)
#A8A688
(168,166,136)
#B1AF95
(177,175,149)
#BAB8A2
(186,184,162)
#C3C1AF
(195,193,175)
#CCCABC
(204,202,188)
#D5D3C9
(213,211,201)
#DEDCD6
(222,220,214)
#E7E5E3
(231,229,227)
#F0EEF0
(240,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96946E color. Also use rgb(150,148,110) instead hex code.

Text Font Color

.myTextColor { color: #96946E; }

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

This text font color is #96946E.


Background Color

.myBgColor { background-color: #96946E; }

<div style="background-color:#96946E">Inner text</div>

This div background color is #96946E.


Border color

.myBorderColor { border: 1px solid #96946E; }

<div style="border:3px solid #96946E">Div</div>

This div border color is #96946E.


Opacity

.myOpacity80 { color: #96946E; opacity: 0.8; }

<p style="color:#96946E;opacity:0.8;">80%</p>

Text with #96946E 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 #96946E;}

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

This text has shadow with #96946E color.

.textShadow {text-shadow: 3px 3px 1px #96946E, 3px 3px 1px red;}

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

This text has shadow with #96946E primary color and red secondary color.


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

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

This text has shadow with #96946E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96946E on black background.


Color preview on white background

This text has color #96946E on white background.



Black color preview on #96946E background

This text has black color on #96946E background.


White color preview on #96946E background

This text has white color on #96946E background.