COLOR #7595A2

HEX: #7595A2
RGB: (117,149,162)

Color info

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

RGB color model

#7595A2 color RGB value is (117,149,162).

  • red value is 117;
  • green value is 149;
  • blue value is 162.
RGB:
(117,149,162)
(46%,58%,64%)

RGB channels and saturation

R 117 of 255 = 46%
G 149 of 255 = 58%
B 162 of 255 = 64%

117
149
162

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

Portions of RGB colors in percentages

R + G + B =
117 + 149 + 162 = 428 (100%)
R 117 of 428 ~ 27.34%
G 149 of 428 ~ 34.81%
B 162 of 428 ~ 37.85%

%27.34
%34.81
%37.85

CMYK color model

#7595A2 color CMYK value is (28,8,0,36).

  • cyan value is 27.78%
  • magenta value is 8.02%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(28,8,0,36)
C28M8Y0K36 
(28%,8%,0%,36%)
(0.28/0.08/0.00/0.36)	

CMYK percentages

%27.78
%8.02
%0
%36.47

Codes

Color #7595A2 in popluar color models

7595A2
RGB117149162
HSL197°19.48%54.71%
HSB/HSV197°27.78%63.53%
CMYK27.78%8.02%0.00%
36.47%

Color #7595A2 in popluar number systems.

HEX7595A2
Decimal117149162
Binary11101011001010110100010
Octal165225242

Shades and tints

Shades of #7595A2

#7595A2
(117,149,162)
#6B8894
(107,136,148)
#617B86
(97,123,134)
#576E78
(87,110,120)
#4D616A
(77,97,106)
#43545C
(67,84,92)
#39474E
(57,71,78)
#2F3A40
(47,58,64)
#252D32
(37,45,50)
#1B2024
(27,32,36)
#111316
(17,19,22)
#000000
(0,0,0)

Tints of #7595A2

#7595A2
(117,149,162)
#819EAA
(129,158,170)
#8DA7B2
(141,167,178)
#99B0BA
(153,176,186)
#A5B9C2
(165,185,194)
#B1C2CA
(177,194,202)
#BDCBD2
(189,203,210)
#C9D4DA
(201,212,218)
#D5DDE2
(213,221,226)
#E1E6EA
(225,230,234)
#EDEFF2
(237,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7595A2 color. Also use rgb(117,149,162) instead hex code.

Text Font Color

.myTextColor { color: #7595A2; }

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

This text font color is #7595A2.


Background Color

.myBgColor { background-color: #7595A2; }

<div style="background-color:#7595A2">Inner text</div>

This div background color is #7595A2.


Border color

.myBorderColor { border: 1px solid #7595A2; }

<div style="border:3px solid #7595A2">Div</div>

This div border color is #7595A2.


Opacity

.myOpacity80 { color: #7595A2; opacity: 0.8; }

<p style="color:#7595A2;opacity:0.8;">80%</p>

Text with #7595A2 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 #7595A2;}

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

This text has shadow with #7595A2 color.

.textShadow {text-shadow: 3px 3px 1px #7595A2, 3px 3px 1px red;}

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

This text has shadow with #7595A2 primary color and red secondary color.


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

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

This text has shadow with #7595A2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7595A2 on black background.


Color preview on white background

This text has color #7595A2 on white background.



Black color preview on #7595A2 background

This text has black color on #7595A2 background.


White color preview on #7595A2 background

This text has white color on #7595A2 background.