COLOR #817C3E

HEX: #817C3E RGB: (129,124,62)

Color info

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

RGB color model

#817C3E color RGB value is (129,124,62).

RGB: (129,124,62) (51%, 49%, 24%)

RGB channels and saturation

R 129 of 255 = 51%
G 124 of 255 = 49%
B 62 of 255 = 24%

129
124
62

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

Portions of RGB colors in percentages

R + G + B = 129 + 124 + 62 = 315 (100%)
R 129 of 315 ~ 40.95%
G 124 of 315 ~ 39.37%
B 62 of 315 ~ 19.68'%

%40.95
%39.37
%19.68

CMYK color model

#817C3E color CMYK value is (0,4,52,49).

  • cyan value is 0.00%
  • magenta value is 3.88%
  • yellow value is 51.94%
  • key color value is 49.41%

CMYK: (0,4,52,49)
C0M4Y52K49 (0%, 4%, 52%, 49%)
(0.00 / 0.04 / 0.52 / 0.49)

CMYK percentages

%0
%3.88
%51.94
%49.41

Codes

Color #817C3E in popluar color models

81 7C 3E
RGB 129 124 62
HSL 56° 35.08% 37.45%
HSB/HSV 56° 51.94% 50.59%
CMYK 0.00% 3.88% 51.94%
49.41%

Color #817C3E in popluar number systems.

HEX 81 7C 3E
Decimal 129 124 62
Binary 10000001 1111100 111110
Octal 201 174 76

Shades and tints

Shades of #817C3E

#817C3E
(129,124,62)
#767139
(118,113,57)
#6B6634
(107,102,52)
#605B2F
(96,91,47)
#55502A
(85,80,42)
#4A4525
(74,69,37)
#3F3A20
(63,58,32)
#342F1B
(52,47,27)
#292416
(41,36,22)
#1E1911
(30,25,17)
#130E0C
(19,14,12)
#000000
(0,0,0)

Tints of #817C3E

#817C3E
(129,124,62)
#8C874F
(140,135,79)
#979260
(151,146,96)
#A29D71
(162,157,113)
#ADA882
(173,168,130)
#B8B393
(184,179,147)
#C3BEA4
(195,190,164)
#CEC9B5
(206,201,181)
#D9D4C6
(217,212,198)
#E4DFD7
(228,223,215)
#EFEAE8
(239,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #817C3E; }

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

This text font color is #817C3E.

Background Color

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

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

This div background color is #817C3E.

Border color

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

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

This div border color is #817C3E.

Opacity

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

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

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

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

This text has shadow with #817C3E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #817C3E.

Preview

Color preview on black background

This text has color #817C3E on black background.


Color preview on white background

This text has color #817C3E on white background.


Black color preview on #817C3E background

This text has black color on #817C3E background.


White color preview on #817C3E background

This text has white color on #817C3E background.


Related colors

Complementary color

Complementary color for #hex is #7E83C1.


I love getcolorcode.com

Triadic colors

1 #3E817C and #7C3E81 with #817C3E are triadic colors.

2 #3E7C81 and #7C813E with #817C3E are triadic colors.