COLOR #816E39

HEX: #816E39
RGB: (129,110,57)

Color info

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

RGB color model

#816E39 color RGB value is (129,110,57).

  • red value is 129;
  • green value is 110;
  • blue value is 57.
RGB:
(129,110,57)
(51%,43%,22%)

RGB channels and saturation

R 129 of 255 = 51%
G 110 of 255 = 43%
B 57 of 255 = 22%

129
110
57

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

Portions of RGB colors in percentages

R + G + B =
129 + 110 + 57 = 296 (100%)
R 129 of 296 ~ 43.58%
G 110 of 296 ~ 37.16%
B 57 of 296 ~ 19.26%

%43.58
%37.16
%19.26

CMYK color model

#816E39 color CMYK value is (0,15,56,49).

  • cyan value is 0.00%
  • magenta value is 14.73%
  • yellow value is 55.81%
  • key color value is 49.41%
CMYK:
(0,15,56,49)
C0M15Y56K49 
(0%,15%,56%,49%)
(0.00/0.15/0.56/0.49)	

CMYK percentages

%0
%14.73
%55.81
%49.41

Codes

Color #816E39 in popluar color models

816E39
RGB12911057
HSL44°38.71%36.47%
HSB/HSV44°55.81%50.59%
CMYK0.00%14.73%55.81%
49.41%

Color #816E39 in popluar number systems.

HEX816E39
Decimal12911057
Binary100000011101110111001
Octal20115671

Shades and tints

Shades of #816E39

#816E39
(129,110,57)
#766434
(118,100,52)
#6B5A2F
(107,90,47)
#60502A
(96,80,42)
#554625
(85,70,37)
#4A3C20
(74,60,32)
#3F321B
(63,50,27)
#342816
(52,40,22)
#291E11
(41,30,17)
#1E140C
(30,20,12)
#130A07
(19,10,7)
#000000
(0,0,0)

Tints of #816E39

#816E39
(129,110,57)
#8C7B4B
(140,123,75)
#97885D
(151,136,93)
#A2956F
(162,149,111)
#ADA281
(173,162,129)
#B8AF93
(184,175,147)
#C3BCA5
(195,188,165)
#CEC9B7
(206,201,183)
#D9D6C9
(217,214,201)
#E4E3DB
(228,227,219)
#EFF0ED
(239,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #816E39 color. Also use rgb(129,110,57) instead hex code.

Text Font Color

.myTextColor { color: #816E39; }

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

This text font color is #816E39.


Background Color

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

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

This div background color is #816E39.


Border color

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

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

This div border color is #816E39.


Opacity

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

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

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

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

This text has shadow with #816E39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #816E39 on black background.


Color preview on white background

This text has color #816E39 on white background.



Black color preview on #816E39 background

This text has black color on #816E39 background.


White color preview on #816E39 background

This text has white color on #816E39 background.