COLOR #969581

HEX: #969581
RGB: (150,149,129)

Color info

#969581 contains red, green and blue colors in about the same proportion. Web safe color of #969581 is #999999 (or #999).

RGB color model

#969581 color RGB value is (150,149,129).

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

RGB channels and saturation

R 150 of 255 = 59%
G 149 of 255 = 58%
B 129 of 255 = 51%

150
149
129

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

Portions of RGB colors in percentages

R + G + B =
150 + 149 + 129 = 428 (100%)
R 150 of 428 ~ 35.05%
G 149 of 428 ~ 34.81%
B 129 of 428 ~ 30.14%

%35.05
%34.81
%30.14

CMYK color model

#969581 color CMYK value is (0,1,14,41).

  • cyan value is 0.00%
  • magenta value is 0.67%
  • yellow value is 14.00%
  • key color value is 41.18%
CMYK:
(0,1,14,41)
C0M1Y14K41 
(0%,1%,14%,41%)
(0.00/0.01/0.14/0.41)	

CMYK percentages

%0
%0.67
%14
%41.18

Codes

Color #969581 in popluar color models

969581
RGB150149129
HSL57°9.09%54.71%
HSB/HSV57°14.00%58.82%
CMYK0.00%0.67%14.00%
41.18%

Color #969581 in popluar number systems.

HEX969581
Decimal150149129
Binary100101101001010110000001
Octal226225201

Shades and tints

Shades of #969581

#969581
(150,149,129)
#898876
(137,136,118)
#7C7B6B
(124,123,107)
#6F6E60
(111,110,96)
#626155
(98,97,85)
#55544A
(85,84,74)
#48473F
(72,71,63)
#3B3A34
(59,58,52)
#2E2D29
(46,45,41)
#21201E
(33,32,30)
#141313
(20,19,19)
#000000
(0,0,0)

Tints of #969581

#969581
(150,149,129)
#9F9E8C
(159,158,140)
#A8A797
(168,167,151)
#B1B0A2
(177,176,162)
#BAB9AD
(186,185,173)
#C3C2B8
(195,194,184)
#CCCBC3
(204,203,195)
#D5D4CE
(213,212,206)
#DEDDD9
(222,221,217)
#E7E6E4
(231,230,228)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969581; }

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

This text font color is #969581.


Background Color

.myBgColor { background-color: #969581; }

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

This div background color is #969581.


Border color

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

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

This div border color is #969581.


Opacity

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

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

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

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

This text has shadow with #969581 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969581 on black background.


Color preview on white background

This text has color #969581 on white background.



Black color preview on #969581 background

This text has black color on #969581 background.


White color preview on #969581 background

This text has white color on #969581 background.