COLOR #617579

HEX: #617579
RGB: (97,117,121)

Color info

#617579 contains red, green and blue colors in about the same proportion. Web safe color of #617579 is #666666 (or #666).

RGB color model

#617579 color RGB value is (97,117,121).

  • red value is 97;
  • green value is 117;
  • blue value is 121.
RGB:
(97,117,121)
(38%,46%,47%)

RGB channels and saturation

R 97 of 255 = 38%
G 117 of 255 = 46%
B 121 of 255 = 47%

97
117
121

R + G + B ~ 44%. #617579 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
97 + 117 + 121 = 335 (100%)
R 97 of 335 ~ 28.96%
G 117 of 335 ~ 34.93%
B 121 of 335 ~ 36.12%

%28.96
%34.93
%36.12

CMYK color model

#617579 color CMYK value is (20,3,0,53).

  • cyan value is 19.83%
  • magenta value is 3.31%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(20,3,0,53)
C20M3Y0K53 
(20%,3%,0%,53%)
(0.20/0.03/0.00/0.53)	

CMYK percentages

%19.83
%3.31
%0
%52.55

Codes

Color #617579 in popluar color models

617579
RGB97117121
HSL190°11.01%42.75%
HSB/HSV190°19.83%47.45%
CMYK19.83%3.31%0.00%
52.55%

Color #617579 in popluar number systems.

HEX617579
Decimal97117121
Binary110000111101011111001
Octal141165171

Shades and tints

Shades of #617579

#617579
(97,117,121)
#596B6E
(89,107,110)
#516163
(81,97,99)
#495758
(73,87,88)
#414D4D
(65,77,77)
#394342
(57,67,66)
#313937
(49,57,55)
#292F2C
(41,47,44)
#212521
(33,37,33)
#191B16
(25,27,22)
#11110B
(17,17,11)
#000000
(0,0,0)

Tints of #617579

#617579
(97,117,121)
#6F8185
(111,129,133)
#7D8D91
(125,141,145)
#8B999D
(139,153,157)
#99A5A9
(153,165,169)
#A7B1B5
(167,177,181)
#B5BDC1
(181,189,193)
#C3C9CD
(195,201,205)
#D1D5D9
(209,213,217)
#DFE1E5
(223,225,229)
#EDEDF1
(237,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #617579 color. Also use rgb(97,117,121) instead hex code.

Text Font Color

.myTextColor { color: #617579; }

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

This text font color is #617579.


Background Color

.myBgColor { background-color: #617579; }

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

This div background color is #617579.


Border color

.myBorderColor { border: 1px solid #617579; }

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

This div border color is #617579.


Opacity

.myOpacity80 { color: #617579; opacity: 0.8; }

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

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

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

This text has shadow with #617579 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #617579 on black background.


Color preview on white background

This text has color #617579 on white background.



Black color preview on #617579 background

This text has black color on #617579 background.


White color preview on #617579 background

This text has white color on #617579 background.