COLOR #73557F

HEX: #73557F
RGB: (115,85,127)

Color info

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

RGB color model

#73557F color RGB value is (115,85,127).

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

RGB channels and saturation

R 115 of 255 = 45%
G 85 of 255 = 33%
B 127 of 255 = 50%

115
85
127

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

Portions of RGB colors in percentages

R + G + B =
115 + 85 + 127 = 327 (100%)
R 115 of 327 ~ 35.17%
G 85 of 327 ~ 25.99%
B 127 of 327 ~ 38.84%

%35.17
%25.99
%38.84

CMYK color model

#73557F color CMYK value is (9,33,0,50).

  • cyan value is 9.45%
  • magenta value is 33.07%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(9,33,0,50)
C9M33Y0K50 
(9%,33%,0%,50%)
(0.09/0.33/0.00/0.50)	

CMYK percentages

%9.45
%33.07
%0
%50.2

Codes

Color #73557F in popluar color models

73557F
RGB11585127
HSL283°19.81%41.57%
HSB/HSV283°33.07%49.80%
CMYK9.45%33.07%0.00%
50.20%

Color #73557F in popluar number systems.

HEX73557F
Decimal11585127
Binary111001110101011111111
Octal163125177

Shades and tints

Shades of #73557F

#73557F
(115,85,127)
#694E74
(105,78,116)
#5F4769
(95,71,105)
#55405E
(85,64,94)
#4B3953
(75,57,83)
#413248
(65,50,72)
#372B3D
(55,43,61)
#2D2432
(45,36,50)
#231D27
(35,29,39)
#19161C
(25,22,28)
#0F0F11
(15,15,17)
#000000
(0,0,0)

Tints of #73557F

#73557F
(115,85,127)
#7F648A
(127,100,138)
#8B7395
(139,115,149)
#9782A0
(151,130,160)
#A391AB
(163,145,171)
#AFA0B6
(175,160,182)
#BBAFC1
(187,175,193)
#C7BECC
(199,190,204)
#D3CDD7
(211,205,215)
#DFDCE2
(223,220,226)
#EBEBED
(235,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73557F; }

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

This text font color is #73557F.


Background Color

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

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

This div background color is #73557F.


Border color

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

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

This div border color is #73557F.


Opacity

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

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

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

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

This text has shadow with #73557F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73557F on black background.


Color preview on white background

This text has color #73557F on white background.



Black color preview on #73557F background

This text has black color on #73557F background.


White color preview on #73557F background

This text has white color on #73557F background.