COLOR #83786C

HEX: #83786C
RGB: (131,120,108)

Color info

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

RGB color model

#83786C color RGB value is (131,120,108).

  • red value is 131;
  • green value is 120;
  • blue value is 108.
RGB:
(131,120,108)
(51%,47%,42%)

RGB channels and saturation

R 131 of 255 = 51%
G 120 of 255 = 47%
B 108 of 255 = 42%

131
120
108

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

Portions of RGB colors in percentages

R + G + B =
131 + 120 + 108 = 359 (100%)
R 131 of 359 ~ 36.49%
G 120 of 359 ~ 33.43%
B 108 of 359 ~ 30.08%

%36.49
%33.43
%30.08

CMYK color model

#83786C color CMYK value is (0,8,18,49).

  • cyan value is 0.00%
  • magenta value is 8.40%
  • yellow value is 17.56%
  • key color value is 48.63%
CMYK:
(0,8,18,49)
C0M8Y18K49 
(0%,8%,18%,49%)
(0.00/0.08/0.18/0.49)	

CMYK percentages

%0
%8.4
%17.56
%48.63

Codes

Color #83786C in popluar color models

83786C
RGB131120108
HSL31°9.62%46.86%
HSB/HSV31°17.56%51.37%
CMYK0.00%8.40%17.56%
48.63%

Color #83786C in popluar number systems.

HEX83786C
Decimal131120108
Binary1000001111110001101100
Octal203170154

Shades and tints

Shades of #83786C

#83786C
(131,120,108)
#786E63
(120,110,99)
#6D645A
(109,100,90)
#625A51
(98,90,81)
#575048
(87,80,72)
#4C463F
(76,70,63)
#413C36
(65,60,54)
#36322D
(54,50,45)
#2B2824
(43,40,36)
#201E1B
(32,30,27)
#151412
(21,20,18)
#000000
(0,0,0)

Tints of #83786C

#83786C
(131,120,108)
#8E8479
(142,132,121)
#999086
(153,144,134)
#A49C93
(164,156,147)
#AFA8A0
(175,168,160)
#BAB4AD
(186,180,173)
#C5C0BA
(197,192,186)
#D0CCC7
(208,204,199)
#DBD8D4
(219,216,212)
#E6E4E1
(230,228,225)
#F1F0EE
(241,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83786C; }

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

This text font color is #83786C.


Background Color

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

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

This div background color is #83786C.


Border color

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

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

This div border color is #83786C.


Opacity

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

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

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

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

This text has shadow with #83786C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83786C on black background.


Color preview on white background

This text has color #83786C on white background.



Black color preview on #83786C background

This text has black color on #83786C background.


White color preview on #83786C background

This text has white color on #83786C background.