COLOR #873672

HEX: #873672
RGB: (135,54,114)

Color info

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

RGB color model

#873672 color RGB value is (135,54,114).

  • red value is 135;
  • green value is 54;
  • blue value is 114.
RGB:
(135,54,114)
(53%,21%,45%)

RGB channels and saturation

R 135 of 255 = 53%
G 54 of 255 = 21%
B 114 of 255 = 45%

135
54
114

R + G + B ~ 40%. #873672 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 54 + 114 = 303 (100%)
R 135 of 303 ~ 44.55%
G 54 of 303 ~ 17.82%
B 114 of 303 ~ 37.62%

%44.55
%17.82
%37.62

CMYK color model

#873672 color CMYK value is (0,60,16,47).

  • cyan value is 0.00%
  • magenta value is 60.00%
  • yellow value is 15.56%
  • key color value is 47.06%
CMYK:
(0,60,16,47)
C0M60Y16K47 
(0%,60%,16%,47%)
(0.00/0.60/0.16/0.47)	

CMYK percentages

%0
%60
%15.56
%47.06

Codes

Color #873672 in popluar color models

873672
RGB13554114
HSL316°42.86%37.06%
HSB/HSV316°60.00%52.94%
CMYK0.00%60.00%15.56%
47.06%

Color #873672 in popluar number systems.

HEX873672
Decimal13554114
Binary100001111101101110010
Octal20766162

Shades and tints

Shades of #873672

#873672
(135,54,114)
#7B3268
(123,50,104)
#6F2E5E
(111,46,94)
#632A54
(99,42,84)
#57264A
(87,38,74)
#4B2240
(75,34,64)
#3F1E36
(63,30,54)
#331A2C
(51,26,44)
#271622
(39,22,34)
#1B1218
(27,18,24)
#0F0E0E
(15,14,14)
#000000
(0,0,0)

Tints of #873672

#873672
(135,54,114)
#91487E
(145,72,126)
#9B5A8A
(155,90,138)
#A56C96
(165,108,150)
#AF7EA2
(175,126,162)
#B990AE
(185,144,174)
#C3A2BA
(195,162,186)
#CDB4C6
(205,180,198)
#D7C6D2
(215,198,210)
#E1D8DE
(225,216,222)
#EBEAEA
(235,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #873672 color. Also use rgb(135,54,114) instead hex code.

Text Font Color

.myTextColor { color: #873672; }

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

This text font color is #873672.


Background Color

.myBgColor { background-color: #873672; }

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

This div background color is #873672.


Border color

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

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

This div border color is #873672.


Opacity

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

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

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

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

This text has shadow with #873672 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #873672 on black background.


Color preview on white background

This text has color #873672 on white background.



Black color preview on #873672 background

This text has black color on #873672 background.


White color preview on #873672 background

This text has white color on #873672 background.