COLOR #73588B

HEX: #73588B
RGB: (115,88,139)

Color info

#73588B contains red, green and blue colors in about the same proportion. Web safe color of #73588B is #666699 (or #669).

RGB color model

#73588B color RGB value is (115,88,139).

  • red value is 115;
  • green value is 88;
  • blue value is 139.
RGB:
(115,88,139)
(45%,35%,55%)

RGB channels and saturation

R 115 of 255 = 45%
G 88 of 255 = 35%
B 139 of 255 = 55%

115
88
139

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

Portions of RGB colors in percentages

R + G + B =
115 + 88 + 139 = 342 (100%)
R 115 of 342 ~ 33.63%
G 88 of 342 ~ 25.73%
B 139 of 342 ~ 40.64%

%33.63
%25.73
%40.64

CMYK color model

#73588B color CMYK value is (17,37,0,45).

  • cyan value is 17.27%
  • magenta value is 36.69%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(17,37,0,45)
C17M37Y0K45 
(17%,37%,0%,45%)
(0.17/0.37/0.00/0.45)	

CMYK percentages

%17.27
%36.69
%0
%45.49

Codes

Color #73588B in popluar color models

73588B
RGB11588139
HSL272°22.47%44.51%
HSB/HSV272°36.69%54.51%
CMYK17.27%36.69%0.00%
45.49%

Color #73588B in popluar number systems.

HEX73588B
Decimal11588139
Binary1110011101100010001011
Octal163130213

Shades and tints

Shades of #73588B

#73588B
(115,88,139)
#69507F
(105,80,127)
#5F4873
(95,72,115)
#554067
(85,64,103)
#4B385B
(75,56,91)
#41304F
(65,48,79)
#372843
(55,40,67)
#2D2037
(45,32,55)
#23182B
(35,24,43)
#19101F
(25,16,31)
#0F0813
(15,8,19)
#000000
(0,0,0)

Tints of #73588B

#73588B
(115,88,139)
#7F6795
(127,103,149)
#8B769F
(139,118,159)
#9785A9
(151,133,169)
#A394B3
(163,148,179)
#AFA3BD
(175,163,189)
#BBB2C7
(187,178,199)
#C7C1D1
(199,193,209)
#D3D0DB
(211,208,219)
#DFDFE5
(223,223,229)
#EBEEEF
(235,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73588B color. Also use rgb(115,88,139) instead hex code.

Text Font Color

.myTextColor { color: #73588B; }

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

This text font color is #73588B.


Background Color

.myBgColor { background-color: #73588B; }

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

This div background color is #73588B.


Border color

.myBorderColor { border: 1px solid #73588B; }

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

This div border color is #73588B.


Opacity

.myOpacity80 { color: #73588B; opacity: 0.8; }

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

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

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

This text has shadow with #73588B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73588B on black background.


Color preview on white background

This text has color #73588B on white background.



Black color preview on #73588B background

This text has black color on #73588B background.


White color preview on #73588B background

This text has white color on #73588B background.