COLOR #83868D

HEX: #83868D RGB: (131,134,141)

Color info

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

RGB color model

#83868D color RGB value is (131,134,141).

RGB: (131,134,141) (51%, 53%, 55%)

RGB channels and saturation

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

131
134
141

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

Portions of RGB colors in percentages

R + G + B = 131 + 134 + 141 = 406 (100%)
R 131 of 406 ~ 32.27%
G 134 of 406 ~ 33%
B 141 of 406 ~ 34.73'%

%32.27
%33
%34.73

CMYK color model

#83868D color CMYK value is (7,5,0,45).

  • cyan value is 7.09%
  • magenta value is 4.96%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (7,5,0,45)
C7M5Y0K45 (7%, 5%, 0%, 45%)
(0.07 / 0.05 / 0.00 / 0.45)

CMYK percentages

%7.09
%4.96
%0
%44.71

Codes

Color #83868D in popluar color models

83 86 8D
RGB 131 134 141
HSL 222° 4.20% 53.33%
HSB/HSV 222° 7.09% 55.29%
CMYK 7.09% 4.96% 0.00%
44.71%

Color #83868D in popluar number systems.

HEX 83 86 8D
Decimal 131 134 141
Binary 10000011 10000110 10001101
Octal 203 206 215

Shades and tints

Shades of #83868D

#83868D
(131,134,141)
#787A81
(120,122,129)
#6D6E75
(109,110,117)
#626269
(98,98,105)
#57565D
(87,86,93)
#4C4A51
(76,74,81)
#413E45
(65,62,69)
#363239
(54,50,57)
#2B262D
(43,38,45)
#201A21
(32,26,33)
#150E15
(21,14,21)
#000000
(0,0,0)

Tints of #83868D

#83868D
(131,134,141)
#8E9197
(142,145,151)
#999CA1
(153,156,161)
#A4A7AB
(164,167,171)
#AFB2B5
(175,178,181)
#BABDBF
(186,189,191)
#C5C8C9
(197,200,201)
#D0D3D3
(208,211,211)
#DBDEDD
(219,222,221)
#E6E9E7
(230,233,231)
#F1F4F1
(241,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83868D; }

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

This text font color is #83868D.

Background Color

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

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

This div background color is #83868D.

Border color

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

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

This div border color is #83868D.

Opacity

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

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

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

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

This text has shadow with #83868D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83868D.

Preview

Color preview on black background

This text has color #83868D on black background.


Color preview on white background

This text has color #83868D on white background.


Black color preview on #83868D background

This text has black color on #83868D background.


White color preview on #83868D background

This text has white color on #83868D background.


Related colors

Complementary color

Complementary color for #hex is #7C7972.


I love getcolorcode.com

Triadic colors

1 #8D8386 and #868D83 with #83868D are triadic colors.

2 #8D8683 and #86838D with #83868D are triadic colors.