COLOR #959683

HEX: #959683
RGB: (149,150,131)

Color info

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

RGB color model

#959683 color RGB value is (149,150,131).

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

RGB channels and saturation

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

149
150
131

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

Portions of RGB colors in percentages

R + G + B =
149 + 150 + 131 = 430 (100%)
R 149 of 430 ~ 34.65%
G 150 of 430 ~ 34.88%
B 131 of 430 ~ 30.47%

%34.65
%34.88
%30.47

CMYK color model

#959683 color CMYK value is (1,0,13,41).

  • cyan value is 0.67%
  • magenta value is 0.00%
  • yellow value is 12.67%
  • key color value is 41.18%
CMYK:
(1,0,13,41)
C1M0Y13K41 
(1%,0%,13%,41%)
(0.01/0.00/0.13/0.41)	

CMYK percentages

%0.67
%0
%12.67
%41.18

Codes

Color #959683 in popluar color models

959683
RGB149150131
HSL63°8.30%55.10%
HSB/HSV63°12.67%58.82%
CMYK0.67%0.00%12.67%
41.18%

Color #959683 in popluar number systems.

HEX959683
Decimal149150131
Binary100101011001011010000011
Octal225226203

Shades and tints

Shades of #959683

#959683
(149,150,131)
#888978
(136,137,120)
#7B7C6D
(123,124,109)
#6E6F62
(110,111,98)
#616257
(97,98,87)
#54554C
(84,85,76)
#474841
(71,72,65)
#3A3B36
(58,59,54)
#2D2E2B
(45,46,43)
#202120
(32,33,32)
#131415
(19,20,21)
#000000
(0,0,0)

Tints of #959683

#959683
(149,150,131)
#9E9F8E
(158,159,142)
#A7A899
(167,168,153)
#B0B1A4
(176,177,164)
#B9BAAF
(185,186,175)
#C2C3BA
(194,195,186)
#CBCCC5
(203,204,197)
#D4D5D0
(212,213,208)
#DDDEDB
(221,222,219)
#E6E7E6
(230,231,230)
#EFF0F1
(239,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959683; }

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

This text font color is #959683.


Background Color

.myBgColor { background-color: #959683; }

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

This div background color is #959683.


Border color

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

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

This div border color is #959683.


Opacity

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

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

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

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

This text has shadow with #959683 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959683 on black background.


Color preview on white background

This text has color #959683 on white background.



Black color preview on #959683 background

This text has black color on #959683 background.


White color preview on #959683 background

This text has white color on #959683 background.