COLOR #969855

HEX: #969855
RGB: (150,152,85)

Color info

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

RGB color model

#969855 color RGB value is (150,152,85).

  • red value is 150;
  • green value is 152;
  • blue value is 85.
RGB:
(150,152,85)
(59%,60%,33%)

RGB channels and saturation

R 150 of 255 = 59%
G 152 of 255 = 60%
B 85 of 255 = 33%

150
152
85

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

Portions of RGB colors in percentages

R + G + B =
150 + 152 + 85 = 387 (100%)
R 150 of 387 ~ 38.76%
G 152 of 387 ~ 39.28%
B 85 of 387 ~ 21.96%

%38.76
%39.28
%21.96

CMYK color model

#969855 color CMYK value is (1,0,44,40).

  • cyan value is 1.32%
  • magenta value is 0.00%
  • yellow value is 44.08%
  • key color value is 40.39%
CMYK:
(1,0,44,40)
C1M0Y44K40 
(1%,0%,44%,40%)
(0.01/0.00/0.44/0.40)	

CMYK percentages

%1.32
%0
%44.08
%40.39

Codes

Color #969855 in popluar color models

969855
RGB15015285
HSL62°28.27%46.47%
HSB/HSV62°44.08%59.61%
CMYK1.32%0.00%44.08%
40.39%

Color #969855 in popluar number systems.

HEX969855
Decimal15015285
Binary10010110100110001010101
Octal226230125

Shades and tints

Shades of #969855

#969855
(150,152,85)
#898B4E
(137,139,78)
#7C7E47
(124,126,71)
#6F7140
(111,113,64)
#626439
(98,100,57)
#555732
(85,87,50)
#484A2B
(72,74,43)
#3B3D24
(59,61,36)
#2E301D
(46,48,29)
#212316
(33,35,22)
#14160F
(20,22,15)
#000000
(0,0,0)

Tints of #969855

#969855
(150,152,85)
#9FA164
(159,161,100)
#A8AA73
(168,170,115)
#B1B382
(177,179,130)
#BABC91
(186,188,145)
#C3C5A0
(195,197,160)
#CCCEAF
(204,206,175)
#D5D7BE
(213,215,190)
#DEE0CD
(222,224,205)
#E7E9DC
(231,233,220)
#F0F2EB
(240,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #969855 color. Also use rgb(150,152,85) instead hex code.

Text Font Color

.myTextColor { color: #969855; }

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

This text font color is #969855.


Background Color

.myBgColor { background-color: #969855; }

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

This div background color is #969855.


Border color

.myBorderColor { border: 1px solid #969855; }

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

This div border color is #969855.


Opacity

.myOpacity80 { color: #969855; opacity: 0.8; }

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

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

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

This text has shadow with #969855 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969855 on black background.


Color preview on white background

This text has color #969855 on white background.



Black color preview on #969855 background

This text has black color on #969855 background.


White color preview on #969855 background

This text has white color on #969855 background.