COLOR #83845B

HEX: #83845B
RGB: (131,132,91)

Color info

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

RGB color model

#83845B color RGB value is (131,132,91).

  • red value is 131;
  • green value is 132;
  • blue value is 91.
RGB:
(131,132,91)
(51%,52%,36%)

RGB channels and saturation

R 131 of 255 = 51%
G 132 of 255 = 52%
B 91 of 255 = 36%

131
132
91

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

Portions of RGB colors in percentages

R + G + B =
131 + 132 + 91 = 354 (100%)
R 131 of 354 ~ 37.01%
G 132 of 354 ~ 37.29%
B 91 of 354 ~ 25.71%

%37.01
%37.29
%25.71

CMYK color model

#83845B color CMYK value is (1,0,31,48).

  • cyan value is 0.76%
  • magenta value is 0.00%
  • yellow value is 31.06%
  • key color value is 48.24%
CMYK:
(1,0,31,48)
C1M0Y31K48 
(1%,0%,31%,48%)
(0.01/0.00/0.31/0.48)	

CMYK percentages

%0.76
%0
%31.06
%48.24

Codes

Color #83845B in popluar color models

83845B
RGB13113291
HSL61°18.39%43.73%
HSB/HSV61°31.06%51.76%
CMYK0.76%0.00%31.06%
48.24%

Color #83845B in popluar number systems.

HEX83845B
Decimal13113291
Binary10000011100001001011011
Octal203204133

Shades and tints

Shades of #83845B

#83845B
(131,132,91)
#787853
(120,120,83)
#6D6C4B
(109,108,75)
#626043
(98,96,67)
#57543B
(87,84,59)
#4C4833
(76,72,51)
#413C2B
(65,60,43)
#363023
(54,48,35)
#2B241B
(43,36,27)
#201813
(32,24,19)
#150C0B
(21,12,11)
#000000
(0,0,0)

Tints of #83845B

#83845B
(131,132,91)
#8E8F69
(142,143,105)
#999A77
(153,154,119)
#A4A585
(164,165,133)
#AFB093
(175,176,147)
#BABBA1
(186,187,161)
#C5C6AF
(197,198,175)
#D0D1BD
(208,209,189)
#DBDCCB
(219,220,203)
#E6E7D9
(230,231,217)
#F1F2E7
(241,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83845B color. Also use rgb(131,132,91) instead hex code.

Text Font Color

.myTextColor { color: #83845B; }

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

This text font color is #83845B.


Background Color

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

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

This div background color is #83845B.


Border color

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

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

This div border color is #83845B.


Opacity

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

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

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

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

This text has shadow with #83845B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83845B on black background.


Color preview on white background

This text has color #83845B on white background.



Black color preview on #83845B background

This text has black color on #83845B background.


White color preview on #83845B background

This text has white color on #83845B background.