COLOR #83815B

HEX: #83815B
RGB: (131,129,91)

Color info

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

RGB color model

#83815B color RGB value is (131,129,91).

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

RGB channels and saturation

R 131 of 255 = 51%
G 129 of 255 = 51%
B 91 of 255 = 36%

131
129
91

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

Portions of RGB colors in percentages

R + G + B =
131 + 129 + 91 = 351 (100%)
R 131 of 351 ~ 37.32%
G 129 of 351 ~ 36.75%
B 91 of 351 ~ 25.93%

%37.32
%36.75
%25.93

CMYK color model

#83815B color CMYK value is (0,2,31,49).

  • cyan value is 0.00%
  • magenta value is 1.53%
  • yellow value is 30.53%
  • key color value is 48.63%
CMYK:
(0,2,31,49)
C0M2Y31K49 
(0%,2%,31%,49%)
(0.00/0.02/0.31/0.49)	

CMYK percentages

%0
%1.53
%30.53
%48.63

Codes

Color #83815B in popluar color models

83815B
RGB13112991
HSL57°18.02%43.53%
HSB/HSV57°30.53%51.37%
CMYK0.00%1.53%30.53%
48.63%

Color #83815B in popluar number systems.

HEX83815B
Decimal13112991
Binary10000011100000011011011
Octal203201133

Shades and tints

Shades of #83815B

#83815B
(131,129,91)
#787653
(120,118,83)
#6D6B4B
(109,107,75)
#626043
(98,96,67)
#57553B
(87,85,59)
#4C4A33
(76,74,51)
#413F2B
(65,63,43)
#363423
(54,52,35)
#2B291B
(43,41,27)
#201E13
(32,30,19)
#15130B
(21,19,11)
#000000
(0,0,0)

Tints of #83815B

#83815B
(131,129,91)
#8E8C69
(142,140,105)
#999777
(153,151,119)
#A4A285
(164,162,133)
#AFAD93
(175,173,147)
#BAB8A1
(186,184,161)
#C5C3AF
(197,195,175)
#D0CEBD
(208,206,189)
#DBD9CB
(219,217,203)
#E6E4D9
(230,228,217)
#F1EFE7
(241,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83815B; }

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

This text font color is #83815B.


Background Color

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

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

This div background color is #83815B.


Border color

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

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

This div border color is #83815B.


Opacity

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

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

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

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

This text has shadow with #83815B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83815B on black background.


Color preview on white background

This text has color #83815B on white background.



Black color preview on #83815B background

This text has black color on #83815B background.


White color preview on #83815B background

This text has white color on #83815B background.