COLOR #83848E

HEX: #83848E
RGB: (131,132,142)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

131
132
142

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

Portions of RGB colors in percentages

R + G + B =
131 + 132 + 142 = 405 (100%)
R 131 of 405 ~ 32.35%
G 132 of 405 ~ 32.59%
B 142 of 405 ~ 35.06%

%32.35
%32.59
%35.06

CMYK color model

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

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

CMYK percentages

%7.75
%7.04
%0
%44.31

Codes

Color #83848E in popluar color models

83848E
RGB131132142
HSL235°4.64%53.53%
HSB/HSV235°7.75%55.69%
CMYK7.75%7.04%0.00%
44.31%

Color #83848E in popluar number systems.

HEX83848E
Decimal131132142
Binary100000111000010010001110
Octal203204216

Shades and tints

Shades of #83848E

#83848E
(131,132,142)
#787882
(120,120,130)
#6D6C76
(109,108,118)
#62606A
(98,96,106)
#57545E
(87,84,94)
#4C4852
(76,72,82)
#413C46
(65,60,70)
#36303A
(54,48,58)
#2B242E
(43,36,46)
#201822
(32,24,34)
#150C16
(21,12,22)
#000000
(0,0,0)

Tints of #83848E

#83848E
(131,132,142)
#8E8F98
(142,143,152)
#999AA2
(153,154,162)
#A4A5AC
(164,165,172)
#AFB0B6
(175,176,182)
#BABBC0
(186,187,192)
#C5C6CA
(197,198,202)
#D0D1D4
(208,209,212)
#DBDCDE
(219,220,222)
#E6E7E8
(230,231,232)
#F1F2F2
(241,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83848E; }

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

This text font color is #83848E.


Background Color

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

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

This div background color is #83848E.


Border color

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

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

This div border color is #83848E.


Opacity

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

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

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

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

This text has shadow with #83848E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83848E on black background.


Color preview on white background

This text has color #83848E on white background.



Black color preview on #83848E background

This text has black color on #83848E background.


White color preview on #83848E background

This text has white color on #83848E background.