COLOR #817C54

HEX: #817C54 RGB: (129,124,84)

Color info

#817C54 contains red, green and blue colors in about the same proportion. Web safe color of #817C54 is #996666 (or #966).

RGB color model

#817C54 color RGB value is (129,124,84).

RGB: (129,124,84) (51%, 49%, 33%)

RGB channels and saturation

R 129 of 255 = 51%
G 124 of 255 = 49%
B 84 of 255 = 33%

129
124
84

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

Portions of RGB colors in percentages

R + G + B = 129 + 124 + 84 = 337 (100%)
R 129 of 337 ~ 38.28%
G 124 of 337 ~ 36.8%
B 84 of 337 ~ 24.93'%

%38.28
%36.8
%24.93

CMYK color model

#817C54 color CMYK value is (0,4,35,49).

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

CMYK: (0,4,35,49)
C0M4Y35K49 (0%, 4%, 35%, 49%)
(0.00 / 0.04 / 0.35 / 0.49)

CMYK percentages

%0
%3.88
%34.88
%49.41

Codes

Color #817C54 in popluar color models

81 7C 54
RGB 129 124 84
HSL 53° 21.13% 41.76%
HSB/HSV 53° 34.88% 50.59%
CMYK 0.00% 3.88% 34.88%
49.41%

Color #817C54 in popluar number systems.

HEX 81 7C 54
Decimal 129 124 84
Binary 10000001 1111100 1010100
Octal 201 174 124

Shades and tints

Shades of #817C54

#817C54
(129,124,84)
#76714D
(118,113,77)
#6B6646
(107,102,70)
#605B3F
(96,91,63)
#555038
(85,80,56)
#4A4531
(74,69,49)
#3F3A2A
(63,58,42)
#342F23
(52,47,35)
#29241C
(41,36,28)
#1E1915
(30,25,21)
#130E0E
(19,14,14)
#000000
(0,0,0)

Tints of #817C54

#817C54
(129,124,84)
#8C8763
(140,135,99)
#979272
(151,146,114)
#A29D81
(162,157,129)
#ADA890
(173,168,144)
#B8B39F
(184,179,159)
#C3BEAE
(195,190,174)
#CEC9BD
(206,201,189)
#D9D4CC
(217,212,204)
#E4DFDB
(228,223,219)
#EFEAEA
(239,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #817C54; }

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

This text font color is #817C54.

Background Color

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

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

This div background color is #817C54.

Border color

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

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

This div border color is #817C54.

Opacity

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

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

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

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

This text has shadow with #817C54 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #817C54.

Preview

Color preview on black background

This text has color #817C54 on black background.


Color preview on white background

This text has color #817C54 on white background.


Black color preview on #817C54 background

This text has black color on #817C54 background.


White color preview on #817C54 background

This text has white color on #817C54 background.


Related colors

Complementary color

Complementary color for #hex is #7E83AB.


I love getcolorcode.com

Triadic colors

1 #54817C and #7C5481 with #817C54 are triadic colors.

2 #547C81 and #7C8154 with #817C54 are triadic colors.