COLOR #73587C

HEX: #73587C
RGB: (115,88,124)

Color info

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

RGB color model

#73587C color RGB value is (115,88,124).

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

RGB channels and saturation

R 115 of 255 = 45%
G 88 of 255 = 35%
B 124 of 255 = 49%

115
88
124

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

Portions of RGB colors in percentages

R + G + B =
115 + 88 + 124 = 327 (100%)
R 115 of 327 ~ 35.17%
G 88 of 327 ~ 26.91%
B 124 of 327 ~ 37.92%

%35.17
%26.91
%37.92

CMYK color model

#73587C color CMYK value is (7,29,0,51).

  • cyan value is 7.26%
  • magenta value is 29.03%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(7,29,0,51)
C7M29Y0K51 
(7%,29%,0%,51%)
(0.07/0.29/0.00/0.51)	

CMYK percentages

%7.26
%29.03
%0
%51.37

Codes

Color #73587C in popluar color models

73587C
RGB11588124
HSL285°16.98%41.57%
HSB/HSV285°29.03%48.63%
CMYK7.26%29.03%0.00%
51.37%

Color #73587C in popluar number systems.

HEX73587C
Decimal11588124
Binary111001110110001111100
Octal163130174

Shades and tints

Shades of #73587C

#73587C
(115,88,124)
#695071
(105,80,113)
#5F4866
(95,72,102)
#55405B
(85,64,91)
#4B3850
(75,56,80)
#413045
(65,48,69)
#37283A
(55,40,58)
#2D202F
(45,32,47)
#231824
(35,24,36)
#191019
(25,16,25)
#0F080E
(15,8,14)
#000000
(0,0,0)

Tints of #73587C

#73587C
(115,88,124)
#7F6787
(127,103,135)
#8B7692
(139,118,146)
#97859D
(151,133,157)
#A394A8
(163,148,168)
#AFA3B3
(175,163,179)
#BBB2BE
(187,178,190)
#C7C1C9
(199,193,201)
#D3D0D4
(211,208,212)
#DFDFDF
(223,223,223)
#EBEEEA
(235,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73587C color. Also use rgb(115,88,124) instead hex code.

Text Font Color

.myTextColor { color: #73587C; }

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

This text font color is #73587C.


Background Color

.myBgColor { background-color: #73587C; }

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

This div background color is #73587C.


Border color

.myBorderColor { border: 1px solid #73587C; }

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

This div border color is #73587C.


Opacity

.myOpacity80 { color: #73587C; opacity: 0.8; }

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

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

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

This text has shadow with #73587C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73587C on black background.


Color preview on white background

This text has color #73587C on white background.



Black color preview on #73587C background

This text has black color on #73587C background.


White color preview on #73587C background

This text has white color on #73587C background.