COLOR #83865C

HEX: #83865C
RGB: (131,134,92)

Color info

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

RGB color model

#83865C color RGB value is (131,134,92).

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

RGB channels and saturation

R 131 of 255 = 51%
G 134 of 255 = 53%
B 92 of 255 = 36%

131
134
92

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

Portions of RGB colors in percentages

R + G + B =
131 + 134 + 92 = 357 (100%)
R 131 of 357 ~ 36.69%
G 134 of 357 ~ 37.54%
B 92 of 357 ~ 25.77%

%36.69
%37.54
%25.77

CMYK color model

#83865C color CMYK value is (2,0,31,47).

  • cyan value is 2.24%
  • magenta value is 0.00%
  • yellow value is 31.34%
  • key color value is 47.45%
CMYK:
(2,0,31,47)
C2M0Y31K47 
(2%,0%,31%,47%)
(0.02/0.00/0.31/0.47)	

CMYK percentages

%2.24
%0
%31.34
%47.45

Codes

Color #83865C in popluar color models

83865C
RGB13113492
HSL64°18.58%44.31%
HSB/HSV64°31.34%52.55%
CMYK2.24%0.00%31.34%
47.45%

Color #83865C in popluar number systems.

HEX83865C
Decimal13113492
Binary10000011100001101011100
Octal203206134

Shades and tints

Shades of #83865C

#83865C
(131,134,92)
#787A54
(120,122,84)
#6D6E4C
(109,110,76)
#626244
(98,98,68)
#57563C
(87,86,60)
#4C4A34
(76,74,52)
#413E2C
(65,62,44)
#363224
(54,50,36)
#2B261C
(43,38,28)
#201A14
(32,26,20)
#150E0C
(21,14,12)
#000000
(0,0,0)

Tints of #83865C

#83865C
(131,134,92)
#8E916A
(142,145,106)
#999C78
(153,156,120)
#A4A786
(164,167,134)
#AFB294
(175,178,148)
#BABDA2
(186,189,162)
#C5C8B0
(197,200,176)
#D0D3BE
(208,211,190)
#DBDECC
(219,222,204)
#E6E9DA
(230,233,218)
#F1F4E8
(241,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83865C color. Also use rgb(131,134,92) instead hex code.

Text Font Color

.myTextColor { color: #83865C; }

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

This text font color is #83865C.


Background Color

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

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

This div background color is #83865C.


Border color

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

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

This div border color is #83865C.


Opacity

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

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

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

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

This text has shadow with #83865C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83865C on black background.


Color preview on white background

This text has color #83865C on white background.



Black color preview on #83865C background

This text has black color on #83865C background.


White color preview on #83865C background

This text has white color on #83865C background.