COLOR #7596A1

HEX: #7596A1
RGB: (117,150,161)

Color info

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

RGB color model

#7596A1 color RGB value is (117,150,161).

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

RGB channels and saturation

R 117 of 255 = 46%
G 150 of 255 = 59%
B 161 of 255 = 63%

117
150
161

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

Portions of RGB colors in percentages

R + G + B =
117 + 150 + 161 = 428 (100%)
R 117 of 428 ~ 27.34%
G 150 of 428 ~ 35.05%
B 161 of 428 ~ 37.62%

%27.34
%35.05
%37.62

CMYK color model

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

  • cyan value is 27.33%
  • magenta value is 6.83%
  • 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
%6.83
%0
%36.86

Codes

Color #7596A1 in popluar color models

7596A1
RGB117150161
HSL195°18.97%54.51%
HSB/HSV195°27.33%63.14%
CMYK27.33%6.83%0.00%
36.86%

Color #7596A1 in popluar number systems.

HEX7596A1
Decimal117150161
Binary11101011001011010100001
Octal165226241

Shades and tints

Shades of #7596A1

#7596A1
(117,150,161)
#6B8993
(107,137,147)
#617C85
(97,124,133)
#576F77
(87,111,119)
#4D6269
(77,98,105)
#43555B
(67,85,91)
#39484D
(57,72,77)
#2F3B3F
(47,59,63)
#252E31
(37,46,49)
#1B2123
(27,33,35)
#111415
(17,20,21)
#000000
(0,0,0)

Tints of #7596A1

#7596A1
(117,150,161)
#819FA9
(129,159,169)
#8DA8B1
(141,168,177)
#99B1B9
(153,177,185)
#A5BAC1
(165,186,193)
#B1C3C9
(177,195,201)
#BDCCD1
(189,204,209)
#C9D5D9
(201,213,217)
#D5DEE1
(213,222,225)
#E1E7E9
(225,231,233)
#EDF0F1
(237,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7596A1; }

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

This text font color is #7596A1.


Background Color

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

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

This div background color is #7596A1.


Border color

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

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

This div border color is #7596A1.


Opacity

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

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

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

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

This text has shadow with #7596A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7596A1 on black background.


Color preview on white background

This text has color #7596A1 on white background.



Black color preview on #7596A1 background

This text has black color on #7596A1 background.


White color preview on #7596A1 background

This text has white color on #7596A1 background.