COLOR #83847E

HEX: #83847E
RGB: (131,132,126)

Color info

#83847E contains red, green and blue colors in about the same proportion. Web safe color of #83847E is #999966 (or #996).

RGB color model

#83847E color RGB value is (131,132,126).

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

RGB channels and saturation

R 131 of 255 = 51%
G 132 of 255 = 52%
B 126 of 255 = 49%

131
132
126

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

Portions of RGB colors in percentages

R + G + B =
131 + 132 + 126 = 389 (100%)
R 131 of 389 ~ 33.68%
G 132 of 389 ~ 33.93%
B 126 of 389 ~ 32.39%

%33.68
%33.93
%32.39

CMYK color model

#83847E color CMYK value is (1,0,5,48).

  • cyan value is 0.76%
  • magenta value is 0.00%
  • yellow value is 4.55%
  • key color value is 48.24%
CMYK:
(1,0,5,48)
C1M0Y5K48 
(1%,0%,5%,48%)
(0.01/0.00/0.05/0.48)	

CMYK percentages

%0.76
%0
%4.55
%48.24

Codes

Color #83847E in popluar color models

83847E
RGB131132126
HSL70°2.38%50.59%
HSB/HSV70°4.55%51.76%
CMYK0.76%0.00%4.55%
48.24%

Color #83847E in popluar number systems.

HEX83847E
Decimal131132126
Binary10000011100001001111110
Octal203204176

Shades and tints

Shades of #83847E

#83847E
(131,132,126)
#787873
(120,120,115)
#6D6C68
(109,108,104)
#62605D
(98,96,93)
#575452
(87,84,82)
#4C4847
(76,72,71)
#413C3C
(65,60,60)
#363031
(54,48,49)
#2B2426
(43,36,38)
#20181B
(32,24,27)
#150C10
(21,12,16)
#000000
(0,0,0)

Tints of #83847E

#83847E
(131,132,126)
#8E8F89
(142,143,137)
#999A94
(153,154,148)
#A4A59F
(164,165,159)
#AFB0AA
(175,176,170)
#BABBB5
(186,187,181)
#C5C6C0
(197,198,192)
#D0D1CB
(208,209,203)
#DBDCD6
(219,220,214)
#E6E7E1
(230,231,225)
#F1F2EC
(241,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83847E; }

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

This text font color is #83847E.


Background Color

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

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

This div background color is #83847E.


Border color

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

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

This div border color is #83847E.


Opacity

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

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

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

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

This text has shadow with #83847E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83847E on black background.


Color preview on white background

This text has color #83847E on white background.



Black color preview on #83847E background

This text has black color on #83847E background.


White color preview on #83847E background

This text has white color on #83847E background.