COLOR #816131

HEX: #816131
RGB: (129,97,49)

Color info

#816131 contains mainly red and green colors. Web safe color of #816131 is #996633 (or #963).

RGB color model

#816131 color RGB value is (129,97,49).

  • red value is 129;
  • green value is 97;
  • blue value is 49.
RGB:
(129,97,49)
(51%,38%,19%)

RGB channels and saturation

R 129 of 255 = 51%
G 97 of 255 = 38%
B 49 of 255 = 19%

129
97
49

R + G + B ~ 36%. #816131 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
129 + 97 + 49 = 275 (100%)
R 129 of 275 ~ 46.91%
G 97 of 275 ~ 35.27%
B 49 of 275 ~ 17.82%

%46.91
%35.27
%17.82

CMYK color model

#816131 color CMYK value is (0,25,62,49).

  • cyan value is 0.00%
  • magenta value is 24.81%
  • yellow value is 62.02%
  • key color value is 49.41%
CMYK:
(0,25,62,49)
C0M25Y62K49 
(0%,25%,62%,49%)
(0.00/0.25/0.62/0.49)	

CMYK percentages

%0
%24.81
%62.02
%49.41

Codes

Color #816131 in popluar color models

816131
RGB1299749
HSL36°44.94%34.90%
HSB/HSV36°62.02%50.59%
CMYK0.00%24.81%62.02%
49.41%

Color #816131 in popluar number systems.

HEX816131
Decimal1299749
Binary100000011100001110001
Octal20114161

Shades and tints

Shades of #816131

#816131
(129,97,49)
#76592D
(118,89,45)
#6B5129
(107,81,41)
#604925
(96,73,37)
#554121
(85,65,33)
#4A391D
(74,57,29)
#3F3119
(63,49,25)
#342915
(52,41,21)
#292111
(41,33,17)
#1E190D
(30,25,13)
#131109
(19,17,9)
#000000
(0,0,0)

Tints of #816131

#816131
(129,97,49)
#8C6F43
(140,111,67)
#977D55
(151,125,85)
#A28B67
(162,139,103)
#AD9979
(173,153,121)
#B8A78B
(184,167,139)
#C3B59D
(195,181,157)
#CEC3AF
(206,195,175)
#D9D1C1
(217,209,193)
#E4DFD3
(228,223,211)
#EFEDE5
(239,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #816131 color. Also use rgb(129,97,49) instead hex code.

Text Font Color

.myTextColor { color: #816131; }

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

This text font color is #816131.


Background Color

.myBgColor { background-color: #816131; }

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

This div background color is #816131.


Border color

.myBorderColor { border: 1px solid #816131; }

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

This div border color is #816131.


Opacity

.myOpacity80 { color: #816131; opacity: 0.8; }

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

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

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

This text has shadow with #816131 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #816131 on black background.


Color preview on white background

This text has color #816131 on white background.



Black color preview on #816131 background

This text has black color on #816131 background.


White color preview on #816131 background

This text has white color on #816131 background.