COLOR #83728D

HEX: #83728D
RGB: (131,114,141)

Color info

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

RGB color model

#83728D color RGB value is (131,114,141).

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

RGB channels and saturation

R 131 of 255 = 51%
G 114 of 255 = 45%
B 141 of 255 = 55%

131
114
141

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

Portions of RGB colors in percentages

R + G + B =
131 + 114 + 141 = 386 (100%)
R 131 of 386 ~ 33.94%
G 114 of 386 ~ 29.53%
B 141 of 386 ~ 36.53%

%33.94
%29.53
%36.53

CMYK color model

#83728D color CMYK value is (7,19,0,45).

  • cyan value is 7.09%
  • magenta value is 19.15%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(7,19,0,45)
C7M19Y0K45 
(7%,19%,0%,45%)
(0.07/0.19/0.00/0.45)	

CMYK percentages

%7.09
%19.15
%0
%44.71

Codes

Color #83728D in popluar color models

83728D
RGB131114141
HSL278°10.59%50.00%
HSB/HSV278°19.15%55.29%
CMYK7.09%19.15%0.00%
44.71%

Color #83728D in popluar number systems.

HEX83728D
Decimal131114141
Binary10000011111001010001101
Octal203162215

Shades and tints

Shades of #83728D

#83728D
(131,114,141)
#786881
(120,104,129)
#6D5E75
(109,94,117)
#625469
(98,84,105)
#574A5D
(87,74,93)
#4C4051
(76,64,81)
#413645
(65,54,69)
#362C39
(54,44,57)
#2B222D
(43,34,45)
#201821
(32,24,33)
#150E15
(21,14,21)
#000000
(0,0,0)

Tints of #83728D

#83728D
(131,114,141)
#8E7E97
(142,126,151)
#998AA1
(153,138,161)
#A496AB
(164,150,171)
#AFA2B5
(175,162,181)
#BAAEBF
(186,174,191)
#C5BAC9
(197,186,201)
#D0C6D3
(208,198,211)
#DBD2DD
(219,210,221)
#E6DEE7
(230,222,231)
#F1EAF1
(241,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83728D; }

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

This text font color is #83728D.


Background Color

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

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

This div background color is #83728D.


Border color

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

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

This div border color is #83728D.


Opacity

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

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

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

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

This text has shadow with #83728D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83728D on black background.


Color preview on white background

This text has color #83728D on white background.



Black color preview on #83728D background

This text has black color on #83728D background.


White color preview on #83728D background

This text has white color on #83728D background.