COLOR #817385

HEX: #817385
RGB: (129,115,133)

Color info

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

RGB color model

#817385 color RGB value is (129,115,133).

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

RGB channels and saturation

R 129 of 255 = 51%
G 115 of 255 = 45%
B 133 of 255 = 52%

129
115
133

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

Portions of RGB colors in percentages

R + G + B =
129 + 115 + 133 = 377 (100%)
R 129 of 377 ~ 34.22%
G 115 of 377 ~ 30.5%
B 133 of 377 ~ 35.28%

%34.22
%30.5
%35.28

CMYK color model

#817385 color CMYK value is (3,14,0,48).

  • cyan value is 3.01%
  • magenta value is 13.53%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(3,14,0,48)
C3M14Y0K48 
(3%,14%,0%,48%)
(0.03/0.14/0.00/0.48)	

CMYK percentages

%3.01
%13.53
%0
%47.84

Codes

Color #817385 in popluar color models

817385
RGB129115133
HSL287°7.26%48.63%
HSB/HSV287°13.53%52.16%
CMYK3.01%13.53%0.00%
47.84%

Color #817385 in popluar number systems.

HEX817385
Decimal129115133
Binary10000001111001110000101
Octal201163205

Shades and tints

Shades of #817385

#817385
(129,115,133)
#766979
(118,105,121)
#6B5F6D
(107,95,109)
#605561
(96,85,97)
#554B55
(85,75,85)
#4A4149
(74,65,73)
#3F373D
(63,55,61)
#342D31
(52,45,49)
#292325
(41,35,37)
#1E1919
(30,25,25)
#130F0D
(19,15,13)
#000000
(0,0,0)

Tints of #817385

#817385
(129,115,133)
#8C7F90
(140,127,144)
#978B9B
(151,139,155)
#A297A6
(162,151,166)
#ADA3B1
(173,163,177)
#B8AFBC
(184,175,188)
#C3BBC7
(195,187,199)
#CEC7D2
(206,199,210)
#D9D3DD
(217,211,221)
#E4DFE8
(228,223,232)
#EFEBF3
(239,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #817385; }

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

This text font color is #817385.


Background Color

.myBgColor { background-color: #817385; }

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

This div background color is #817385.


Border color

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

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

This div border color is #817385.


Opacity

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

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

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

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

This text has shadow with #817385 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #817385 on black background.


Color preview on white background

This text has color #817385 on white background.



Black color preview on #817385 background

This text has black color on #817385 background.


White color preview on #817385 background

This text has white color on #817385 background.