COLOR #817382

HEX: #817382
RGB: (129,115,130)

Color info

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

RGB color model

#817382 color RGB value is (129,115,130).

  • red value is 129;
  • green value is 115;
  • blue value is 130.
RGB:
(129,115,130)
(51%,45%,51%)

RGB channels and saturation

R 129 of 255 = 51%
G 115 of 255 = 45%
B 130 of 255 = 51%

129
115
130

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

Portions of RGB colors in percentages

R + G + B =
129 + 115 + 130 = 374 (100%)
R 129 of 374 ~ 34.49%
G 115 of 374 ~ 30.75%
B 130 of 374 ~ 34.76%

%34.49
%30.75
%34.76

CMYK color model

#817382 color CMYK value is (1,12,0,49).

  • cyan value is 0.77%
  • magenta value is 11.54%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(1,12,0,49)
C1M12Y0K49 
(1%,12%,0%,49%)
(0.01/0.12/0.00/0.49)	

CMYK percentages

%0.77
%11.54
%0
%49.02

Codes

Color #817382 in popluar color models

817382
RGB129115130
HSL296°6.12%48.04%
HSB/HSV296°11.54%50.98%
CMYK0.77%11.54%0.00%
49.02%

Color #817382 in popluar number systems.

HEX817382
Decimal129115130
Binary10000001111001110000010
Octal201163202

Shades and tints

Shades of #817382

#817382
(129,115,130)
#766977
(118,105,119)
#6B5F6C
(107,95,108)
#605561
(96,85,97)
#554B56
(85,75,86)
#4A414B
(74,65,75)
#3F3740
(63,55,64)
#342D35
(52,45,53)
#29232A
(41,35,42)
#1E191F
(30,25,31)
#130F14
(19,15,20)
#000000
(0,0,0)

Tints of #817382

#817382
(129,115,130)
#8C7F8D
(140,127,141)
#978B98
(151,139,152)
#A297A3
(162,151,163)
#ADA3AE
(173,163,174)
#B8AFB9
(184,175,185)
#C3BBC4
(195,187,196)
#CEC7CF
(206,199,207)
#D9D3DA
(217,211,218)
#E4DFE5
(228,223,229)
#EFEBF0
(239,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #817382 color. Also use rgb(129,115,130) instead hex code.

Text Font Color

.myTextColor { color: #817382; }

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

This text font color is #817382.


Background Color

.myBgColor { background-color: #817382; }

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

This div background color is #817382.


Border color

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

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

This div border color is #817382.


Opacity

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

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

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

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

This text has shadow with #817382 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #817382 on black background.


Color preview on white background

This text has color #817382 on white background.



Black color preview on #817382 background

This text has black color on #817382 background.


White color preview on #817382 background

This text has white color on #817382 background.