COLOR #85729C

HEX: #85729C
RGB: (133,114,156)

Color info

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

RGB color model

#85729C color RGB value is (133,114,156).

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

RGB channels and saturation

R 133 of 255 = 52%
G 114 of 255 = 45%
B 156 of 255 = 61%

133
114
156

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

Portions of RGB colors in percentages

R + G + B =
133 + 114 + 156 = 403 (100%)
R 133 of 403 ~ 33%
G 114 of 403 ~ 28.29%
B 156 of 403 ~ 38.71%

%33
%28.29
%38.71

CMYK color model

#85729C color CMYK value is (15,27,0,39).

  • cyan value is 14.74%
  • magenta value is 26.92%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(15,27,0,39)
C15M27Y0K39 
(15%,27%,0%,39%)
(0.15/0.27/0.00/0.39)	

CMYK percentages

%14.74
%26.92
%0
%38.82

Codes

Color #85729C in popluar color models

85729C
RGB133114156
HSL267°17.50%52.94%
HSB/HSV267°26.92%61.18%
CMYK14.74%26.92%0.00%
38.82%

Color #85729C in popluar number systems.

HEX85729C
Decimal133114156
Binary10000101111001010011100
Octal205162234

Shades and tints

Shades of #85729C

#85729C
(133,114,156)
#79688E
(121,104,142)
#6D5E80
(109,94,128)
#615472
(97,84,114)
#554A64
(85,74,100)
#494056
(73,64,86)
#3D3648
(61,54,72)
#312C3A
(49,44,58)
#25222C
(37,34,44)
#19181E
(25,24,30)
#0D0E10
(13,14,16)
#000000
(0,0,0)

Tints of #85729C

#85729C
(133,114,156)
#907EA5
(144,126,165)
#9B8AAE
(155,138,174)
#A696B7
(166,150,183)
#B1A2C0
(177,162,192)
#BCAEC9
(188,174,201)
#C7BAD2
(199,186,210)
#D2C6DB
(210,198,219)
#DDD2E4
(221,210,228)
#E8DEED
(232,222,237)
#F3EAF6
(243,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85729C; }

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

This text font color is #85729C.


Background Color

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

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

This div background color is #85729C.


Border color

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

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

This div border color is #85729C.


Opacity

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

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

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

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

This text has shadow with #85729C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85729C on black background.


Color preview on white background

This text has color #85729C on white background.



Black color preview on #85729C background

This text has black color on #85729C background.


White color preview on #85729C background

This text has white color on #85729C background.