COLOR #83726C

HEX: #83726C RGB: (131,114,108)

Color info

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

RGB color model

#83726C color RGB value is (131,114,108).

RGB: (131,114,108) (51%, 45%, 42%)

RGB channels and saturation

R 131 of 255 = 51%
G 114 of 255 = 45%
B 108 of 255 = 42%

131
114
108

R + G + B ~ 46%. #83726C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 131 + 114 + 108 = 353 (100%)
R 131 of 353 ~ 37.11%
G 114 of 353 ~ 32.29%
B 108 of 353 ~ 30.59'%

%37.11
%32.29
%30.59

CMYK color model

#83726C color CMYK value is (0,13,18,49).

  • cyan value is 0.00%
  • magenta value is 12.98%
  • yellow value is 17.56%
  • key color value is 48.63%

CMYK: (0,13,18,49)
C0M13Y18K49 (0%, 13%, 18%, 49%)
(0.00 / 0.13 / 0.18 / 0.49)

CMYK percentages

%0
%12.98
%17.56
%48.63

Codes

Color #83726C in popluar color models

83 72 6C
RGB 131 114 108
HSL 16° 9.62% 46.86%
HSB/HSV 16° 17.56% 51.37%
CMYK 0.00% 12.98% 17.56%
48.63%

Color #83726C in popluar number systems.

HEX 83 72 6C
Decimal 131 114 108
Binary 10000011 1110010 1101100
Octal 203 162 154

Shades and tints

Shades of #83726C

#83726C
(131,114,108)
#786863
(120,104,99)
#6D5E5A
(109,94,90)
#625451
(98,84,81)
#574A48
(87,74,72)
#4C403F
(76,64,63)
#413636
(65,54,54)
#362C2D
(54,44,45)
#2B2224
(43,34,36)
#20181B
(32,24,27)
#150E12
(21,14,18)
#000000
(0,0,0)

Tints of #83726C

#83726C
(131,114,108)
#8E7E79
(142,126,121)
#998A86
(153,138,134)
#A49693
(164,150,147)
#AFA2A0
(175,162,160)
#BAAEAD
(186,174,173)
#C5BABA
(197,186,186)
#D0C6C7
(208,198,199)
#DBD2D4
(219,210,212)
#E6DEE1
(230,222,225)
#F1EAEE
(241,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83726C color. Also use rgb(131,114,108) instead hex code.

Text Font Color

.myTextColor { color: #83726C; }

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

This text font color is #83726C.

Background Color

.myBgColor { background-color: #83726C; }

<div style="background-color:#83726C">Inner text</div>

This div background color is #83726C.

Border color

.myBorderColor { border: 1px solid #83726C; }

<div style="border:3px solid #83726C">Div</div>

This div border color is #83726C.

Opacity

.myOpacity80 { color: #83726C; opacity: 0.8; }

<p style="color:#83726C;opacity:0.8;">80%</p>

Text with #83726C 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 #83726C;}

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

This text has shadow with #83726C color.


.textShadow {text-shadow: 3px 3px 1px #83726C', 3px 3px 1px red;}

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

This text has shadow with #83726C primary color and red secondary color.


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

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

This text has shadow with #83726C and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #83726C; -webkit-box-shadow: 1px 1px 3px 2px #83726C; box-shadow:1px 1px 3px 2px #83726C;">
Div content here
</div>

This div box has shadow with color #83726C.

Preview

Color preview on black background

This text has color #83726C on black background.


Color preview on white background

This text has color #83726C on white background.


Black color preview on #83726C background

This text has black color on #83726C background.


White color preview on #83726C background

This text has white color on #83726C background.


Related colors

Complementary color

Complementary color for #hex is #7C8D93.


I love getcolorcode.com

Triadic colors

1 #6C8372 and #726C83 with #83726C are triadic colors.

2 #6C7283 and #72836C with #83726C are triadic colors.