COLOR #83718F

HEX: #83718F
RGB: (131,113,143)

Color info

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

RGB color model

#83718F color RGB value is (131,113,143).

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

RGB channels and saturation

R 131 of 255 = 51%
G 113 of 255 = 44%
B 143 of 255 = 56%

131
113
143

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

Portions of RGB colors in percentages

R + G + B =
131 + 113 + 143 = 387 (100%)
R 131 of 387 ~ 33.85%
G 113 of 387 ~ 29.2%
B 143 of 387 ~ 36.95%

%33.85
%29.2
%36.95

CMYK color model

#83718F color CMYK value is (8,21,0,44).

  • cyan value is 8.39%
  • magenta value is 20.98%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(8,21,0,44)
C8M21Y0K44 
(8%,21%,0%,44%)
(0.08/0.21/0.00/0.44)	

CMYK percentages

%8.39
%20.98
%0
%43.92

Codes

Color #83718F in popluar color models

83718F
RGB131113143
HSL276°11.81%50.20%
HSB/HSV276°20.98%56.08%
CMYK8.39%20.98%0.00%
43.92%

Color #83718F in popluar number systems.

HEX83718F
Decimal131113143
Binary10000011111000110001111
Octal203161217

Shades and tints

Shades of #83718F

#83718F
(131,113,143)
#786782
(120,103,130)
#6D5D75
(109,93,117)
#625368
(98,83,104)
#57495B
(87,73,91)
#4C3F4E
(76,63,78)
#413541
(65,53,65)
#362B34
(54,43,52)
#2B2127
(43,33,39)
#20171A
(32,23,26)
#150D0D
(21,13,13)
#000000
(0,0,0)

Tints of #83718F

#83718F
(131,113,143)
#8E7D99
(142,125,153)
#9989A3
(153,137,163)
#A495AD
(164,149,173)
#AFA1B7
(175,161,183)
#BAADC1
(186,173,193)
#C5B9CB
(197,185,203)
#D0C5D5
(208,197,213)
#DBD1DF
(219,209,223)
#E6DDE9
(230,221,233)
#F1E9F3
(241,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83718F color. Also use rgb(131,113,143) instead hex code.

Text Font Color

.myTextColor { color: #83718F; }

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

This text font color is #83718F.


Background Color

.myBgColor { background-color: #83718F; }

<div style="background-color:#83718F">Inner text</div>

This div background color is #83718F.


Border color

.myBorderColor { border: 1px solid #83718F; }

<div style="border:3px solid #83718F">Div</div>

This div border color is #83718F.


Opacity

.myOpacity80 { color: #83718F; opacity: 0.8; }

<p style="color:#83718F;opacity:0.8;">80%</p>

Text with #83718F 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 #83718F;}

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

This text has shadow with #83718F color.

.textShadow {text-shadow: 3px 3px 1px #83718F, 3px 3px 1px red;}

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

This text has shadow with #83718F primary color and red secondary color.


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

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

This text has shadow with #83718F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83718F on black background.


Color preview on white background

This text has color #83718F on white background.



Black color preview on #83718F background

This text has black color on #83718F background.


White color preview on #83718F background

This text has white color on #83718F background.