COLOR #85476C

HEX: #85476C
RGB: (133,71,108)

Color info

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

RGB color model

#85476C color RGB value is (133,71,108).

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

RGB channels and saturation

R 133 of 255 = 52%
G 71 of 255 = 28%
B 108 of 255 = 42%

133
71
108

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

Portions of RGB colors in percentages

R + G + B =
133 + 71 + 108 = 312 (100%)
R 133 of 312 ~ 42.63%
G 71 of 312 ~ 22.76%
B 108 of 312 ~ 34.62%

%42.63
%22.76
%34.62

CMYK color model

#85476C color CMYK value is (0,47,19,48).

  • cyan value is 0.00%
  • magenta value is 46.62%
  • yellow value is 18.80%
  • key color value is 47.84%
CMYK:
(0,47,19,48)
C0M47Y19K48 
(0%,47%,19%,48%)
(0.00/0.47/0.19/0.48)	

CMYK percentages

%0
%46.62
%18.8
%47.84

Codes

Color #85476C in popluar color models

85476C
RGB13371108
HSL324°30.39%40.00%
HSB/HSV324°46.62%52.16%
CMYK0.00%46.62%18.80%
47.84%

Color #85476C in popluar number systems.

HEX85476C
Decimal13371108
Binary1000010110001111101100
Octal205107154

Shades and tints

Shades of #85476C

#85476C
(133,71,108)
#794163
(121,65,99)
#6D3B5A
(109,59,90)
#613551
(97,53,81)
#552F48
(85,47,72)
#49293F
(73,41,63)
#3D2336
(61,35,54)
#311D2D
(49,29,45)
#251724
(37,23,36)
#19111B
(25,17,27)
#0D0B12
(13,11,18)
#000000
(0,0,0)

Tints of #85476C

#85476C
(133,71,108)
#905779
(144,87,121)
#9B6786
(155,103,134)
#A67793
(166,119,147)
#B187A0
(177,135,160)
#BC97AD
(188,151,173)
#C7A7BA
(199,167,186)
#D2B7C7
(210,183,199)
#DDC7D4
(221,199,212)
#E8D7E1
(232,215,225)
#F3E7EE
(243,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85476C color. Also use rgb(133,71,108) instead hex code.

Text Font Color

.myTextColor { color: #85476C; }

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

This text font color is #85476C.


Background Color

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

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

This div background color is #85476C.


Border color

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

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

This div border color is #85476C.


Opacity

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

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

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

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

This text has shadow with #85476C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85476C on black background.


Color preview on white background

This text has color #85476C on white background.



Black color preview on #85476C background

This text has black color on #85476C background.


White color preview on #85476C background

This text has white color on #85476C background.