COLOR #862475

HEX: #862475
RGB: (134,36,117)

Color info

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

RGB color model

#862475 color RGB value is (134,36,117).

  • red value is 134;
  • green value is 36;
  • blue value is 117.
RGB:
(134,36,117)
(53%,14%,46%)

RGB channels and saturation

R 134 of 255 = 53%
G 36 of 255 = 14%
B 117 of 255 = 46%

134
36
117

R + G + B ~ 38%. #862475 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
134 + 36 + 117 = 287 (100%)
R 134 of 287 ~ 46.69%
G 36 of 287 ~ 12.54%
B 117 of 287 ~ 40.77%

%46.69
%12.54
%40.77

CMYK color model

#862475 color CMYK value is (0,73,13,47).

  • cyan value is 0.00%
  • magenta value is 73.13%
  • yellow value is 12.69%
  • key color value is 47.45%
CMYK:
(0,73,13,47)
C0M73Y13K47 
(0%,73%,13%,47%)
(0.00/0.73/0.13/0.47)	

CMYK percentages

%0
%73.13
%12.69
%47.45

Codes

Color #862475 in popluar color models

862475
RGB13436117
HSL310°57.65%33.33%
HSB/HSV310°73.13%52.55%
CMYK0.00%73.13%12.69%
47.45%

Color #862475 in popluar number systems.

HEX862475
Decimal13436117
Binary100001101001001110101
Octal20644165

Shades and tints

Shades of #862475

#862475
(134,36,117)
#7A216B
(122,33,107)
#6E1E61
(110,30,97)
#621B57
(98,27,87)
#56184D
(86,24,77)
#4A1543
(74,21,67)
#3E1239
(62,18,57)
#320F2F
(50,15,47)
#260C25
(38,12,37)
#1A091B
(26,9,27)
#0E0611
(14,6,17)
#000000
(0,0,0)

Tints of #862475

#862475
(134,36,117)
#913781
(145,55,129)
#9C4A8D
(156,74,141)
#A75D99
(167,93,153)
#B270A5
(178,112,165)
#BD83B1
(189,131,177)
#C896BD
(200,150,189)
#D3A9C9
(211,169,201)
#DEBCD5
(222,188,213)
#E9CFE1
(233,207,225)
#F4E2ED
(244,226,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #862475 color. Also use rgb(134,36,117) instead hex code.

Text Font Color

.myTextColor { color: #862475; }

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

This text font color is #862475.


Background Color

.myBgColor { background-color: #862475; }

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

This div background color is #862475.


Border color

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

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

This div border color is #862475.


Opacity

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

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

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

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

This text has shadow with #862475 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #862475 on black background.


Color preview on white background

This text has color #862475 on white background.



Black color preview on #862475 background

This text has black color on #862475 background.


White color preview on #862475 background

This text has white color on #862475 background.