COLOR #617080

HEX: #617080 RGB: (97,112,128)

Color info

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

RGB color model

#617080 color RGB value is (97,112,128).

RGB: (97,112,128) (38%, 44%, 50%)

RGB channels and saturation

R 97 of 255 = 38%
G 112 of 255 = 44%
B 128 of 255 = 50%

97
112
128

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

Portions of RGB colors in percentages

R + G + B = 97 + 112 + 128 = 337 (100%)
R 97 of 337 ~ 28.78%
G 112 of 337 ~ 33.23%
B 128 of 337 ~ 37.98'%

%28.78
%33.23
%37.98

CMYK color model

#617080 color CMYK value is (24,13,0,50).

  • cyan value is 24.22%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 49.80%

CMYK: (24,13,0,50)
C24M13Y0K50 (24%, 13%, 0%, 50%)
(0.24 / 0.13 / 0.00 / 0.50)

CMYK percentages

%24.22
%12.5
%0
%49.8

Codes

Color #617080 in popluar color models

61 70 80
RGB 97 112 128
HSL 211° 13.78% 44.12%
HSB/HSV 211° 24.22% 50.20%
CMYK 24.22% 12.50% 0.00%
49.80%

Color #617080 in popluar number systems.

HEX 61 70 80
Decimal 97 112 128
Binary 1100001 1110000 10000000
Octal 141 160 200

Shades and tints

Shades of #617080

#617080
(97,112,128)
#596675
(89,102,117)
#515C6A
(81,92,106)
#49525F
(73,82,95)
#414854
(65,72,84)
#393E49
(57,62,73)
#31343E
(49,52,62)
#292A33
(41,42,51)
#212028
(33,32,40)
#19161D
(25,22,29)
#110C12
(17,12,18)
#000000
(0,0,0)

Tints of #617080

#617080
(97,112,128)
#6F7D8B
(111,125,139)
#7D8A96
(125,138,150)
#8B97A1
(139,151,161)
#99A4AC
(153,164,172)
#A7B1B7
(167,177,183)
#B5BEC2
(181,190,194)
#C3CBCD
(195,203,205)
#D1D8D8
(209,216,216)
#DFE5E3
(223,229,227)
#EDF2EE
(237,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #617080 color. Also use rgb(97,112,128) instead hex code.

Text Font Color

.myTextColor { color: #617080; }

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

This text font color is #617080.

Background Color

.myBgColor { background-color: #617080; }

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

This div background color is #617080.

Border color

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

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

This div border color is #617080.

Opacity

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

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

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

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

This text has shadow with #617080 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #617080.

Preview

Color preview on black background

This text has color #617080 on black background.


Color preview on white background

This text has color #617080 on white background.


Black color preview on #617080 background

This text has black color on #617080 background.


White color preview on #617080 background

This text has white color on #617080 background.


Related colors

Complementary color

Complementary color for #hex is #9E8F7F.


I love getcolorcode.com

Triadic colors

1 #806170 and #708061 with #617080 are triadic colors.

2 #807061 and #706180 with #617080 are triadic colors.