COLOR #814F17

HEX: #814F17
RGB: (129,79,23)

Color info

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

RGB color model

#814F17 color RGB value is (129,79,23).

  • red value is 129;
  • green value is 79;
  • blue value is 23.
RGB:
(129,79,23)
(51%,31%,9%)

RGB channels and saturation

R 129 of 255 = 51%
G 79 of 255 = 31%
B 23 of 255 = 9%

129
79
23

R + G + B ~ 30%. #814F17 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
129 + 79 + 23 = 231 (100%)
R 129 of 231 ~ 55.84%
G 79 of 231 ~ 34.2%
B 23 of 231 ~ 9.96%

%55.84
%34.2
%9.96

CMYK color model

#814F17 color CMYK value is (0,39,82,49).

  • cyan value is 0.00%
  • magenta value is 38.76%
  • yellow value is 82.17%
  • key color value is 49.41%
CMYK:
(0,39,82,49)
C0M39Y82K49 
(0%,39%,82%,49%)
(0.00/0.39/0.82/0.49)	

CMYK percentages

%0
%38.76
%82.17
%49.41

Codes

Color #814F17 in popluar color models

814F17
RGB1297923
HSL32°69.74%29.80%
HSB/HSV32°82.17%50.59%
CMYK0.00%38.76%82.17%
49.41%

Color #814F17 in popluar number systems.

HEX814F17
Decimal1297923
Binary10000001100111110111
Octal20111727

Shades and tints

Shades of #814F17

#814F17
(129,79,23)
#764815
(118,72,21)
#6B4113
(107,65,19)
#603A11
(96,58,17)
#55330F
(85,51,15)
#4A2C0D
(74,44,13)
#3F250B
(63,37,11)
#341E09
(52,30,9)
#291707
(41,23,7)
#1E1005
(30,16,5)
#130903
(19,9,3)
#000000
(0,0,0)

Tints of #814F17

#814F17
(129,79,23)
#8C5F2C
(140,95,44)
#976F41
(151,111,65)
#A27F56
(162,127,86)
#AD8F6B
(173,143,107)
#B89F80
(184,159,128)
#C3AF95
(195,175,149)
#CEBFAA
(206,191,170)
#D9CFBF
(217,207,191)
#E4DFD4
(228,223,212)
#EFEFE9
(239,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #814F17 color. Also use rgb(129,79,23) instead hex code.

Text Font Color

.myTextColor { color: #814F17; }

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

This text font color is #814F17.


Background Color

.myBgColor { background-color: #814F17; }

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

This div background color is #814F17.


Border color

.myBorderColor { border: 1px solid #814F17; }

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

This div border color is #814F17.


Opacity

.myOpacity80 { color: #814F17; opacity: 0.8; }

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

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

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

This text has shadow with #814F17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #814F17 on black background.


Color preview on white background

This text has color #814F17 on white background.



Black color preview on #814F17 background

This text has black color on #814F17 background.


White color preview on #814F17 background

This text has white color on #814F17 background.