COLOR #83727E

HEX: #83727E
RGB: (131,114,126)

Color info

#83727E contains red, green and blue colors in about the same proportion. Web safe color of #83727E is #996666 (or #966).

RGB color model

#83727E color RGB value is (131,114,126).

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

RGB channels and saturation

R 131 of 255 = 51%
G 114 of 255 = 45%
B 126 of 255 = 49%

131
114
126

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

Portions of RGB colors in percentages

R + G + B =
131 + 114 + 126 = 371 (100%)
R 131 of 371 ~ 35.31%
G 114 of 371 ~ 30.73%
B 126 of 371 ~ 33.96%

%35.31
%30.73
%33.96

CMYK color model

#83727E color CMYK value is (0,13,4,49).

  • cyan value is 0.00%
  • magenta value is 12.98%
  • yellow value is 3.82%
  • key color value is 48.63%
CMYK:
(0,13,4,49)
C0M13Y4K49 
(0%,13%,4%,49%)
(0.00/0.13/0.04/0.49)	

CMYK percentages

%0
%12.98
%3.82
%48.63

Codes

Color #83727E in popluar color models

83727E
RGB131114126
HSL318°6.94%48.04%
HSB/HSV318°12.98%51.37%
CMYK0.00%12.98%3.82%
48.63%

Color #83727E in popluar number systems.

HEX83727E
Decimal131114126
Binary1000001111100101111110
Octal203162176

Shades and tints

Shades of #83727E

#83727E
(131,114,126)
#786873
(120,104,115)
#6D5E68
(109,94,104)
#62545D
(98,84,93)
#574A52
(87,74,82)
#4C4047
(76,64,71)
#41363C
(65,54,60)
#362C31
(54,44,49)
#2B2226
(43,34,38)
#20181B
(32,24,27)
#150E10
(21,14,16)
#000000
(0,0,0)

Tints of #83727E

#83727E
(131,114,126)
#8E7E89
(142,126,137)
#998A94
(153,138,148)
#A4969F
(164,150,159)
#AFA2AA
(175,162,170)
#BAAEB5
(186,174,181)
#C5BAC0
(197,186,192)
#D0C6CB
(208,198,203)
#DBD2D6
(219,210,214)
#E6DEE1
(230,222,225)
#F1EAEC
(241,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83727E; }

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

This text font color is #83727E.


Background Color

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

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

This div background color is #83727E.


Border color

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

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

This div border color is #83727E.


Opacity

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

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

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

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

This text has shadow with #83727E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83727E on black background.


Color preview on white background

This text has color #83727E on white background.



Black color preview on #83727E background

This text has black color on #83727E background.


White color preview on #83727E background

This text has white color on #83727E background.