COLOR #85477E

HEX: #85477E
RGB: (133,71,126)

Color info

#85477E contains mainly red and blue colors. Web safe color of #85477E is #993366 (or #936).

RGB color model

#85477E color RGB value is (133,71,126).

  • red value is 133;
  • green value is 71;
  • blue value is 126.
RGB:
(133,71,126)
(52%,28%,49%)

RGB channels and saturation

R 133 of 255 = 52%
G 71 of 255 = 28%
B 126 of 255 = 49%

133
71
126

R + G + B ~ 43%. #85477E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 71 + 126 = 330 (100%)
R 133 of 330 ~ 40.3%
G 71 of 330 ~ 21.52%
B 126 of 330 ~ 38.18%

%40.3
%21.52
%38.18

CMYK color model

#85477E color CMYK value is (0,47,5,48).

  • cyan value is 0.00%
  • magenta value is 46.62%
  • yellow value is 5.26%
  • key color value is 47.84%
CMYK:
(0,47,5,48)
C0M47Y5K48 
(0%,47%,5%,48%)
(0.00/0.47/0.05/0.48)	

CMYK percentages

%0
%46.62
%5.26
%47.84

Codes

Color #85477E in popluar color models

85477E
RGB13371126
HSL307°30.39%40.00%
HSB/HSV307°46.62%52.16%
CMYK0.00%46.62%5.26%
47.84%

Color #85477E in popluar number systems.

HEX85477E
Decimal13371126
Binary1000010110001111111110
Octal205107176

Shades and tints

Shades of #85477E

#85477E
(133,71,126)
#794173
(121,65,115)
#6D3B68
(109,59,104)
#61355D
(97,53,93)
#552F52
(85,47,82)
#492947
(73,41,71)
#3D233C
(61,35,60)
#311D31
(49,29,49)
#251726
(37,23,38)
#19111B
(25,17,27)
#0D0B10
(13,11,16)
#000000
(0,0,0)

Tints of #85477E

#85477E
(133,71,126)
#905789
(144,87,137)
#9B6794
(155,103,148)
#A6779F
(166,119,159)
#B187AA
(177,135,170)
#BC97B5
(188,151,181)
#C7A7C0
(199,167,192)
#D2B7CB
(210,183,203)
#DDC7D6
(221,199,214)
#E8D7E1
(232,215,225)
#F3E7EC
(243,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85477E color. Also use rgb(133,71,126) instead hex code.

Text Font Color

.myTextColor { color: #85477E; }

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

This text font color is #85477E.


Background Color

.myBgColor { background-color: #85477E; }

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

This div background color is #85477E.


Border color

.myBorderColor { border: 1px solid #85477E; }

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

This div border color is #85477E.


Opacity

.myOpacity80 { color: #85477E; opacity: 0.8; }

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

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

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

This text has shadow with #85477E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85477E on black background.


Color preview on white background

This text has color #85477E on white background.



Black color preview on #85477E background

This text has black color on #85477E background.


White color preview on #85477E background

This text has white color on #85477E background.