COLOR #817A3E

HEX: #817A3E
RGB: (129,122,62)

Color info

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

RGB color model

#817A3E color RGB value is (129,122,62).

  • red value is 129;
  • green value is 122;
  • blue value is 62.
RGB:
(129,122,62)
(51%,48%,24%)

RGB channels and saturation

R 129 of 255 = 51%
G 122 of 255 = 48%
B 62 of 255 = 24%

129
122
62

R + G + B ~ 41%. #817A3E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
129 + 122 + 62 = 313 (100%)
R 129 of 313 ~ 41.21%
G 122 of 313 ~ 38.98%
B 62 of 313 ~ 19.81%

%41.21
%38.98
%19.81

CMYK color model

#817A3E color CMYK value is (0,5,52,49).

  • cyan value is 0.00%
  • magenta value is 5.43%
  • yellow value is 51.94%
  • key color value is 49.41%
CMYK:
(0,5,52,49)
C0M5Y52K49 
(0%,5%,52%,49%)
(0.00/0.05/0.52/0.49)	

CMYK percentages

%0
%5.43
%51.94
%49.41

Codes

Color #817A3E in popluar color models

817A3E
RGB12912262
HSL54°35.08%37.45%
HSB/HSV54°51.94%50.59%
CMYK0.00%5.43%51.94%
49.41%

Color #817A3E in popluar number systems.

HEX817A3E
Decimal12912262
Binary100000011111010111110
Octal20117276

Shades and tints

Shades of #817A3E

#817A3E
(129,122,62)
#766F39
(118,111,57)
#6B6434
(107,100,52)
#60592F
(96,89,47)
#554E2A
(85,78,42)
#4A4325
(74,67,37)
#3F3820
(63,56,32)
#342D1B
(52,45,27)
#292216
(41,34,22)
#1E1711
(30,23,17)
#130C0C
(19,12,12)
#000000
(0,0,0)

Tints of #817A3E

#817A3E
(129,122,62)
#8C864F
(140,134,79)
#979260
(151,146,96)
#A29E71
(162,158,113)
#ADAA82
(173,170,130)
#B8B693
(184,182,147)
#C3C2A4
(195,194,164)
#CECEB5
(206,206,181)
#D9DAC6
(217,218,198)
#E4E6D7
(228,230,215)
#EFF2E8
(239,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #817A3E color. Also use rgb(129,122,62) instead hex code.

Text Font Color

.myTextColor { color: #817A3E; }

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

This text font color is #817A3E.


Background Color

.myBgColor { background-color: #817A3E; }

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

This div background color is #817A3E.


Border color

.myBorderColor { border: 1px solid #817A3E; }

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

This div border color is #817A3E.


Opacity

.myOpacity80 { color: #817A3E; opacity: 0.8; }

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

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

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

This text has shadow with #817A3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #817A3E on black background.


Color preview on white background

This text has color #817A3E on white background.



Black color preview on #817A3E background

This text has black color on #817A3E background.


White color preview on #817A3E background

This text has white color on #817A3E background.