COLOR #83855E

HEX: #83855E
RGB: (131,133,94)

Color info

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

RGB color model

#83855E color RGB value is (131,133,94).

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

RGB channels and saturation

R 131 of 255 = 51%
G 133 of 255 = 52%
B 94 of 255 = 37%

131
133
94

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

Portions of RGB colors in percentages

R + G + B =
131 + 133 + 94 = 358 (100%)
R 131 of 358 ~ 36.59%
G 133 of 358 ~ 37.15%
B 94 of 358 ~ 26.26%

%36.59
%37.15
%26.26

CMYK color model

#83855E color CMYK value is (2,0,29,48).

  • cyan value is 1.50%
  • magenta value is 0.00%
  • yellow value is 29.32%
  • key color value is 47.84%
CMYK:
(2,0,29,48)
C2M0Y29K48 
(2%,0%,29%,48%)
(0.02/0.00/0.29/0.48)	

CMYK percentages

%1.5
%0
%29.32
%47.84

Codes

Color #83855E in popluar color models

83855E
RGB13113394
HSL63°17.18%44.51%
HSB/HSV63°29.32%52.16%
CMYK1.50%0.00%29.32%
47.84%

Color #83855E in popluar number systems.

HEX83855E
Decimal13113394
Binary10000011100001011011110
Octal203205136

Shades and tints

Shades of #83855E

#83855E
(131,133,94)
#787956
(120,121,86)
#6D6D4E
(109,109,78)
#626146
(98,97,70)
#57553E
(87,85,62)
#4C4936
(76,73,54)
#413D2E
(65,61,46)
#363126
(54,49,38)
#2B251E
(43,37,30)
#201916
(32,25,22)
#150D0E
(21,13,14)
#000000
(0,0,0)

Tints of #83855E

#83855E
(131,133,94)
#8E906C
(142,144,108)
#999B7A
(153,155,122)
#A4A688
(164,166,136)
#AFB196
(175,177,150)
#BABCA4
(186,188,164)
#C5C7B2
(197,199,178)
#D0D2C0
(208,210,192)
#DBDDCE
(219,221,206)
#E6E8DC
(230,232,220)
#F1F3EA
(241,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83855E color. Also use rgb(131,133,94) instead hex code.

Text Font Color

.myTextColor { color: #83855E; }

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

This text font color is #83855E.


Background Color

.myBgColor { background-color: #83855E; }

<div style="background-color:#83855E">Inner text</div>

This div background color is #83855E.


Border color

.myBorderColor { border: 1px solid #83855E; }

<div style="border:3px solid #83855E">Div</div>

This div border color is #83855E.


Opacity

.myOpacity80 { color: #83855E; opacity: 0.8; }

<p style="color:#83855E;opacity:0.8;">80%</p>

Text with #83855E 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 #83855E;}

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

This text has shadow with #83855E color.

.textShadow {text-shadow: 3px 3px 1px #83855E, 3px 3px 1px red;}

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

This text has shadow with #83855E primary color and red secondary color.


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

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

This text has shadow with #83855E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83855E on black background.


Color preview on white background

This text has color #83855E on white background.



Black color preview on #83855E background

This text has black color on #83855E background.


White color preview on #83855E background

This text has white color on #83855E background.