COLOR #873372

HEX: #873372
RGB: (135,51,114)

Color info

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

RGB color model

#873372 color RGB value is (135,51,114).

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

RGB channels and saturation

R 135 of 255 = 53%
G 51 of 255 = 20%
B 114 of 255 = 45%

135
51
114

R + G + B ~ 39%. #873372 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 51 + 114 = 300 (100%)
R 135 of 300 ~ 45%
G 51 of 300 ~ 17%
B 114 of 300 ~ 38%

%45
%17
%38

CMYK color model

#873372 color CMYK value is (0,62,16,47).

  • cyan value is 0.00%
  • magenta value is 62.22%
  • yellow value is 15.56%
  • key color value is 47.06%
CMYK:
(0,62,16,47)
C0M62Y16K47 
(0%,62%,16%,47%)
(0.00/0.62/0.16/0.47)	

CMYK percentages

%0
%62.22
%15.56
%47.06

Codes

Color #873372 in popluar color models

873372
RGB13551114
HSL315°45.16%36.47%
HSB/HSV315°62.22%52.94%
CMYK0.00%62.22%15.56%
47.06%

Color #873372 in popluar number systems.

HEX873372
Decimal13551114
Binary100001111100111110010
Octal20763162

Shades and tints

Shades of #873372

#873372
(135,51,114)
#7B2F68
(123,47,104)
#6F2B5E
(111,43,94)
#632754
(99,39,84)
#57234A
(87,35,74)
#4B1F40
(75,31,64)
#3F1B36
(63,27,54)
#33172C
(51,23,44)
#271322
(39,19,34)
#1B0F18
(27,15,24)
#0F0B0E
(15,11,14)
#000000
(0,0,0)

Tints of #873372

#873372
(135,51,114)
#91457E
(145,69,126)
#9B578A
(155,87,138)
#A56996
(165,105,150)
#AF7BA2
(175,123,162)
#B98DAE
(185,141,174)
#C39FBA
(195,159,186)
#CDB1C6
(205,177,198)
#D7C3D2
(215,195,210)
#E1D5DE
(225,213,222)
#EBE7EA
(235,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #873372; }

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

This text font color is #873372.


Background Color

.myBgColor { background-color: #873372; }

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

This div background color is #873372.


Border color

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

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

This div border color is #873372.


Opacity

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

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

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

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

This text has shadow with #873372 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #873372 on black background.


Color preview on white background

This text has color #873372 on white background.



Black color preview on #873372 background

This text has black color on #873372 background.


White color preview on #873372 background

This text has white color on #873372 background.