COLOR #83858E

HEX: #83858E RGB: (131,133,142)

Color info

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

RGB color model

#83858E color RGB value is (131,133,142).

RGB: (131,133,142) (51%, 52%, 56%)

RGB channels and saturation

R 131 of 255 = 51%
G 133 of 255 = 52%
B 142 of 255 = 56%

131
133
142

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

Portions of RGB colors in percentages

R + G + B = 131 + 133 + 142 = 406 (100%)
R 131 of 406 ~ 32.27%
G 133 of 406 ~ 32.76%
B 142 of 406 ~ 34.98'%

%32.27
%32.76
%34.98

CMYK color model

#83858E color CMYK value is (8,6,0,44).

  • cyan value is 7.75%
  • magenta value is 6.34%
  • yellow value is 0.00%
  • key color value is 44.31%

CMYK: (8,6,0,44)
C8M6Y0K44 (8%, 6%, 0%, 44%)
(0.08 / 0.06 / 0.00 / 0.44)

CMYK percentages

%7.75
%6.34
%0
%44.31

Codes

Color #83858E in popluar color models

83 85 8E
RGB 131 133 142
HSL 229° 4.64% 53.53%
HSB/HSV 229° 7.75% 55.69%
CMYK 7.75% 6.34% 0.00%
44.31%

Color #83858E in popluar number systems.

HEX 83 85 8E
Decimal 131 133 142
Binary 10000011 10000101 10001110
Octal 203 205 216

Shades and tints

Shades of #83858E

#83858E
(131,133,142)
#787982
(120,121,130)
#6D6D76
(109,109,118)
#62616A
(98,97,106)
#57555E
(87,85,94)
#4C4952
(76,73,82)
#413D46
(65,61,70)
#36313A
(54,49,58)
#2B252E
(43,37,46)
#201922
(32,25,34)
#150D16
(21,13,22)
#000000
(0,0,0)

Tints of #83858E

#83858E
(131,133,142)
#8E9098
(142,144,152)
#999BA2
(153,155,162)
#A4A6AC
(164,166,172)
#AFB1B6
(175,177,182)
#BABCC0
(186,188,192)
#C5C7CA
(197,199,202)
#D0D2D4
(208,210,212)
#DBDDDE
(219,221,222)
#E6E8E8
(230,232,232)
#F1F3F2
(241,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83858E color. Also use rgb(131,133,142) instead hex code.

Text Font Color

.myTextColor { color: #83858E; }

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

This text font color is #83858E.

Background Color

.myBgColor { background-color: #83858E; }

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

This div background color is #83858E.

Border color

.myBorderColor { border: 1px solid #83858E; }

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

This div border color is #83858E.

Opacity

.myOpacity80 { color: #83858E; opacity: 0.8; }

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

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

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

This text has shadow with #83858E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83858E.

Preview

Color preview on black background

This text has color #83858E on black background.


Color preview on white background

This text has color #83858E on white background.


Black color preview on #83858E background

This text has black color on #83858E background.


White color preview on #83858E background

This text has white color on #83858E background.


Related colors

Complementary color

Complementary color for #hex is #7C7A71.


I love getcolorcode.com

Triadic colors

1 #8E8385 and #858E83 with #83858E are triadic colors.

2 #8E8583 and #85838E with #83858E are triadic colors.