COLOR #83847D

HEX: #83847D
RGB: (131,132,125)

Color info

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

RGB color model

#83847D color RGB value is (131,132,125).

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

RGB channels and saturation

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

131
132
125

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

Portions of RGB colors in percentages

R + G + B =
131 + 132 + 125 = 388 (100%)
R 131 of 388 ~ 33.76%
G 132 of 388 ~ 34.02%
B 125 of 388 ~ 32.22%

%33.76
%34.02
%32.22

CMYK color model

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

  • cyan value is 0.76%
  • magenta value is 0.00%
  • yellow value is 5.30%
  • 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
%5.3
%48.24

Codes

Color #83847D in popluar color models

83847D
RGB131132125
HSL69°2.77%50.39%
HSB/HSV69°5.30%51.76%
CMYK0.76%0.00%5.30%
48.24%

Color #83847D in popluar number systems.

HEX83847D
Decimal131132125
Binary10000011100001001111101
Octal203204175

Shades and tints

Shades of #83847D

#83847D
(131,132,125)
#787872
(120,120,114)
#6D6C67
(109,108,103)
#62605C
(98,96,92)
#575451
(87,84,81)
#4C4846
(76,72,70)
#413C3B
(65,60,59)
#363030
(54,48,48)
#2B2425
(43,36,37)
#20181A
(32,24,26)
#150C0F
(21,12,15)
#000000
(0,0,0)

Tints of #83847D

#83847D
(131,132,125)
#8E8F88
(142,143,136)
#999A93
(153,154,147)
#A4A59E
(164,165,158)
#AFB0A9
(175,176,169)
#BABBB4
(186,187,180)
#C5C6BF
(197,198,191)
#D0D1CA
(208,209,202)
#DBDCD5
(219,220,213)
#E6E7E0
(230,231,224)
#F1F2EB
(241,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83847D; }

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

This text font color is #83847D.


Background Color

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

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

This div background color is #83847D.


Border color

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

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

This div border color is #83847D.


Opacity

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

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

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

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

This text has shadow with #83847D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83847D on black background.


Color preview on white background

This text has color #83847D on white background.



Black color preview on #83847D background

This text has black color on #83847D background.


White color preview on #83847D background

This text has white color on #83847D background.