COLOR #85729F

HEX: #85729F
RGB: (133,114,159)

Color info

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

RGB color model

#85729F color RGB value is (133,114,159).

  • red value is 133;
  • green value is 114;
  • blue value is 159.
RGB:
(133,114,159)
(52%,45%,62%)

RGB channels and saturation

R 133 of 255 = 52%
G 114 of 255 = 45%
B 159 of 255 = 62%

133
114
159

R + G + B ~ 53%. #85729F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 114 + 159 = 406 (100%)
R 133 of 406 ~ 32.76%
G 114 of 406 ~ 28.08%
B 159 of 406 ~ 39.16%

%32.76
%28.08
%39.16

CMYK color model

#85729F color CMYK value is (16,28,0,38).

  • cyan value is 16.35%
  • magenta value is 28.30%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(16,28,0,38)
C16M28Y0K38 
(16%,28%,0%,38%)
(0.16/0.28/0.00/0.38)	

CMYK percentages

%16.35
%28.3
%0
%37.65

Codes

Color #85729F in popluar color models

85729F
RGB133114159
HSL265°18.99%53.53%
HSB/HSV265°28.30%62.35%
CMYK16.35%28.30%0.00%
37.65%

Color #85729F in popluar number systems.

HEX85729F
Decimal133114159
Binary10000101111001010011111
Octal205162237

Shades and tints

Shades of #85729F

#85729F
(133,114,159)
#796891
(121,104,145)
#6D5E83
(109,94,131)
#615475
(97,84,117)
#554A67
(85,74,103)
#494059
(73,64,89)
#3D364B
(61,54,75)
#312C3D
(49,44,61)
#25222F
(37,34,47)
#191821
(25,24,33)
#0D0E13
(13,14,19)
#000000
(0,0,0)

Tints of #85729F

#85729F
(133,114,159)
#907EA7
(144,126,167)
#9B8AAF
(155,138,175)
#A696B7
(166,150,183)
#B1A2BF
(177,162,191)
#BCAEC7
(188,174,199)
#C7BACF
(199,186,207)
#D2C6D7
(210,198,215)
#DDD2DF
(221,210,223)
#E8DEE7
(232,222,231)
#F3EAEF
(243,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85729F color. Also use rgb(133,114,159) instead hex code.

Text Font Color

.myTextColor { color: #85729F; }

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

This text font color is #85729F.


Background Color

.myBgColor { background-color: #85729F; }

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

This div background color is #85729F.


Border color

.myBorderColor { border: 1px solid #85729F; }

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

This div border color is #85729F.


Opacity

.myOpacity80 { color: #85729F; opacity: 0.8; }

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

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

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

This text has shadow with #85729F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85729F on black background.


Color preview on white background

This text has color #85729F on white background.



Black color preview on #85729F background

This text has black color on #85729F background.


White color preview on #85729F background

This text has white color on #85729F background.