COLOR #83816F

HEX: #83816F
RGB: (131,129,111)

Color info

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

RGB color model

#83816F color RGB value is (131,129,111).

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

RGB channels and saturation

R 131 of 255 = 51%
G 129 of 255 = 51%
B 111 of 255 = 44%

131
129
111

R + G + B ~ 49%. #83816F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 129 + 111 = 371 (100%)
R 131 of 371 ~ 35.31%
G 129 of 371 ~ 34.77%
B 111 of 371 ~ 29.92%

%35.31
%34.77
%29.92

CMYK color model

#83816F color CMYK value is (0,2,15,49).

  • cyan value is 0.00%
  • magenta value is 1.53%
  • yellow value is 15.27%
  • key color value is 48.63%
CMYK:
(0,2,15,49)
C0M2Y15K49 
(0%,2%,15%,49%)
(0.00/0.02/0.15/0.49)	

CMYK percentages

%0
%1.53
%15.27
%48.63

Codes

Color #83816F in popluar color models

83816F
RGB131129111
HSL54°8.26%47.45%
HSB/HSV54°15.27%51.37%
CMYK0.00%1.53%15.27%
48.63%

Color #83816F in popluar number systems.

HEX83816F
Decimal131129111
Binary10000011100000011101111
Octal203201157

Shades and tints

Shades of #83816F

#83816F
(131,129,111)
#787665
(120,118,101)
#6D6B5B
(109,107,91)
#626051
(98,96,81)
#575547
(87,85,71)
#4C4A3D
(76,74,61)
#413F33
(65,63,51)
#363429
(54,52,41)
#2B291F
(43,41,31)
#201E15
(32,30,21)
#15130B
(21,19,11)
#000000
(0,0,0)

Tints of #83816F

#83816F
(131,129,111)
#8E8C7C
(142,140,124)
#999789
(153,151,137)
#A4A296
(164,162,150)
#AFADA3
(175,173,163)
#BAB8B0
(186,184,176)
#C5C3BD
(197,195,189)
#D0CECA
(208,206,202)
#DBD9D7
(219,217,215)
#E6E4E4
(230,228,228)
#F1EFF1
(241,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83816F color. Also use rgb(131,129,111) instead hex code.

Text Font Color

.myTextColor { color: #83816F; }

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

This text font color is #83816F.


Background Color

.myBgColor { background-color: #83816F; }

<div style="background-color:#83816F">Inner text</div>

This div background color is #83816F.


Border color

.myBorderColor { border: 1px solid #83816F; }

<div style="border:3px solid #83816F">Div</div>

This div border color is #83816F.


Opacity

.myOpacity80 { color: #83816F; opacity: 0.8; }

<p style="color:#83816F;opacity:0.8;">80%</p>

Text with #83816F 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 #83816F;}

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

This text has shadow with #83816F color.

.textShadow {text-shadow: 3px 3px 1px #83816F, 3px 3px 1px red;}

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

This text has shadow with #83816F primary color and red secondary color.


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

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

This text has shadow with #83816F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83816F on black background.


Color preview on white background

This text has color #83816F on white background.



Black color preview on #83816F background

This text has black color on #83816F background.


White color preview on #83816F background

This text has white color on #83816F background.