COLOR #816B3F

HEX: #816B3F
RGB: (129,107,63)

Color info

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

RGB color model

#816B3F color RGB value is (129,107,63).

  • red value is 129;
  • green value is 107;
  • blue value is 63.
RGB:
(129,107,63)
(51%,42%,25%)

RGB channels and saturation

R 129 of 255 = 51%
G 107 of 255 = 42%
B 63 of 255 = 25%

129
107
63

R + G + B ~ 39%. #816B3F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
129 + 107 + 63 = 299 (100%)
R 129 of 299 ~ 43.14%
G 107 of 299 ~ 35.79%
B 63 of 299 ~ 21.07%

%43.14
%35.79
%21.07

CMYK color model

#816B3F color CMYK value is (0,17,51,49).

  • cyan value is 0.00%
  • magenta value is 17.05%
  • yellow value is 51.16%
  • key color value is 49.41%
CMYK:
(0,17,51,49)
C0M17Y51K49 
(0%,17%,51%,49%)
(0.00/0.17/0.51/0.49)	

CMYK percentages

%0
%17.05
%51.16
%49.41

Codes

Color #816B3F in popluar color models

816B3F
RGB12910763
HSL40°34.38%37.65%
HSB/HSV40°51.16%50.59%
CMYK0.00%17.05%51.16%
49.41%

Color #816B3F in popluar number systems.

HEX816B3F
Decimal12910763
Binary100000011101011111111
Octal20115377

Shades and tints

Shades of #816B3F

#816B3F
(129,107,63)
#76623A
(118,98,58)
#6B5935
(107,89,53)
#605030
(96,80,48)
#55472B
(85,71,43)
#4A3E26
(74,62,38)
#3F3521
(63,53,33)
#342C1C
(52,44,28)
#292317
(41,35,23)
#1E1A12
(30,26,18)
#13110D
(19,17,13)
#000000
(0,0,0)

Tints of #816B3F

#816B3F
(129,107,63)
#8C7850
(140,120,80)
#978561
(151,133,97)
#A29272
(162,146,114)
#AD9F83
(173,159,131)
#B8AC94
(184,172,148)
#C3B9A5
(195,185,165)
#CEC6B6
(206,198,182)
#D9D3C7
(217,211,199)
#E4E0D8
(228,224,216)
#EFEDE9
(239,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #816B3F color. Also use rgb(129,107,63) instead hex code.

Text Font Color

.myTextColor { color: #816B3F; }

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

This text font color is #816B3F.


Background Color

.myBgColor { background-color: #816B3F; }

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

This div background color is #816B3F.


Border color

.myBorderColor { border: 1px solid #816B3F; }

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

This div border color is #816B3F.


Opacity

.myOpacity80 { color: #816B3F; opacity: 0.8; }

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

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

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

This text has shadow with #816B3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #816B3F on black background.


Color preview on white background

This text has color #816B3F on white background.



Black color preview on #816B3F background

This text has black color on #816B3F background.


White color preview on #816B3F background

This text has white color on #816B3F background.