COLOR #83959B

HEX: #83959B
RGB: (131,149,155)

Color info

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

RGB color model

#83959B color RGB value is (131,149,155).

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

RGB channels and saturation

R 131 of 255 = 51%
G 149 of 255 = 58%
B 155 of 255 = 61%

131
149
155

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

Portions of RGB colors in percentages

R + G + B =
131 + 149 + 155 = 435 (100%)
R 131 of 435 ~ 30.11%
G 149 of 435 ~ 34.25%
B 155 of 435 ~ 35.63%

%30.11
%34.25
%35.63

CMYK color model

#83959B color CMYK value is (15,4,0,39).

  • cyan value is 15.48%
  • magenta value is 3.87%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(15,4,0,39)
C15M4Y0K39 
(15%,4%,0%,39%)
(0.15/0.04/0.00/0.39)	

CMYK percentages

%15.48
%3.87
%0
%39.22

Codes

Color #83959B in popluar color models

83959B
RGB131149155
HSL195°10.71%56.08%
HSB/HSV195°15.48%60.78%
CMYK15.48%3.87%0.00%
39.22%

Color #83959B in popluar number systems.

HEX83959B
Decimal131149155
Binary100000111001010110011011
Octal203225233

Shades and tints

Shades of #83959B

#83959B
(131,149,155)
#78888D
(120,136,141)
#6D7B7F
(109,123,127)
#626E71
(98,110,113)
#576163
(87,97,99)
#4C5455
(76,84,85)
#414747
(65,71,71)
#363A39
(54,58,57)
#2B2D2B
(43,45,43)
#20201D
(32,32,29)
#15130F
(21,19,15)
#000000
(0,0,0)

Tints of #83959B

#83959B
(131,149,155)
#8E9EA4
(142,158,164)
#99A7AD
(153,167,173)
#A4B0B6
(164,176,182)
#AFB9BF
(175,185,191)
#BAC2C8
(186,194,200)
#C5CBD1
(197,203,209)
#D0D4DA
(208,212,218)
#DBDDE3
(219,221,227)
#E6E6EC
(230,230,236)
#F1EFF5
(241,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83959B; }

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

This text font color is #83959B.


Background Color

.myBgColor { background-color: #83959B; }

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

This div background color is #83959B.


Border color

.myBorderColor { border: 1px solid #83959B; }

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

This div border color is #83959B.


Opacity

.myOpacity80 { color: #83959B; opacity: 0.8; }

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

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

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

This text has shadow with #83959B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83959B on black background.


Color preview on white background

This text has color #83959B on white background.



Black color preview on #83959B background

This text has black color on #83959B background.


White color preview on #83959B background

This text has white color on #83959B background.