COLOR #83708D

HEX: #83708D
RGB: (131,112,141)

Color info

#83708D contains red, green and blue colors in about the same proportion. Web safe color of #83708D is #996699 (or #969).

RGB color model

#83708D color RGB value is (131,112,141).

  • red value is 131;
  • green value is 112;
  • blue value is 141.
RGB:
(131,112,141)
(51%,44%,55%)

RGB channels and saturation

R 131 of 255 = 51%
G 112 of 255 = 44%
B 141 of 255 = 55%

131
112
141

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

Portions of RGB colors in percentages

R + G + B =
131 + 112 + 141 = 384 (100%)
R 131 of 384 ~ 34.11%
G 112 of 384 ~ 29.17%
B 141 of 384 ~ 36.72%

%34.11
%29.17
%36.72

CMYK color model

#83708D color CMYK value is (7,21,0,45).

  • cyan value is 7.09%
  • magenta value is 20.57%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(7,21,0,45)
C7M21Y0K45 
(7%,21%,0%,45%)
(0.07/0.21/0.00/0.45)	

CMYK percentages

%7.09
%20.57
%0
%44.71

Codes

Color #83708D in popluar color models

83708D
RGB131112141
HSL279°11.46%49.61%
HSB/HSV279°20.57%55.29%
CMYK7.09%20.57%0.00%
44.71%

Color #83708D in popluar number systems.

HEX83708D
Decimal131112141
Binary10000011111000010001101
Octal203160215

Shades and tints

Shades of #83708D

#83708D
(131,112,141)
#786681
(120,102,129)
#6D5C75
(109,92,117)
#625269
(98,82,105)
#57485D
(87,72,93)
#4C3E51
(76,62,81)
#413445
(65,52,69)
#362A39
(54,42,57)
#2B202D
(43,32,45)
#201621
(32,22,33)
#150C15
(21,12,21)
#000000
(0,0,0)

Tints of #83708D

#83708D
(131,112,141)
#8E7D97
(142,125,151)
#998AA1
(153,138,161)
#A497AB
(164,151,171)
#AFA4B5
(175,164,181)
#BAB1BF
(186,177,191)
#C5BEC9
(197,190,201)
#D0CBD3
(208,203,211)
#DBD8DD
(219,216,221)
#E6E5E7
(230,229,231)
#F1F2F1
(241,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83708D; }

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

This text font color is #83708D.


Background Color

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

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

This div background color is #83708D.


Border color

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

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

This div border color is #83708D.


Opacity

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

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

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

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

This text has shadow with #83708D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83708D on black background.


Color preview on white background

This text has color #83708D on white background.



Black color preview on #83708D background

This text has black color on #83708D background.


White color preview on #83708D background

This text has white color on #83708D background.