COLOR #817289

HEX: #817289
RGB: (129,114,137)

Color info

#817289 contains red, green and blue colors in about the same proportion. Web safe color of #817289 is #996699 (or #969).

RGB color model

#817289 color RGB value is (129,114,137).

  • red value is 129;
  • green value is 114;
  • blue value is 137.
RGB:
(129,114,137)
(51%,45%,54%)

RGB channels and saturation

R 129 of 255 = 51%
G 114 of 255 = 45%
B 137 of 255 = 54%

129
114
137

R + G + B ~ 50%. #817289 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
129 + 114 + 137 = 380 (100%)
R 129 of 380 ~ 33.95%
G 114 of 380 ~ 30%
B 137 of 380 ~ 36.05%

%33.95
%30
%36.05

CMYK color model

#817289 color CMYK value is (6,17,0,46).

  • cyan value is 5.84%
  • magenta value is 16.79%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(6,17,0,46)
C6M17Y0K46 
(6%,17%,0%,46%)
(0.06/0.17/0.00/0.46)	

CMYK percentages

%5.84
%16.79
%0
%46.27

Codes

Color #817289 in popluar color models

817289
RGB129114137
HSL279°9.16%49.22%
HSB/HSV279°16.79%53.73%
CMYK5.84%16.79%0.00%
46.27%

Color #817289 in popluar number systems.

HEX817289
Decimal129114137
Binary10000001111001010001001
Octal201162211

Shades and tints

Shades of #817289

#817289
(129,114,137)
#76687D
(118,104,125)
#6B5E71
(107,94,113)
#605465
(96,84,101)
#554A59
(85,74,89)
#4A404D
(74,64,77)
#3F3641
(63,54,65)
#342C35
(52,44,53)
#292229
(41,34,41)
#1E181D
(30,24,29)
#130E11
(19,14,17)
#000000
(0,0,0)

Tints of #817289

#817289
(129,114,137)
#8C7E93
(140,126,147)
#978A9D
(151,138,157)
#A296A7
(162,150,167)
#ADA2B1
(173,162,177)
#B8AEBB
(184,174,187)
#C3BAC5
(195,186,197)
#CEC6CF
(206,198,207)
#D9D2D9
(217,210,217)
#E4DEE3
(228,222,227)
#EFEAED
(239,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #817289 color. Also use rgb(129,114,137) instead hex code.

Text Font Color

.myTextColor { color: #817289; }

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

This text font color is #817289.


Background Color

.myBgColor { background-color: #817289; }

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

This div background color is #817289.


Border color

.myBorderColor { border: 1px solid #817289; }

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

This div border color is #817289.


Opacity

.myOpacity80 { color: #817289; opacity: 0.8; }

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

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

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

This text has shadow with #817289 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #817289 on black background.


Color preview on white background

This text has color #817289 on white background.



Black color preview on #817289 background

This text has black color on #817289 background.


White color preview on #817289 background

This text has white color on #817289 background.