COLOR #85416D

HEX: #85416D
RGB: (133,65,109)

Color info

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

RGB color model

#85416D color RGB value is (133,65,109).

  • red value is 133;
  • green value is 65;
  • blue value is 109.
RGB:
(133,65,109)
(52%,25%,43%)

RGB channels and saturation

R 133 of 255 = 52%
G 65 of 255 = 25%
B 109 of 255 = 43%

133
65
109

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

Portions of RGB colors in percentages

R + G + B =
133 + 65 + 109 = 307 (100%)
R 133 of 307 ~ 43.32%
G 65 of 307 ~ 21.17%
B 109 of 307 ~ 35.5%

%43.32
%21.17
%35.5

CMYK color model

#85416D color CMYK value is (0,51,18,48).

  • cyan value is 0.00%
  • magenta value is 51.13%
  • yellow value is 18.05%
  • key color value is 47.84%
CMYK:
(0,51,18,48)
C0M51Y18K48 
(0%,51%,18%,48%)
(0.00/0.51/0.18/0.48)	

CMYK percentages

%0
%51.13
%18.05
%47.84

Codes

Color #85416D in popluar color models

85416D
RGB13365109
HSL321°34.34%38.82%
HSB/HSV321°51.13%52.16%
CMYK0.00%51.13%18.05%
47.84%

Color #85416D in popluar number systems.

HEX85416D
Decimal13365109
Binary1000010110000011101101
Octal205101155

Shades and tints

Shades of #85416D

#85416D
(133,65,109)
#793C64
(121,60,100)
#6D375B
(109,55,91)
#613252
(97,50,82)
#552D49
(85,45,73)
#492840
(73,40,64)
#3D2337
(61,35,55)
#311E2E
(49,30,46)
#251925
(37,25,37)
#19141C
(25,20,28)
#0D0F13
(13,15,19)
#000000
(0,0,0)

Tints of #85416D

#85416D
(133,65,109)
#90527A
(144,82,122)
#9B6387
(155,99,135)
#A67494
(166,116,148)
#B185A1
(177,133,161)
#BC96AE
(188,150,174)
#C7A7BB
(199,167,187)
#D2B8C8
(210,184,200)
#DDC9D5
(221,201,213)
#E8DAE2
(232,218,226)
#F3EBEF
(243,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85416D color. Also use rgb(133,65,109) instead hex code.

Text Font Color

.myTextColor { color: #85416D; }

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

This text font color is #85416D.


Background Color

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

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

This div background color is #85416D.


Border color

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

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

This div border color is #85416D.


Opacity

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

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

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

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

This text has shadow with #85416D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85416D on black background.


Color preview on white background

This text has color #85416D on white background.



Black color preview on #85416D background

This text has black color on #85416D background.


White color preview on #85416D background

This text has white color on #85416D background.