COLOR #83866B

HEX: #83866B
RGB: (131,134,107)

Color info

#83866B contains red, green and blue colors in about the same proportion. Web safe color of #83866B is #999966 (or #996).

RGB color model

#83866B color RGB value is (131,134,107).

  • red value is 131;
  • green value is 134;
  • blue value is 107.
RGB:
(131,134,107)
(51%,53%,42%)

RGB channels and saturation

R 131 of 255 = 51%
G 134 of 255 = 53%
B 107 of 255 = 42%

131
134
107

R + G + B ~ 49%. #83866B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 134 + 107 = 372 (100%)
R 131 of 372 ~ 35.22%
G 134 of 372 ~ 36.02%
B 107 of 372 ~ 28.76%

%35.22
%36.02
%28.76

CMYK color model

#83866B color CMYK value is (2,0,20,47).

  • cyan value is 2.24%
  • magenta value is 0.00%
  • yellow value is 20.15%
  • key color value is 47.45%
CMYK:
(2,0,20,47)
C2M0Y20K47 
(2%,0%,20%,47%)
(0.02/0.00/0.20/0.47)	

CMYK percentages

%2.24
%0
%20.15
%47.45

Codes

Color #83866B in popluar color models

83866B
RGB131134107
HSL67°11.20%47.25%
HSB/HSV67°20.15%52.55%
CMYK2.24%0.00%20.15%
47.45%

Color #83866B in popluar number systems.

HEX83866B
Decimal131134107
Binary10000011100001101101011
Octal203206153

Shades and tints

Shades of #83866B

#83866B
(131,134,107)
#787A62
(120,122,98)
#6D6E59
(109,110,89)
#626250
(98,98,80)
#575647
(87,86,71)
#4C4A3E
(76,74,62)
#413E35
(65,62,53)
#36322C
(54,50,44)
#2B2623
(43,38,35)
#201A1A
(32,26,26)
#150E11
(21,14,17)
#000000
(0,0,0)

Tints of #83866B

#83866B
(131,134,107)
#8E9178
(142,145,120)
#999C85
(153,156,133)
#A4A792
(164,167,146)
#AFB29F
(175,178,159)
#BABDAC
(186,189,172)
#C5C8B9
(197,200,185)
#D0D3C6
(208,211,198)
#DBDED3
(219,222,211)
#E6E9E0
(230,233,224)
#F1F4ED
(241,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83866B color. Also use rgb(131,134,107) instead hex code.

Text Font Color

.myTextColor { color: #83866B; }

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

This text font color is #83866B.


Background Color

.myBgColor { background-color: #83866B; }

<div style="background-color:#83866B">Inner text</div>

This div background color is #83866B.


Border color

.myBorderColor { border: 1px solid #83866B; }

<div style="border:3px solid #83866B">Div</div>

This div border color is #83866B.


Opacity

.myOpacity80 { color: #83866B; opacity: 0.8; }

<p style="color:#83866B;opacity:0.8;">80%</p>

Text with #83866B 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 #83866B;}

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

This text has shadow with #83866B color.

.textShadow {text-shadow: 3px 3px 1px #83866B, 3px 3px 1px red;}

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

This text has shadow with #83866B primary color and red secondary color.


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

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

This text has shadow with #83866B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83866B on black background.


Color preview on white background

This text has color #83866B on white background.



Black color preview on #83866B background

This text has black color on #83866B background.


White color preview on #83866B background

This text has white color on #83866B background.