COLOR #7573A7

HEX: #7573A7
RGB: (117,115,167)

Color info

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

RGB color model

#7573A7 color RGB value is (117,115,167).

  • red value is 117;
  • green value is 115;
  • blue value is 167.
RGB:
(117,115,167)
(46%,45%,65%)

RGB channels and saturation

R 117 of 255 = 46%
G 115 of 255 = 45%
B 167 of 255 = 65%

117
115
167

R + G + B ~ 52%. #7573A7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 115 + 167 = 399 (100%)
R 117 of 399 ~ 29.32%
G 115 of 399 ~ 28.82%
B 167 of 399 ~ 41.85%

%29.32
%28.82
%41.85

CMYK color model

#7573A7 color CMYK value is (30,31,0,35).

  • cyan value is 29.94%
  • magenta value is 31.14%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(30,31,0,35)
C30M31Y0K35 
(30%,31%,0%,35%)
(0.30/0.31/0.00/0.35)	

CMYK percentages

%29.94
%31.14
%0
%34.51

Codes

Color #7573A7 in popluar color models

7573A7
RGB117115167
HSL242°22.81%55.29%
HSB/HSV242°31.14%65.49%
CMYK29.94%31.14%0.00%
34.51%

Color #7573A7 in popluar number systems.

HEX7573A7
Decimal117115167
Binary1110101111001110100111
Octal165163247

Shades and tints

Shades of #7573A7

#7573A7
(117,115,167)
#6B6998
(107,105,152)
#615F89
(97,95,137)
#57557A
(87,85,122)
#4D4B6B
(77,75,107)
#43415C
(67,65,92)
#39374D
(57,55,77)
#2F2D3E
(47,45,62)
#25232F
(37,35,47)
#1B1920
(27,25,32)
#110F11
(17,15,17)
#000000
(0,0,0)

Tints of #7573A7

#7573A7
(117,115,167)
#817FAF
(129,127,175)
#8D8BB7
(141,139,183)
#9997BF
(153,151,191)
#A5A3C7
(165,163,199)
#B1AFCF
(177,175,207)
#BDBBD7
(189,187,215)
#C9C7DF
(201,199,223)
#D5D3E7
(213,211,231)
#E1DFEF
(225,223,239)
#EDEBF7
(237,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7573A7 color. Also use rgb(117,115,167) instead hex code.

Text Font Color

.myTextColor { color: #7573A7; }

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

This text font color is #7573A7.


Background Color

.myBgColor { background-color: #7573A7; }

<div style="background-color:#7573A7">Inner text</div>

This div background color is #7573A7.


Border color

.myBorderColor { border: 1px solid #7573A7; }

<div style="border:3px solid #7573A7">Div</div>

This div border color is #7573A7.


Opacity

.myOpacity80 { color: #7573A7; opacity: 0.8; }

<p style="color:#7573A7;opacity:0.8;">80%</p>

Text with #7573A7 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 #7573A7;}

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

This text has shadow with #7573A7 color.

.textShadow {text-shadow: 3px 3px 1px #7573A7, 3px 3px 1px red;}

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

This text has shadow with #7573A7 primary color and red secondary color.


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

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

This text has shadow with #7573A7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7573A7 on black background.


Color preview on white background

This text has color #7573A7 on white background.



Black color preview on #7573A7 background

This text has black color on #7573A7 background.


White color preview on #7573A7 background

This text has white color on #7573A7 background.