COLOR #96955A

HEX: #96955A
RGB: (150,149,90)

Color info

#96955A contains mainly red and green colors. Web safe color of #96955A is #999966 (or #996).

RGB color model

#96955A color RGB value is (150,149,90).

  • red value is 150;
  • green value is 149;
  • blue value is 90.
RGB:
(150,149,90)
(59%,58%,35%)

RGB channels and saturation

R 150 of 255 = 59%
G 149 of 255 = 58%
B 90 of 255 = 35%

150
149
90

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

Portions of RGB colors in percentages

R + G + B =
150 + 149 + 90 = 389 (100%)
R 150 of 389 ~ 38.56%
G 149 of 389 ~ 38.3%
B 90 of 389 ~ 23.14%

%38.56
%38.3
%23.14

CMYK color model

#96955A color CMYK value is (0,1,40,41).

  • cyan value is 0.00%
  • magenta value is 0.67%
  • yellow value is 40.00%
  • key color value is 41.18%
CMYK:
(0,1,40,41)
C0M1Y40K41 
(0%,1%,40%,41%)
(0.00/0.01/0.40/0.41)	

CMYK percentages

%0
%0.67
%40
%41.18

Codes

Color #96955A in popluar color models

96955A
RGB15014990
HSL59°25.00%47.06%
HSB/HSV59°40.00%58.82%
CMYK0.00%0.67%40.00%
41.18%

Color #96955A in popluar number systems.

HEX96955A
Decimal15014990
Binary10010110100101011011010
Octal226225132

Shades and tints

Shades of #96955A

#96955A
(150,149,90)
#898852
(137,136,82)
#7C7B4A
(124,123,74)
#6F6E42
(111,110,66)
#62613A
(98,97,58)
#555432
(85,84,50)
#48472A
(72,71,42)
#3B3A22
(59,58,34)
#2E2D1A
(46,45,26)
#212012
(33,32,18)
#14130A
(20,19,10)
#000000
(0,0,0)

Tints of #96955A

#96955A
(150,149,90)
#9F9E69
(159,158,105)
#A8A778
(168,167,120)
#B1B087
(177,176,135)
#BAB996
(186,185,150)
#C3C2A5
(195,194,165)
#CCCBB4
(204,203,180)
#D5D4C3
(213,212,195)
#DEDDD2
(222,221,210)
#E7E6E1
(231,230,225)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96955A color. Also use rgb(150,149,90) instead hex code.

Text Font Color

.myTextColor { color: #96955A; }

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

This text font color is #96955A.


Background Color

.myBgColor { background-color: #96955A; }

<div style="background-color:#96955A">Inner text</div>

This div background color is #96955A.


Border color

.myBorderColor { border: 1px solid #96955A; }

<div style="border:3px solid #96955A">Div</div>

This div border color is #96955A.


Opacity

.myOpacity80 { color: #96955A; opacity: 0.8; }

<p style="color:#96955A;opacity:0.8;">80%</p>

Text with #96955A 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 #96955A;}

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

This text has shadow with #96955A color.

.textShadow {text-shadow: 3px 3px 1px #96955A, 3px 3px 1px red;}

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

This text has shadow with #96955A primary color and red secondary color.


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

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

This text has shadow with #96955A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96955A on black background.


Color preview on white background

This text has color #96955A on white background.



Black color preview on #96955A background

This text has black color on #96955A background.


White color preview on #96955A background

This text has white color on #96955A background.