COLOR #83839D

HEX: #83839D
RGB: (131,131,157)

Color info

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

RGB color model

#83839D color RGB value is (131,131,157).

  • red value is 131;
  • green value is 131;
  • blue value is 157.
RGB:
(131,131,157)
(51%,51%,62%)

RGB channels and saturation

R 131 of 255 = 51%
G 131 of 255 = 51%
B 157 of 255 = 62%

131
131
157

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

Portions of RGB colors in percentages

R + G + B =
131 + 131 + 157 = 419 (100%)
R 131 of 419 ~ 31.26%
G 131 of 419 ~ 31.26%
B 157 of 419 ~ 37.47%

%31.26
%31.26
%37.47

CMYK color model

#83839D color CMYK value is (17,17,0,38).

  • cyan value is 16.56%
  • magenta value is 16.56%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(17,17,0,38)
C17M17Y0K38 
(17%,17%,0%,38%)
(0.17/0.17/0.00/0.38)	

CMYK percentages

%16.56
%16.56
%0
%38.43

Codes

Color #83839D in popluar color models

83839D
RGB131131157
HSL240°11.71%56.47%
HSB/HSV240°16.56%61.57%
CMYK16.56%16.56%0.00%
38.43%

Color #83839D in popluar number systems.

HEX83839D
Decimal131131157
Binary100000111000001110011101
Octal203203235

Shades and tints

Shades of #83839D

#83839D
(131,131,157)
#78788F
(120,120,143)
#6D6D81
(109,109,129)
#626273
(98,98,115)
#575765
(87,87,101)
#4C4C57
(76,76,87)
#414149
(65,65,73)
#36363B
(54,54,59)
#2B2B2D
(43,43,45)
#20201F
(32,32,31)
#151511
(21,21,17)
#000000
(0,0,0)

Tints of #83839D

#83839D
(131,131,157)
#8E8EA5
(142,142,165)
#9999AD
(153,153,173)
#A4A4B5
(164,164,181)
#AFAFBD
(175,175,189)
#BABAC5
(186,186,197)
#C5C5CD
(197,197,205)
#D0D0D5
(208,208,213)
#DBDBDD
(219,219,221)
#E6E6E5
(230,230,229)
#F1F1ED
(241,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83839D; }

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

This text font color is #83839D.


Background Color

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

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

This div background color is #83839D.


Border color

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

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

This div border color is #83839D.


Opacity

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

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

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

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

This text has shadow with #83839D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83839D on black background.


Color preview on white background

This text has color #83839D on white background.



Black color preview on #83839D background

This text has black color on #83839D background.


White color preview on #83839D background

This text has white color on #83839D background.