COLOR #7594A5

HEX: #7594A5
RGB: (117,148,165)

Color info

#7594A5 contains red, green and blue colors in about the same proportion. Web safe color of #7594A5 is #669999 (or #699).

RGB color model

#7594A5 color RGB value is (117,148,165).

  • red value is 117;
  • green value is 148;
  • blue value is 165.
RGB:
(117,148,165)
(46%,58%,65%)

RGB channels and saturation

R 117 of 255 = 46%
G 148 of 255 = 58%
B 165 of 255 = 65%

117
148
165

R + G + B ~ 56%. #7594A5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 148 + 165 = 430 (100%)
R 117 of 430 ~ 27.21%
G 148 of 430 ~ 34.42%
B 165 of 430 ~ 38.37%

%27.21
%34.42
%38.37

CMYK color model

#7594A5 color CMYK value is (29,10,0,35).

  • cyan value is 29.09%
  • magenta value is 10.30%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(29,10,0,35)
C29M10Y0K35 
(29%,10%,0%,35%)
(0.29/0.10/0.00/0.35)	

CMYK percentages

%29.09
%10.3
%0
%35.29

Codes

Color #7594A5 in popluar color models

7594A5
RGB117148165
HSL201°21.05%55.29%
HSB/HSV201°29.09%64.71%
CMYK29.09%10.30%0.00%
35.29%

Color #7594A5 in popluar number systems.

HEX7594A5
Decimal117148165
Binary11101011001010010100101
Octal165224245

Shades and tints

Shades of #7594A5

#7594A5
(117,148,165)
#6B8796
(107,135,150)
#617A87
(97,122,135)
#576D78
(87,109,120)
#4D6069
(77,96,105)
#43535A
(67,83,90)
#39464B
(57,70,75)
#2F393C
(47,57,60)
#252C2D
(37,44,45)
#1B1F1E
(27,31,30)
#11120F
(17,18,15)
#000000
(0,0,0)

Tints of #7594A5

#7594A5
(117,148,165)
#819DAD
(129,157,173)
#8DA6B5
(141,166,181)
#99AFBD
(153,175,189)
#A5B8C5
(165,184,197)
#B1C1CD
(177,193,205)
#BDCAD5
(189,202,213)
#C9D3DD
(201,211,221)
#D5DCE5
(213,220,229)
#E1E5ED
(225,229,237)
#EDEEF5
(237,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7594A5 color. Also use rgb(117,148,165) instead hex code.

Text Font Color

.myTextColor { color: #7594A5; }

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

This text font color is #7594A5.


Background Color

.myBgColor { background-color: #7594A5; }

<div style="background-color:#7594A5">Inner text</div>

This div background color is #7594A5.


Border color

.myBorderColor { border: 1px solid #7594A5; }

<div style="border:3px solid #7594A5">Div</div>

This div border color is #7594A5.


Opacity

.myOpacity80 { color: #7594A5; opacity: 0.8; }

<p style="color:#7594A5;opacity:0.8;">80%</p>

Text with #7594A5 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 #7594A5;}

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

This text has shadow with #7594A5 color.

.textShadow {text-shadow: 3px 3px 1px #7594A5, 3px 3px 1px red;}

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

This text has shadow with #7594A5 primary color and red secondary color.


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

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

This text has shadow with #7594A5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7594A5 on black background.


Color preview on white background

This text has color #7594A5 on white background.



Black color preview on #7594A5 background

This text has black color on #7594A5 background.


White color preview on #7594A5 background

This text has white color on #7594A5 background.