COLOR #872468

HEX: #872468
RGB: (135,36,104)

Color info

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

RGB color model

#872468 color RGB value is (135,36,104).

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

RGB channels and saturation

R 135 of 255 = 53%
G 36 of 255 = 14%
B 104 of 255 = 41%

135
36
104

R + G + B ~ 36%. #872468 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 36 + 104 = 275 (100%)
R 135 of 275 ~ 49.09%
G 36 of 275 ~ 13.09%
B 104 of 275 ~ 37.82%

%49.09
%13.09
%37.82

CMYK color model

#872468 color CMYK value is (0,73,23,47).

  • cyan value is 0.00%
  • magenta value is 73.33%
  • yellow value is 22.96%
  • key color value is 47.06%
CMYK:
(0,73,23,47)
C0M73Y23K47 
(0%,73%,23%,47%)
(0.00/0.73/0.23/0.47)	

CMYK percentages

%0
%73.33
%22.96
%47.06

Codes

Color #872468 in popluar color models

872468
RGB13536104
HSL319°57.89%33.53%
HSB/HSV319°73.33%52.94%
CMYK0.00%73.33%22.96%
47.06%

Color #872468 in popluar number systems.

HEX872468
Decimal13536104
Binary100001111001001101000
Octal20744150

Shades and tints

Shades of #872468

#872468
(135,36,104)
#7B215F
(123,33,95)
#6F1E56
(111,30,86)
#631B4D
(99,27,77)
#571844
(87,24,68)
#4B153B
(75,21,59)
#3F1232
(63,18,50)
#330F29
(51,15,41)
#270C20
(39,12,32)
#1B0917
(27,9,23)
#0F060E
(15,6,14)
#000000
(0,0,0)

Tints of #872468

#872468
(135,36,104)
#913775
(145,55,117)
#9B4A82
(155,74,130)
#A55D8F
(165,93,143)
#AF709C
(175,112,156)
#B983A9
(185,131,169)
#C396B6
(195,150,182)
#CDA9C3
(205,169,195)
#D7BCD0
(215,188,208)
#E1CFDD
(225,207,221)
#EBE2EA
(235,226,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #872468; }

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

This text font color is #872468.


Background Color

.myBgColor { background-color: #872468; }

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

This div background color is #872468.


Border color

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

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

This div border color is #872468.


Opacity

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

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

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

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

This text has shadow with #872468 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #872468 on black background.


Color preview on white background

This text has color #872468 on white background.



Black color preview on #872468 background

This text has black color on #872468 background.


White color preview on #872468 background

This text has white color on #872468 background.