COLOR #85004E

HEX: #85004E
RGB: (133,0,78)

Color info

#85004E contains only red and blue colors. Web safe color of #85004E is #990066 (or #906).

RGB color model

#85004E color RGB value is (133,0,78).

  • red value is 133;
  • green value is 0;
  • blue value is 78.
RGB:
(133,0,78)
(52%,0%,31%)

RGB channels and saturation

R 133 of 255 = 52%
G 0 of 255 = 0%
B 78 of 255 = 31%

133
0
78

R + G + B ~ 28%. #85004E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 0 + 78 = 211 (100%)
R 133 of 211 ~ 63.03%
G 0 of 211 ~ 0%
B 78 of 211 ~ 36.97%

%63.03
%36.97

CMYK color model

#85004E color CMYK value is (0,100,41,48).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 41.35%
  • key color value is 47.84%
CMYK:
(0,100,41,48)
C0M100Y41K48 
(0%,100%,41%,48%)
(0.00/1.00/0.41/0.48)	

CMYK percentages

%0
%100
%41.35
%47.84

Codes

Color #85004E in popluar color models

85004E
RGB133078
HSL325°100.00%26.08%
HSB/HSV325°100.00%52.16%
CMYK0.00%100.00%41.35%
47.84%

Color #85004E in popluar number systems.

HEX85004E
Decimal133078
Binary1000010101001110
Octal2050116

Shades and tints

Shades of #85004E

#85004E
(133,0,78)
#790047
(121,0,71)
#6D0040
(109,0,64)
#610039
(97,0,57)
#550032
(85,0,50)
#49002B
(73,0,43)
#3D0024
(61,0,36)
#31001D
(49,0,29)
#250016
(37,0,22)
#19000F
(25,0,15)
#0D0008
(13,0,8)
#000000
(0,0,0)

Tints of #85004E

#85004E
(133,0,78)
#90175E
(144,23,94)
#9B2E6E
(155,46,110)
#A6457E
(166,69,126)
#B15C8E
(177,92,142)
#BC739E
(188,115,158)
#C78AAE
(199,138,174)
#D2A1BE
(210,161,190)
#DDB8CE
(221,184,206)
#E8CFDE
(232,207,222)
#F3E6EE
(243,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85004E color. Also use rgb(133,0,78) instead hex code.

Text Font Color

.myTextColor { color: #85004E; }

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

This text font color is #85004E.


Background Color

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

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

This div background color is #85004E.


Border color

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

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

This div border color is #85004E.


Opacity

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

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

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

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

This text has shadow with #85004E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85004E on black background.


Color preview on white background

This text has color #85004E on white background.



Black color preview on #85004E background

This text has black color on #85004E background.


White color preview on #85004E background

This text has white color on #85004E background.