COLOR #7586A3

HEX: #7586A3
RGB: (117,134,163)

Color info

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

RGB color model

#7586A3 color RGB value is (117,134,163).

  • red value is 117;
  • green value is 134;
  • blue value is 163.
RGB:
(117,134,163)
(46%,53%,64%)

RGB channels and saturation

R 117 of 255 = 46%
G 134 of 255 = 53%
B 163 of 255 = 64%

117
134
163

R + G + B ~ 54%. #7586A3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 134 + 163 = 414 (100%)
R 117 of 414 ~ 28.26%
G 134 of 414 ~ 32.37%
B 163 of 414 ~ 39.37%

%28.26
%32.37
%39.37

CMYK color model

#7586A3 color CMYK value is (28,18,0,36).

  • cyan value is 28.22%
  • magenta value is 17.79%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(28,18,0,36)
C28M18Y0K36 
(28%,18%,0%,36%)
(0.28/0.18/0.00/0.36)	

CMYK percentages

%28.22
%17.79
%0
%36.08

Codes

Color #7586A3 in popluar color models

7586A3
RGB117134163
HSL218°20.00%54.90%
HSB/HSV218°28.22%63.92%
CMYK28.22%17.79%0.00%
36.08%

Color #7586A3 in popluar number systems.

HEX7586A3
Decimal117134163
Binary11101011000011010100011
Octal165206243

Shades and tints

Shades of #7586A3

#7586A3
(117,134,163)
#6B7A95
(107,122,149)
#616E87
(97,110,135)
#576279
(87,98,121)
#4D566B
(77,86,107)
#434A5D
(67,74,93)
#393E4F
(57,62,79)
#2F3241
(47,50,65)
#252633
(37,38,51)
#1B1A25
(27,26,37)
#110E17
(17,14,23)
#000000
(0,0,0)

Tints of #7586A3

#7586A3
(117,134,163)
#8191AB
(129,145,171)
#8D9CB3
(141,156,179)
#99A7BB
(153,167,187)
#A5B2C3
(165,178,195)
#B1BDCB
(177,189,203)
#BDC8D3
(189,200,211)
#C9D3DB
(201,211,219)
#D5DEE3
(213,222,227)
#E1E9EB
(225,233,235)
#EDF4F3
(237,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7586A3 color. Also use rgb(117,134,163) instead hex code.

Text Font Color

.myTextColor { color: #7586A3; }

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

This text font color is #7586A3.


Background Color

.myBgColor { background-color: #7586A3; }

<div style="background-color:#7586A3">Inner text</div>

This div background color is #7586A3.


Border color

.myBorderColor { border: 1px solid #7586A3; }

<div style="border:3px solid #7586A3">Div</div>

This div border color is #7586A3.


Opacity

.myOpacity80 { color: #7586A3; opacity: 0.8; }

<p style="color:#7586A3;opacity:0.8;">80%</p>

Text with #7586A3 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 #7586A3;}

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

This text has shadow with #7586A3 color.

.textShadow {text-shadow: 3px 3px 1px #7586A3, 3px 3px 1px red;}

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

This text has shadow with #7586A3 primary color and red secondary color.


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

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

This text has shadow with #7586A3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7586A3 on black background.


Color preview on white background

This text has color #7586A3 on white background.



Black color preview on #7586A3 background

This text has black color on #7586A3 background.


White color preview on #7586A3 background

This text has white color on #7586A3 background.