COLOR #85537D

HEX: #85537D
RGB: (133,83,125)

Color info

#85537D contains red, green and blue colors in about the same proportion. Web safe color of #85537D is #996666 (or #966).

RGB color model

#85537D color RGB value is (133,83,125).

  • red value is 133;
  • green value is 83;
  • blue value is 125.
RGB:
(133,83,125)
(52%,33%,49%)

RGB channels and saturation

R 133 of 255 = 52%
G 83 of 255 = 33%
B 125 of 255 = 49%

133
83
125

R + G + B ~ 45%. #85537D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 83 + 125 = 341 (100%)
R 133 of 341 ~ 39%
G 83 of 341 ~ 24.34%
B 125 of 341 ~ 36.66%

%39
%24.34
%36.66

CMYK color model

#85537D color CMYK value is (0,38,6,48).

  • cyan value is 0.00%
  • magenta value is 37.59%
  • yellow value is 6.02%
  • key color value is 47.84%
CMYK:
(0,38,6,48)
C0M38Y6K48 
(0%,38%,6%,48%)
(0.00/0.38/0.06/0.48)	

CMYK percentages

%0
%37.59
%6.02
%47.84

Codes

Color #85537D in popluar color models

85537D
RGB13383125
HSL310°23.15%42.35%
HSB/HSV310°37.59%52.16%
CMYK0.00%37.59%6.02%
47.84%

Color #85537D in popluar number systems.

HEX85537D
Decimal13383125
Binary1000010110100111111101
Octal205123175

Shades and tints

Shades of #85537D

#85537D
(133,83,125)
#794C72
(121,76,114)
#6D4567
(109,69,103)
#613E5C
(97,62,92)
#553751
(85,55,81)
#493046
(73,48,70)
#3D293B
(61,41,59)
#312230
(49,34,48)
#251B25
(37,27,37)
#19141A
(25,20,26)
#0D0D0F
(13,13,15)
#000000
(0,0,0)

Tints of #85537D

#85537D
(133,83,125)
#906288
(144,98,136)
#9B7193
(155,113,147)
#A6809E
(166,128,158)
#B18FA9
(177,143,169)
#BC9EB4
(188,158,180)
#C7ADBF
(199,173,191)
#D2BCCA
(210,188,202)
#DDCBD5
(221,203,213)
#E8DAE0
(232,218,224)
#F3E9EB
(243,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85537D color. Also use rgb(133,83,125) instead hex code.

Text Font Color

.myTextColor { color: #85537D; }

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

This text font color is #85537D.


Background Color

.myBgColor { background-color: #85537D; }

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

This div background color is #85537D.


Border color

.myBorderColor { border: 1px solid #85537D; }

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

This div border color is #85537D.


Opacity

.myOpacity80 { color: #85537D; opacity: 0.8; }

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

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

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

This text has shadow with #85537D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85537D on black background.


Color preview on white background

This text has color #85537D on white background.



Black color preview on #85537D background

This text has black color on #85537D background.


White color preview on #85537D background

This text has white color on #85537D background.