COLOR #871368

HEX: #871368
RGB: (135,19,104)

Color info

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

RGB color model

#871368 color RGB value is (135,19,104).

  • red value is 135;
  • green value is 19;
  • blue value is 104.
RGB:
(135,19,104)
(53%,7%,41%)

RGB channels and saturation

R 135 of 255 = 53%
G 19 of 255 = 7%
B 104 of 255 = 41%

135
19
104

R + G + B ~ 34%. #871368 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 19 + 104 = 258 (100%)
R 135 of 258 ~ 52.33%
G 19 of 258 ~ 7.36%
B 104 of 258 ~ 40.31%

%52.33
%40.31

CMYK color model

#871368 color CMYK value is (0,86,23,47).

  • cyan value is 0.00%
  • magenta value is 85.93%
  • yellow value is 22.96%
  • key color value is 47.06%
CMYK:
(0,86,23,47)
C0M86Y23K47 
(0%,86%,23%,47%)
(0.00/0.86/0.23/0.47)	

CMYK percentages

%0
%85.93
%22.96
%47.06

Codes

Color #871368 in popluar color models

871368
RGB13519104
HSL316°75.32%30.20%
HSB/HSV316°85.93%52.94%
CMYK0.00%85.93%22.96%
47.06%

Color #871368 in popluar number systems.

HEX871368
Decimal13519104
Binary10000111100111101000
Octal20723150

Shades and tints

Shades of #871368

#871368
(135,19,104)
#7B125F
(123,18,95)
#6F1156
(111,17,86)
#63104D
(99,16,77)
#570F44
(87,15,68)
#4B0E3B
(75,14,59)
#3F0D32
(63,13,50)
#330C29
(51,12,41)
#270B20
(39,11,32)
#1B0A17
(27,10,23)
#0F090E
(15,9,14)
#000000
(0,0,0)

Tints of #871368

#871368
(135,19,104)
#912875
(145,40,117)
#9B3D82
(155,61,130)
#A5528F
(165,82,143)
#AF679C
(175,103,156)
#B97CA9
(185,124,169)
#C391B6
(195,145,182)
#CDA6C3
(205,166,195)
#D7BBD0
(215,187,208)
#E1D0DD
(225,208,221)
#EBE5EA
(235,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #871368 color. Also use rgb(135,19,104) instead hex code.

Text Font Color

.myTextColor { color: #871368; }

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

This text font color is #871368.


Background Color

.myBgColor { background-color: #871368; }

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

This div background color is #871368.


Border color

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

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

This div border color is #871368.


Opacity

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

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

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

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

This text has shadow with #871368 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #871368 on black background.


Color preview on white background

This text has color #871368 on white background.



Black color preview on #871368 background

This text has black color on #871368 background.


White color preview on #871368 background

This text has white color on #871368 background.