COLOR #83818D

HEX: #83818D
RGB: (131,129,141)

Color info

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

RGB color model

#83818D color RGB value is (131,129,141).

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

RGB channels and saturation

R 131 of 255 = 51%
G 129 of 255 = 51%
B 141 of 255 = 55%

131
129
141

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

Portions of RGB colors in percentages

R + G + B =
131 + 129 + 141 = 401 (100%)
R 131 of 401 ~ 32.67%
G 129 of 401 ~ 32.17%
B 141 of 401 ~ 35.16%

%32.67
%32.17
%35.16

CMYK color model

#83818D color CMYK value is (7,9,0,45).

  • cyan value is 7.09%
  • magenta value is 8.51%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(7,9,0,45)
C7M9Y0K45 
(7%,9%,0%,45%)
(0.07/0.09/0.00/0.45)	

CMYK percentages

%7.09
%8.51
%0
%44.71

Codes

Color #83818D in popluar color models

83818D
RGB131129141
HSL250°5.00%52.94%
HSB/HSV250°8.51%55.29%
CMYK7.09%8.51%0.00%
44.71%

Color #83818D in popluar number systems.

HEX83818D
Decimal131129141
Binary100000111000000110001101
Octal203201215

Shades and tints

Shades of #83818D

#83818D
(131,129,141)
#787681
(120,118,129)
#6D6B75
(109,107,117)
#626069
(98,96,105)
#57555D
(87,85,93)
#4C4A51
(76,74,81)
#413F45
(65,63,69)
#363439
(54,52,57)
#2B292D
(43,41,45)
#201E21
(32,30,33)
#151315
(21,19,21)
#000000
(0,0,0)

Tints of #83818D

#83818D
(131,129,141)
#8E8C97
(142,140,151)
#9997A1
(153,151,161)
#A4A2AB
(164,162,171)
#AFADB5
(175,173,181)
#BAB8BF
(186,184,191)
#C5C3C9
(197,195,201)
#D0CED3
(208,206,211)
#DBD9DD
(219,217,221)
#E6E4E7
(230,228,231)
#F1EFF1
(241,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83818D; }

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

This text font color is #83818D.


Background Color

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

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

This div background color is #83818D.


Border color

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

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

This div border color is #83818D.


Opacity

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

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

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

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

This text has shadow with #83818D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83818D on black background.


Color preview on white background

This text has color #83818D on white background.



Black color preview on #83818D background

This text has black color on #83818D background.


White color preview on #83818D background

This text has white color on #83818D background.