COLOR #83838E

HEX: #83838E
RGB: (131,131,142)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

131
131
142

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

Portions of RGB colors in percentages

R + G + B =
131 + 131 + 142 = 404 (100%)
R 131 of 404 ~ 32.43%
G 131 of 404 ~ 32.43%
B 142 of 404 ~ 35.15%

%32.43
%32.43
%35.15

CMYK color model

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

  • cyan value is 7.75%
  • magenta value is 7.75%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(8,8,0,44)
C8M8Y0K44 
(8%,8%,0%,44%)
(0.08/0.08/0.00/0.44)	

CMYK percentages

%7.75
%7.75
%0
%44.31

Codes

Color #83838E in popluar color models

83838E
RGB131131142
HSL240°4.64%53.53%
HSB/HSV240°7.75%55.69%
CMYK7.75%7.75%0.00%
44.31%

Color #83838E in popluar number systems.

HEX83838E
Decimal131131142
Binary100000111000001110001110
Octal203203216

Shades and tints

Shades of #83838E

#83838E
(131,131,142)
#787882
(120,120,130)
#6D6D76
(109,109,118)
#62626A
(98,98,106)
#57575E
(87,87,94)
#4C4C52
(76,76,82)
#414146
(65,65,70)
#36363A
(54,54,58)
#2B2B2E
(43,43,46)
#202022
(32,32,34)
#151516
(21,21,22)
#000000
(0,0,0)

Tints of #83838E

#83838E
(131,131,142)
#8E8E98
(142,142,152)
#9999A2
(153,153,162)
#A4A4AC
(164,164,172)
#AFAFB6
(175,175,182)
#BABAC0
(186,186,192)
#C5C5CA
(197,197,202)
#D0D0D4
(208,208,212)
#DBDBDE
(219,219,222)
#E6E6E8
(230,230,232)
#F1F1F2
(241,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83838E; }

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

This text font color is #83838E.


Background Color

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

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

This div background color is #83838E.


Border color

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

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

This div border color is #83838E.


Opacity

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

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

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

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

This text has shadow with #83838E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83838E on black background.


Color preview on white background

This text has color #83838E on white background.



Black color preview on #83838E background

This text has black color on #83838E background.


White color preview on #83838E background

This text has white color on #83838E background.