COLOR #969875

HEX: #969875
RGB: (150,152,117)

Color info

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

RGB color model

#969875 color RGB value is (150,152,117).

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

RGB channels and saturation

R 150 of 255 = 59%
G 152 of 255 = 60%
B 117 of 255 = 46%

150
152
117

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

Portions of RGB colors in percentages

R + G + B =
150 + 152 + 117 = 419 (100%)
R 150 of 419 ~ 35.8%
G 152 of 419 ~ 36.28%
B 117 of 419 ~ 27.92%

%35.8
%36.28
%27.92

CMYK color model

#969875 color CMYK value is (1,0,23,40).

  • cyan value is 1.32%
  • magenta value is 0.00%
  • yellow value is 23.03%
  • key color value is 40.39%
CMYK:
(1,0,23,40)
C1M0Y23K40 
(1%,0%,23%,40%)
(0.01/0.00/0.23/0.40)	

CMYK percentages

%1.32
%0
%23.03
%40.39

Codes

Color #969875 in popluar color models

969875
RGB150152117
HSL63°14.52%52.75%
HSB/HSV63°23.03%59.61%
CMYK1.32%0.00%23.03%
40.39%

Color #969875 in popluar number systems.

HEX969875
Decimal150152117
Binary10010110100110001110101
Octal226230165

Shades and tints

Shades of #969875

#969875
(150,152,117)
#898B6B
(137,139,107)
#7C7E61
(124,126,97)
#6F7157
(111,113,87)
#62644D
(98,100,77)
#555743
(85,87,67)
#484A39
(72,74,57)
#3B3D2F
(59,61,47)
#2E3025
(46,48,37)
#21231B
(33,35,27)
#141611
(20,22,17)
#000000
(0,0,0)

Tints of #969875

#969875
(150,152,117)
#9FA181
(159,161,129)
#A8AA8D
(168,170,141)
#B1B399
(177,179,153)
#BABCA5
(186,188,165)
#C3C5B1
(195,197,177)
#CCCEBD
(204,206,189)
#D5D7C9
(213,215,201)
#DEE0D5
(222,224,213)
#E7E9E1
(231,233,225)
#F0F2ED
(240,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969875; }

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

This text font color is #969875.


Background Color

.myBgColor { background-color: #969875; }

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

This div background color is #969875.


Border color

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

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

This div border color is #969875.


Opacity

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

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

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

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

This text has shadow with #969875 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969875 on black background.


Color preview on white background

This text has color #969875 on white background.



Black color preview on #969875 background

This text has black color on #969875 background.


White color preview on #969875 background

This text has white color on #969875 background.