COLOR #73517F

HEX: #73517F
RGB: (115,81,127)

Color info

#73517F contains red, green and blue colors in about the same proportion. Web safe color of #73517F is #666666 (or #666).

RGB color model

#73517F color RGB value is (115,81,127).

  • red value is 115;
  • green value is 81;
  • blue value is 127.
RGB:
(115,81,127)
(45%,32%,50%)

RGB channels and saturation

R 115 of 255 = 45%
G 81 of 255 = 32%
B 127 of 255 = 50%

115
81
127

R + G + B ~ 42%. #73517F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 81 + 127 = 323 (100%)
R 115 of 323 ~ 35.6%
G 81 of 323 ~ 25.08%
B 127 of 323 ~ 39.32%

%35.6
%25.08
%39.32

CMYK color model

#73517F color CMYK value is (9,36,0,50).

  • cyan value is 9.45%
  • magenta value is 36.22%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(9,36,0,50)
C9M36Y0K50 
(9%,36%,0%,50%)
(0.09/0.36/0.00/0.50)	

CMYK percentages

%9.45
%36.22
%0
%50.2

Codes

Color #73517F in popluar color models

73517F
RGB11581127
HSL284°22.12%40.78%
HSB/HSV284°36.22%49.80%
CMYK9.45%36.22%0.00%
50.20%

Color #73517F in popluar number systems.

HEX73517F
Decimal11581127
Binary111001110100011111111
Octal163121177

Shades and tints

Shades of #73517F

#73517F
(115,81,127)
#694A74
(105,74,116)
#5F4369
(95,67,105)
#553C5E
(85,60,94)
#4B3553
(75,53,83)
#412E48
(65,46,72)
#37273D
(55,39,61)
#2D2032
(45,32,50)
#231927
(35,25,39)
#19121C
(25,18,28)
#0F0B11
(15,11,17)
#000000
(0,0,0)

Tints of #73517F

#73517F
(115,81,127)
#7F608A
(127,96,138)
#8B6F95
(139,111,149)
#977EA0
(151,126,160)
#A38DAB
(163,141,171)
#AF9CB6
(175,156,182)
#BBABC1
(187,171,193)
#C7BACC
(199,186,204)
#D3C9D7
(211,201,215)
#DFD8E2
(223,216,226)
#EBE7ED
(235,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73517F color. Also use rgb(115,81,127) instead hex code.

Text Font Color

.myTextColor { color: #73517F; }

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

This text font color is #73517F.


Background Color

.myBgColor { background-color: #73517F; }

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

This div background color is #73517F.


Border color

.myBorderColor { border: 1px solid #73517F; }

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

This div border color is #73517F.


Opacity

.myOpacity80 { color: #73517F; opacity: 0.8; }

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

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

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

This text has shadow with #73517F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73517F on black background.


Color preview on white background

This text has color #73517F on white background.



Black color preview on #73517F background

This text has black color on #73517F background.


White color preview on #73517F background

This text has white color on #73517F background.