COLOR #83856C

HEX: #83856C
RGB: (131,133,108)

Color info

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

RGB color model

#83856C color RGB value is (131,133,108).

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

RGB channels and saturation

R 131 of 255 = 51%
G 133 of 255 = 52%
B 108 of 255 = 42%

131
133
108

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

Portions of RGB colors in percentages

R + G + B =
131 + 133 + 108 = 372 (100%)
R 131 of 372 ~ 35.22%
G 133 of 372 ~ 35.75%
B 108 of 372 ~ 29.03%

%35.22
%35.75
%29.03

CMYK color model

#83856C color CMYK value is (2,0,19,48).

  • cyan value is 1.50%
  • magenta value is 0.00%
  • yellow value is 18.80%
  • key color value is 47.84%
CMYK:
(2,0,19,48)
C2M0Y19K48 
(2%,0%,19%,48%)
(0.02/0.00/0.19/0.48)	

CMYK percentages

%1.5
%0
%18.8
%47.84

Codes

Color #83856C in popluar color models

83856C
RGB131133108
HSL65°10.37%47.25%
HSB/HSV65°18.80%52.16%
CMYK1.50%0.00%18.80%
47.84%

Color #83856C in popluar number systems.

HEX83856C
Decimal131133108
Binary10000011100001011101100
Octal203205154

Shades and tints

Shades of #83856C

#83856C
(131,133,108)
#787963
(120,121,99)
#6D6D5A
(109,109,90)
#626151
(98,97,81)
#575548
(87,85,72)
#4C493F
(76,73,63)
#413D36
(65,61,54)
#36312D
(54,49,45)
#2B2524
(43,37,36)
#20191B
(32,25,27)
#150D12
(21,13,18)
#000000
(0,0,0)

Tints of #83856C

#83856C
(131,133,108)
#8E9079
(142,144,121)
#999B86
(153,155,134)
#A4A693
(164,166,147)
#AFB1A0
(175,177,160)
#BABCAD
(186,188,173)
#C5C7BA
(197,199,186)
#D0D2C7
(208,210,199)
#DBDDD4
(219,221,212)
#E6E8E1
(230,232,225)
#F1F3EE
(241,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83856C; }

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

This text font color is #83856C.


Background Color

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

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

This div background color is #83856C.


Border color

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

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

This div border color is #83856C.


Opacity

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

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

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

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

This text has shadow with #83856C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83856C on black background.


Color preview on white background

This text has color #83856C on white background.



Black color preview on #83856C background

This text has black color on #83856C background.


White color preview on #83856C background

This text has white color on #83856C background.