COLOR #816E14

HEX: #816E14
RGB: (129,110,20)

Color info

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

RGB color model

#816E14 color RGB value is (129,110,20).

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

RGB channels and saturation

R 129 of 255 = 51%
G 110 of 255 = 43%
B 20 of 255 = 8%

129
110
20

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

Portions of RGB colors in percentages

R + G + B =
129 + 110 + 20 = 259 (100%)
R 129 of 259 ~ 49.81%
G 110 of 259 ~ 42.47%
B 20 of 259 ~ 7.72%

%49.81
%42.47

CMYK color model

#816E14 color CMYK value is (0,15,84,49).

  • cyan value is 0.00%
  • magenta value is 14.73%
  • yellow value is 84.50%
  • key color value is 49.41%
CMYK:
(0,15,84,49)
C0M15Y84K49 
(0%,15%,84%,49%)
(0.00/0.15/0.84/0.49)	

CMYK percentages

%0
%14.73
%84.5
%49.41

Codes

Color #816E14 in popluar color models

816E14
RGB12911020
HSL50°73.15%29.22%
HSB/HSV50°84.50%50.59%
CMYK0.00%14.73%84.50%
49.41%

Color #816E14 in popluar number systems.

HEX816E14
Decimal12911020
Binary10000001110111010100
Octal20115624

Shades and tints

Shades of #816E14

#816E14
(129,110,20)
#766413
(118,100,19)
#6B5A12
(107,90,18)
#605011
(96,80,17)
#554610
(85,70,16)
#4A3C0F
(74,60,15)
#3F320E
(63,50,14)
#34280D
(52,40,13)
#291E0C
(41,30,12)
#1E140B
(30,20,11)
#130A0A
(19,10,10)
#000000
(0,0,0)

Tints of #816E14

#816E14
(129,110,20)
#8C7B29
(140,123,41)
#97883E
(151,136,62)
#A29553
(162,149,83)
#ADA268
(173,162,104)
#B8AF7D
(184,175,125)
#C3BC92
(195,188,146)
#CEC9A7
(206,201,167)
#D9D6BC
(217,214,188)
#E4E3D1
(228,227,209)
#EFF0E6
(239,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #816E14; }

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

This text font color is #816E14.


Background Color

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

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

This div background color is #816E14.


Border color

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

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

This div border color is #816E14.


Opacity

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

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

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

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

This text has shadow with #816E14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #816E14 on black background.


Color preview on white background

This text has color #816E14 on white background.



Black color preview on #816E14 background

This text has black color on #816E14 background.


White color preview on #816E14 background

This text has white color on #816E14 background.