COLOR #816913

HEX: #816913
RGB: (129,105,19)

Color info

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

RGB color model

#816913 color RGB value is (129,105,19).

  • red value is 129;
  • green value is 105;
  • blue value is 19.
RGB:
(129,105,19)
(51%,41%,7%)

RGB channels and saturation

R 129 of 255 = 51%
G 105 of 255 = 41%
B 19 of 255 = 7%

129
105
19

R + G + B ~ 33%. #816913 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
129 + 105 + 19 = 253 (100%)
R 129 of 253 ~ 50.99%
G 105 of 253 ~ 41.5%
B 19 of 253 ~ 7.51%

%50.99
%41.5

CMYK color model

#816913 color CMYK value is (0,19,85,49).

  • cyan value is 0.00%
  • magenta value is 18.60%
  • yellow value is 85.27%
  • key color value is 49.41%
CMYK:
(0,19,85,49)
C0M19Y85K49 
(0%,19%,85%,49%)
(0.00/0.19/0.85/0.49)	

CMYK percentages

%0
%18.6
%85.27
%49.41

Codes

Color #816913 in popluar color models

816913
RGB12910519
HSL47°74.32%29.02%
HSB/HSV47°85.27%50.59%
CMYK0.00%18.60%85.27%
49.41%

Color #816913 in popluar number systems.

HEX816913
Decimal12910519
Binary10000001110100110011
Octal20115123

Shades and tints

Shades of #816913

#816913
(129,105,19)
#766012
(118,96,18)
#6B5711
(107,87,17)
#604E10
(96,78,16)
#55450F
(85,69,15)
#4A3C0E
(74,60,14)
#3F330D
(63,51,13)
#342A0C
(52,42,12)
#29210B
(41,33,11)
#1E180A
(30,24,10)
#130F09
(19,15,9)
#000000
(0,0,0)

Tints of #816913

#816913
(129,105,19)
#8C7628
(140,118,40)
#97833D
(151,131,61)
#A29052
(162,144,82)
#AD9D67
(173,157,103)
#B8AA7C
(184,170,124)
#C3B791
(195,183,145)
#CEC4A6
(206,196,166)
#D9D1BB
(217,209,187)
#E4DED0
(228,222,208)
#EFEBE5
(239,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #816913 color. Also use rgb(129,105,19) instead hex code.

Text Font Color

.myTextColor { color: #816913; }

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

This text font color is #816913.


Background Color

.myBgColor { background-color: #816913; }

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

This div background color is #816913.


Border color

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

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

This div border color is #816913.


Opacity

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

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

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

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

This text has shadow with #816913 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #816913 on black background.


Color preview on white background

This text has color #816913 on white background.



Black color preview on #816913 background

This text has black color on #816913 background.


White color preview on #816913 background

This text has white color on #816913 background.