COLOR #85064D

HEX: #85064D
RGB: (133,6,77)

Color info

#85064D contains mainly red and blue colors. Web safe color of #85064D is #990033 (or #903).

RGB color model

#85064D color RGB value is (133,6,77).

  • red value is 133;
  • green value is 6;
  • blue value is 77.
RGB:
(133,6,77)
(52%,2%,30%)

RGB channels and saturation

R 133 of 255 = 52%
G 6 of 255 = 2%
B 77 of 255 = 30%

133
6
77

R + G + B ~ 28%. #85064D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 6 + 77 = 216 (100%)
R 133 of 216 ~ 61.57%
G 6 of 216 ~ 2.78%
B 77 of 216 ~ 35.65%

%61.57
%35.65

CMYK color model

#85064D color CMYK value is (0,95,42,48).

  • cyan value is 0.00%
  • magenta value is 95.49%
  • yellow value is 42.11%
  • key color value is 47.84%
CMYK:
(0,95,42,48)
C0M95Y42K48 
(0%,95%,42%,48%)
(0.00/0.95/0.42/0.48)	

CMYK percentages

%0
%95.49
%42.11
%47.84

Codes

Color #85064D in popluar color models

85064D
RGB133677
HSL326°91.37%27.25%
HSB/HSV326°95.49%52.16%
CMYK0.00%95.49%42.11%
47.84%

Color #85064D in popluar number systems.

HEX85064D
Decimal133677
Binary100001011101001101
Octal2056115

Shades and tints

Shades of #85064D

#85064D
(133,6,77)
#790646
(121,6,70)
#6D063F
(109,6,63)
#610638
(97,6,56)
#550631
(85,6,49)
#49062A
(73,6,42)
#3D0623
(61,6,35)
#31061C
(49,6,28)
#250615
(37,6,21)
#19060E
(25,6,14)
#0D0607
(13,6,7)
#000000
(0,0,0)

Tints of #85064D

#85064D
(133,6,77)
#901C5D
(144,28,93)
#9B326D
(155,50,109)
#A6487D
(166,72,125)
#B15E8D
(177,94,141)
#BC749D
(188,116,157)
#C78AAD
(199,138,173)
#D2A0BD
(210,160,189)
#DDB6CD
(221,182,205)
#E8CCDD
(232,204,221)
#F3E2ED
(243,226,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85064D color. Also use rgb(133,6,77) instead hex code.

Text Font Color

.myTextColor { color: #85064D; }

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

This text font color is #85064D.


Background Color

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

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

This div background color is #85064D.


Border color

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

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

This div border color is #85064D.


Opacity

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

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

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

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

This text has shadow with #85064D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85064D on black background.


Color preview on white background

This text has color #85064D on white background.



Black color preview on #85064D background

This text has black color on #85064D background.


White color preview on #85064D background

This text has white color on #85064D background.