COLOR #817C67

HEX: #817C67
RGB: (129,124,103)

Color info

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

RGB color model

#817C67 color RGB value is (129,124,103).

  • red value is 129;
  • green value is 124;
  • blue value is 103.
RGB:
(129,124,103)
(51%,49%,40%)

RGB channels and saturation

R 129 of 255 = 51%
G 124 of 255 = 49%
B 103 of 255 = 40%

129
124
103

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

Portions of RGB colors in percentages

R + G + B =
129 + 124 + 103 = 356 (100%)
R 129 of 356 ~ 36.24%
G 124 of 356 ~ 34.83%
B 103 of 356 ~ 28.93%

%36.24
%34.83
%28.93

CMYK color model

#817C67 color CMYK value is (0,4,20,49).

  • cyan value is 0.00%
  • magenta value is 3.88%
  • yellow value is 20.16%
  • key color value is 49.41%
CMYK:
(0,4,20,49)
C0M4Y20K49 
(0%,4%,20%,49%)
(0.00/0.04/0.20/0.49)	

CMYK percentages

%0
%3.88
%20.16
%49.41

Codes

Color #817C67 in popluar color models

817C67
RGB129124103
HSL48°11.21%45.49%
HSB/HSV48°20.16%50.59%
CMYK0.00%3.88%20.16%
49.41%

Color #817C67 in popluar number systems.

HEX817C67
Decimal129124103
Binary1000000111111001100111
Octal201174147

Shades and tints

Shades of #817C67

#817C67
(129,124,103)
#76715E
(118,113,94)
#6B6655
(107,102,85)
#605B4C
(96,91,76)
#555043
(85,80,67)
#4A453A
(74,69,58)
#3F3A31
(63,58,49)
#342F28
(52,47,40)
#29241F
(41,36,31)
#1E1916
(30,25,22)
#130E0D
(19,14,13)
#000000
(0,0,0)

Tints of #817C67

#817C67
(129,124,103)
#8C8774
(140,135,116)
#979281
(151,146,129)
#A29D8E
(162,157,142)
#ADA89B
(173,168,155)
#B8B3A8
(184,179,168)
#C3BEB5
(195,190,181)
#CEC9C2
(206,201,194)
#D9D4CF
(217,212,207)
#E4DFDC
(228,223,220)
#EFEAE9
(239,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #817C67; }

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

This text font color is #817C67.


Background Color

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

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

This div background color is #817C67.


Border color

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

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

This div border color is #817C67.


Opacity

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

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

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

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

This text has shadow with #817C67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #817C67 on black background.


Color preview on white background

This text has color #817C67 on white background.



Black color preview on #817C67 background

This text has black color on #817C67 background.


White color preview on #817C67 background

This text has white color on #817C67 background.