COLOR #73597F

HEX: #73597F RGB: (115,89,127)

Color info

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

RGB color model

#73597F color RGB value is (115,89,127).

RGB: (115,89,127) (45%, 35%, 50%)

RGB channels and saturation

R 115 of 255 = 45%
G 89 of 255 = 35%
B 127 of 255 = 50%

115
89
127

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

Portions of RGB colors in percentages

R + G + B = 115 + 89 + 127 = 331 (100%)
R 115 of 331 ~ 34.74%
G 89 of 331 ~ 26.89%
B 127 of 331 ~ 38.37'%

%34.74
%26.89
%38.37

CMYK color model

#73597F color CMYK value is (9,30,0,50).

  • cyan value is 9.45%
  • magenta value is 29.92%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (9,30,0,50)
C9M30Y0K50 (9%, 30%, 0%, 50%)
(0.09 / 0.30 / 0.00 / 0.50)

CMYK percentages

%9.45
%29.92
%0
%50.2

Codes

Color #73597F in popluar color models

73 59 7F
RGB 115 89 127
HSL 281° 17.59% 42.35%
HSB/HSV 281° 29.92% 49.80%
CMYK 9.45% 29.92% 0.00%
50.20%

Color #73597F in popluar number systems.

HEX 73 59 7F
Decimal 115 89 127
Binary 1110011 1011001 1111111
Octal 163 131 177

Shades and tints

Shades of #73597F

#73597F
(115,89,127)
#695174
(105,81,116)
#5F4969
(95,73,105)
#55415E
(85,65,94)
#4B3953
(75,57,83)
#413148
(65,49,72)
#37293D
(55,41,61)
#2D2132
(45,33,50)
#231927
(35,25,39)
#19111C
(25,17,28)
#0F0911
(15,9,17)
#000000
(0,0,0)

Tints of #73597F

#73597F
(115,89,127)
#7F688A
(127,104,138)
#8B7795
(139,119,149)
#9786A0
(151,134,160)
#A395AB
(163,149,171)
#AFA4B6
(175,164,182)
#BBB3C1
(187,179,193)
#C7C2CC
(199,194,204)
#D3D1D7
(211,209,215)
#DFE0E2
(223,224,226)
#EBEFED
(235,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73597F; }

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

This text font color is #73597F.

Background Color

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

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

This div background color is #73597F.

Border color

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

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

This div border color is #73597F.

Opacity

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

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

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

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

This text has shadow with #73597F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73597F.

Preview

Color preview on black background

This text has color #73597F on black background.


Color preview on white background

This text has color #73597F on white background.


Black color preview on #73597F background

This text has black color on #73597F background.


White color preview on #73597F background

This text has white color on #73597F background.


Related colors

Complementary color

Complementary color for #hex is #8CA680.


I love getcolorcode.com

Triadic colors

1 #7F7359 and #597F73 with #73597F are triadic colors.

2 #7F5973 and #59737F with #73597F are triadic colors.