COLOR #872973

HEX: #872973
RGB: (135,41,115)

Color info

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

RGB color model

#872973 color RGB value is (135,41,115).

  • red value is 135;
  • green value is 41;
  • blue value is 115.
RGB:
(135,41,115)
(53%,16%,45%)

RGB channels and saturation

R 135 of 255 = 53%
G 41 of 255 = 16%
B 115 of 255 = 45%

135
41
115

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

Portions of RGB colors in percentages

R + G + B =
135 + 41 + 115 = 291 (100%)
R 135 of 291 ~ 46.39%
G 41 of 291 ~ 14.09%
B 115 of 291 ~ 39.52%

%46.39
%14.09
%39.52

CMYK color model

#872973 color CMYK value is (0,70,15,47).

  • cyan value is 0.00%
  • magenta value is 69.63%
  • yellow value is 14.81%
  • key color value is 47.06%
CMYK:
(0,70,15,47)
C0M70Y15K47 
(0%,70%,15%,47%)
(0.00/0.70/0.15/0.47)	

CMYK percentages

%0
%69.63
%14.81
%47.06

Codes

Color #872973 in popluar color models

872973
RGB13541115
HSL313°53.41%34.51%
HSB/HSV313°69.63%52.94%
CMYK0.00%69.63%14.81%
47.06%

Color #872973 in popluar number systems.

HEX872973
Decimal13541115
Binary100001111010011110011
Octal20751163

Shades and tints

Shades of #872973

#872973
(135,41,115)
#7B2669
(123,38,105)
#6F235F
(111,35,95)
#632055
(99,32,85)
#571D4B
(87,29,75)
#4B1A41
(75,26,65)
#3F1737
(63,23,55)
#33142D
(51,20,45)
#271123
(39,17,35)
#1B0E19
(27,14,25)
#0F0B0F
(15,11,15)
#000000
(0,0,0)

Tints of #872973

#872973
(135,41,115)
#913C7F
(145,60,127)
#9B4F8B
(155,79,139)
#A56297
(165,98,151)
#AF75A3
(175,117,163)
#B988AF
(185,136,175)
#C39BBB
(195,155,187)
#CDAEC7
(205,174,199)
#D7C1D3
(215,193,211)
#E1D4DF
(225,212,223)
#EBE7EB
(235,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #872973 color. Also use rgb(135,41,115) instead hex code.

Text Font Color

.myTextColor { color: #872973; }

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

This text font color is #872973.


Background Color

.myBgColor { background-color: #872973; }

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

This div background color is #872973.


Border color

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

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

This div border color is #872973.


Opacity

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

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

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

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

This text has shadow with #872973 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #872973 on black background.


Color preview on white background

This text has color #872973 on white background.



Black color preview on #872973 background

This text has black color on #872973 background.


White color preview on #872973 background

This text has white color on #872973 background.