COLOR #860052

HEX: #860052
RGB: (134,0,82)

Color info

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

RGB color model

#860052 color RGB value is (134,0,82).

  • red value is 134;
  • green value is 0;
  • blue value is 82.
RGB:
(134,0,82)
(53%,0%,32%)

RGB channels and saturation

R 134 of 255 = 53%
G 0 of 255 = 0%
B 82 of 255 = 32%

134
0
82

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

Portions of RGB colors in percentages

R + G + B =
134 + 0 + 82 = 216 (100%)
R 134 of 216 ~ 62.04%
G 0 of 216 ~ 0%
B 82 of 216 ~ 37.96%

%62.04
%37.96

CMYK color model

#860052 color CMYK value is (0,100,39,47).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 38.81%
  • key color value is 47.45%
CMYK:
(0,100,39,47)
C0M100Y39K47 
(0%,100%,39%,47%)
(0.00/1.00/0.39/0.47)	

CMYK percentages

%0
%100
%38.81
%47.45

Codes

Color #860052 in popluar color models

860052
RGB134082
HSL323°100.00%26.27%
HSB/HSV323°100.00%52.55%
CMYK0.00%100.00%38.81%
47.45%

Color #860052 in popluar number systems.

HEX860052
Decimal134082
Binary1000011001010010
Octal2060122

Shades and tints

Shades of #860052

#860052
(134,0,82)
#7A004B
(122,0,75)
#6E0044
(110,0,68)
#62003D
(98,0,61)
#560036
(86,0,54)
#4A002F
(74,0,47)
#3E0028
(62,0,40)
#320021
(50,0,33)
#26001A
(38,0,26)
#1A0013
(26,0,19)
#0E000C
(14,0,12)
#000000
(0,0,0)

Tints of #860052

#860052
(134,0,82)
#911761
(145,23,97)
#9C2E70
(156,46,112)
#A7457F
(167,69,127)
#B25C8E
(178,92,142)
#BD739D
(189,115,157)
#C88AAC
(200,138,172)
#D3A1BB
(211,161,187)
#DEB8CA
(222,184,202)
#E9CFD9
(233,207,217)
#F4E6E8
(244,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #860052 color. Also use rgb(134,0,82) instead hex code.

Text Font Color

.myTextColor { color: #860052; }

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

This text font color is #860052.


Background Color

.myBgColor { background-color: #860052; }

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

This div background color is #860052.


Border color

.myBorderColor { border: 1px solid #860052; }

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

This div border color is #860052.


Opacity

.myOpacity80 { color: #860052; opacity: 0.8; }

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

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

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

This text has shadow with #860052 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #860052 on black background.


Color preview on white background

This text has color #860052 on white background.



Black color preview on #860052 background

This text has black color on #860052 background.


White color preview on #860052 background

This text has white color on #860052 background.