COLOR #83858D

HEX: #83858D
RGB: (131,133,141)

Color info

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

RGB color model

#83858D color RGB value is (131,133,141).

  • red value is 131;
  • green value is 133;
  • blue value is 141.
RGB:
(131,133,141)
(51%,52%,55%)

RGB channels and saturation

R 131 of 255 = 51%
G 133 of 255 = 52%
B 141 of 255 = 55%

131
133
141

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

Portions of RGB colors in percentages

R + G + B =
131 + 133 + 141 = 405 (100%)
R 131 of 405 ~ 32.35%
G 133 of 405 ~ 32.84%
B 141 of 405 ~ 34.81%

%32.35
%32.84
%34.81

CMYK color model

#83858D color CMYK value is (7,6,0,45).

  • cyan value is 7.09%
  • magenta value is 5.67%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(7,6,0,45)
C7M6Y0K45 
(7%,6%,0%,45%)
(0.07/0.06/0.00/0.45)	

CMYK percentages

%7.09
%5.67
%0
%44.71

Codes

Color #83858D in popluar color models

83858D
RGB131133141
HSL228°4.20%53.33%
HSB/HSV228°7.09%55.29%
CMYK7.09%5.67%0.00%
44.71%

Color #83858D in popluar number systems.

HEX83858D
Decimal131133141
Binary100000111000010110001101
Octal203205215

Shades and tints

Shades of #83858D

#83858D
(131,133,141)
#787981
(120,121,129)
#6D6D75
(109,109,117)
#626169
(98,97,105)
#57555D
(87,85,93)
#4C4951
(76,73,81)
#413D45
(65,61,69)
#363139
(54,49,57)
#2B252D
(43,37,45)
#201921
(32,25,33)
#150D15
(21,13,21)
#000000
(0,0,0)

Tints of #83858D

#83858D
(131,133,141)
#8E9097
(142,144,151)
#999BA1
(153,155,161)
#A4A6AB
(164,166,171)
#AFB1B5
(175,177,181)
#BABCBF
(186,188,191)
#C5C7C9
(197,199,201)
#D0D2D3
(208,210,211)
#DBDDDD
(219,221,221)
#E6E8E7
(230,232,231)
#F1F3F1
(241,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83858D; }

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

This text font color is #83858D.


Background Color

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

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

This div background color is #83858D.


Border color

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

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

This div border color is #83858D.


Opacity

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

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

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

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

This text has shadow with #83858D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83858D on black background.


Color preview on white background

This text has color #83858D on white background.



Black color preview on #83858D background

This text has black color on #83858D background.


White color preview on #83858D background

This text has white color on #83858D background.