COLOR #83868B

HEX: #83868B
RGB: (131,134,139)

Color info

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

RGB color model

#83868B color RGB value is (131,134,139).

  • red value is 131;
  • green value is 134;
  • blue value is 139.
RGB:
(131,134,139)
(51%,53%,55%)

RGB channels and saturation

R 131 of 255 = 51%
G 134 of 255 = 53%
B 139 of 255 = 55%

131
134
139

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

Portions of RGB colors in percentages

R + G + B =
131 + 134 + 139 = 404 (100%)
R 131 of 404 ~ 32.43%
G 134 of 404 ~ 33.17%
B 139 of 404 ~ 34.41%

%32.43
%33.17
%34.41

CMYK color model

#83868B color CMYK value is (6,4,0,45).

  • cyan value is 5.76%
  • magenta value is 3.60%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(6,4,0,45)
C6M4Y0K45 
(6%,4%,0%,45%)
(0.06/0.04/0.00/0.45)	

CMYK percentages

%5.76
%3.6
%0
%45.49

Codes

Color #83868B in popluar color models

83868B
RGB131134139
HSL218°3.33%52.94%
HSB/HSV218°5.76%54.51%
CMYK5.76%3.60%0.00%
45.49%

Color #83868B in popluar number systems.

HEX83868B
Decimal131134139
Binary100000111000011010001011
Octal203206213

Shades and tints

Shades of #83868B

#83868B
(131,134,139)
#787A7F
(120,122,127)
#6D6E73
(109,110,115)
#626267
(98,98,103)
#57565B
(87,86,91)
#4C4A4F
(76,74,79)
#413E43
(65,62,67)
#363237
(54,50,55)
#2B262B
(43,38,43)
#201A1F
(32,26,31)
#150E13
(21,14,19)
#000000
(0,0,0)

Tints of #83868B

#83868B
(131,134,139)
#8E9195
(142,145,149)
#999C9F
(153,156,159)
#A4A7A9
(164,167,169)
#AFB2B3
(175,178,179)
#BABDBD
(186,189,189)
#C5C8C7
(197,200,199)
#D0D3D1
(208,211,209)
#DBDEDB
(219,222,219)
#E6E9E5
(230,233,229)
#F1F4EF
(241,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83868B color. Also use rgb(131,134,139) instead hex code.

Text Font Color

.myTextColor { color: #83868B; }

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

This text font color is #83868B.


Background Color

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

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

This div background color is #83868B.


Border color

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

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

This div border color is #83868B.


Opacity

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

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

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

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

This text has shadow with #83868B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83868B on black background.


Color preview on white background

This text has color #83868B on white background.



Black color preview on #83868B background

This text has black color on #83868B background.


White color preview on #83868B background

This text has white color on #83868B background.