COLOR #816C19

HEX: #816C19
RGB: (129,108,25)

Color info

#816C19 contains mainly red and green colors. Web safe color of #816C19 is #996600 (or #960).

RGB color model

#816C19 color RGB value is (129,108,25).

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

RGB channels and saturation

R 129 of 255 = 51%
G 108 of 255 = 42%
B 25 of 255 = 10%

129
108
25

R + G + B ~ 34%. #816C19 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
129 + 108 + 25 = 262 (100%)
R 129 of 262 ~ 49.24%
G 108 of 262 ~ 41.22%
B 25 of 262 ~ 9.54%

%49.24
%41.22
%9.54

CMYK color model

#816C19 color CMYK value is (0,16,81,49).

  • cyan value is 0.00%
  • magenta value is 16.28%
  • yellow value is 80.62%
  • key color value is 49.41%
CMYK:
(0,16,81,49)
C0M16Y81K49 
(0%,16%,81%,49%)
(0.00/0.16/0.81/0.49)	

CMYK percentages

%0
%16.28
%80.62
%49.41

Codes

Color #816C19 in popluar color models

816C19
RGB12910825
HSL48°67.53%30.20%
HSB/HSV48°80.62%50.59%
CMYK0.00%16.28%80.62%
49.41%

Color #816C19 in popluar number systems.

HEX816C19
Decimal12910825
Binary10000001110110011001
Octal20115431

Shades and tints

Shades of #816C19

#816C19
(129,108,25)
#766317
(118,99,23)
#6B5A15
(107,90,21)
#605113
(96,81,19)
#554811
(85,72,17)
#4A3F0F
(74,63,15)
#3F360D
(63,54,13)
#342D0B
(52,45,11)
#292409
(41,36,9)
#1E1B07
(30,27,7)
#131205
(19,18,5)
#000000
(0,0,0)

Tints of #816C19

#816C19
(129,108,25)
#8C792D
(140,121,45)
#978641
(151,134,65)
#A29355
(162,147,85)
#ADA069
(173,160,105)
#B8AD7D
(184,173,125)
#C3BA91
(195,186,145)
#CEC7A5
(206,199,165)
#D9D4B9
(217,212,185)
#E4E1CD
(228,225,205)
#EFEEE1
(239,238,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #816C19 color. Also use rgb(129,108,25) instead hex code.

Text Font Color

.myTextColor { color: #816C19; }

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

This text font color is #816C19.


Background Color

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

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

This div background color is #816C19.


Border color

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

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

This div border color is #816C19.


Opacity

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

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

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

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

This text has shadow with #816C19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #816C19 on black background.


Color preview on white background

This text has color #816C19 on white background.



Black color preview on #816C19 background

This text has black color on #816C19 background.


White color preview on #816C19 background

This text has white color on #816C19 background.