COLOR #7595A1

HEX: #7595A1
RGB: (117,149,161)

Color info

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

RGB color model

#7595A1 color RGB value is (117,149,161).

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

RGB channels and saturation

R 117 of 255 = 46%
G 149 of 255 = 58%
B 161 of 255 = 63%

117
149
161

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

Portions of RGB colors in percentages

R + G + B =
117 + 149 + 161 = 427 (100%)
R 117 of 427 ~ 27.4%
G 149 of 427 ~ 34.89%
B 161 of 427 ~ 37.7%

%27.4
%34.89
%37.7

CMYK color model

#7595A1 color CMYK value is (27,7,0,37).

  • cyan value is 27.33%
  • magenta value is 7.45%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(27,7,0,37)
C27M7Y0K37 
(27%,7%,0%,37%)
(0.27/0.07/0.00/0.37)	

CMYK percentages

%27.33
%7.45
%0
%36.86

Codes

Color #7595A1 in popluar color models

7595A1
RGB117149161
HSL196°18.97%54.51%
HSB/HSV196°27.33%63.14%
CMYK27.33%7.45%0.00%
36.86%

Color #7595A1 in popluar number systems.

HEX7595A1
Decimal117149161
Binary11101011001010110100001
Octal165225241

Shades and tints

Shades of #7595A1

#7595A1
(117,149,161)
#6B8893
(107,136,147)
#617B85
(97,123,133)
#576E77
(87,110,119)
#4D6169
(77,97,105)
#43545B
(67,84,91)
#39474D
(57,71,77)
#2F3A3F
(47,58,63)
#252D31
(37,45,49)
#1B2023
(27,32,35)
#111315
(17,19,21)
#000000
(0,0,0)

Tints of #7595A1

#7595A1
(117,149,161)
#819EA9
(129,158,169)
#8DA7B1
(141,167,177)
#99B0B9
(153,176,185)
#A5B9C1
(165,185,193)
#B1C2C9
(177,194,201)
#BDCBD1
(189,203,209)
#C9D4D9
(201,212,217)
#D5DDE1
(213,221,225)
#E1E6E9
(225,230,233)
#EDEFF1
(237,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7595A1; }

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

This text font color is #7595A1.


Background Color

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

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

This div background color is #7595A1.


Border color

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

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

This div border color is #7595A1.


Opacity

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

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

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

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

This text has shadow with #7595A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7595A1 on black background.


Color preview on white background

This text has color #7595A1 on white background.



Black color preview on #7595A1 background

This text has black color on #7595A1 background.


White color preview on #7595A1 background

This text has white color on #7595A1 background.