COLOR #817B64

HEX: #817B64
RGB: (129,123,100)

Color info

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

RGB color model

#817B64 color RGB value is (129,123,100).

  • red value is 129;
  • green value is 123;
  • blue value is 100.
RGB:
(129,123,100)
(51%,48%,39%)

RGB channels and saturation

R 129 of 255 = 51%
G 123 of 255 = 48%
B 100 of 255 = 39%

129
123
100

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

Portions of RGB colors in percentages

R + G + B =
129 + 123 + 100 = 352 (100%)
R 129 of 352 ~ 36.65%
G 123 of 352 ~ 34.94%
B 100 of 352 ~ 28.41%

%36.65
%34.94
%28.41

CMYK color model

#817B64 color CMYK value is (0,5,22,49).

  • cyan value is 0.00%
  • magenta value is 4.65%
  • yellow value is 22.48%
  • key color value is 49.41%
CMYK:
(0,5,22,49)
C0M5Y22K49 
(0%,5%,22%,49%)
(0.00/0.05/0.22/0.49)	

CMYK percentages

%0
%4.65
%22.48
%49.41

Codes

Color #817B64 in popluar color models

817B64
RGB129123100
HSL48°12.66%44.90%
HSB/HSV48°22.48%50.59%
CMYK0.00%4.65%22.48%
49.41%

Color #817B64 in popluar number systems.

HEX817B64
Decimal129123100
Binary1000000111110111100100
Octal201173144

Shades and tints

Shades of #817B64

#817B64
(129,123,100)
#76705B
(118,112,91)
#6B6552
(107,101,82)
#605A49
(96,90,73)
#554F40
(85,79,64)
#4A4437
(74,68,55)
#3F392E
(63,57,46)
#342E25
(52,46,37)
#29231C
(41,35,28)
#1E1813
(30,24,19)
#130D0A
(19,13,10)
#000000
(0,0,0)

Tints of #817B64

#817B64
(129,123,100)
#8C8772
(140,135,114)
#979380
(151,147,128)
#A29F8E
(162,159,142)
#ADAB9C
(173,171,156)
#B8B7AA
(184,183,170)
#C3C3B8
(195,195,184)
#CECFC6
(206,207,198)
#D9DBD4
(217,219,212)
#E4E7E2
(228,231,226)
#EFF3F0
(239,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #817B64 color. Also use rgb(129,123,100) instead hex code.

Text Font Color

.myTextColor { color: #817B64; }

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

This text font color is #817B64.


Background Color

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

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

This div background color is #817B64.


Border color

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

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

This div border color is #817B64.


Opacity

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

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

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

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

This text has shadow with #817B64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #817B64 on black background.


Color preview on white background

This text has color #817B64 on white background.



Black color preview on #817B64 background

This text has black color on #817B64 background.


White color preview on #817B64 background

This text has white color on #817B64 background.