COLOR #617E79

HEX: #617E79 RGB: (97,126,121)

Color info

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

RGB color model

#617E79 color RGB value is (97,126,121).

RGB: (97,126,121) (38%, 49%, 47%)

RGB channels and saturation

R 97 of 255 = 38%
G 126 of 255 = 49%
B 121 of 255 = 47%

97
126
121

R + G + B ~ 45%. #617E79 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 97 + 126 + 121 = 344 (100%)
R 97 of 344 ~ 28.2%
G 126 of 344 ~ 36.63%
B 121 of 344 ~ 35.17'%

%28.2
%36.63
%35.17

CMYK color model

#617E79 color CMYK value is (23,0,4,51).

  • cyan value is 23.02%
  • magenta value is 0.00%
  • yellow value is 3.97%
  • key color value is 50.59%

CMYK: (23,0,4,51)
C23M0Y4K51 (23%, 0%, 4%, 51%)
(0.23 / 0.00 / 0.04 / 0.51)

CMYK percentages

%23.02
%0
%3.97
%50.59

Codes

Color #617E79 in popluar color models

61 7E 79
RGB 97 126 121
HSL 170° 13.00% 43.73%
HSB/HSV 170° 23.02% 49.41%
CMYK 23.02% 0.00% 3.97%
50.59%

Color #617E79 in popluar number systems.

HEX 61 7E 79
Decimal 97 126 121
Binary 1100001 1111110 1111001
Octal 141 176 171

Shades and tints

Shades of #617E79

#617E79
(97,126,121)
#59736E
(89,115,110)
#516863
(81,104,99)
#495D58
(73,93,88)
#41524D
(65,82,77)
#394742
(57,71,66)
#313C37
(49,60,55)
#29312C
(41,49,44)
#212621
(33,38,33)
#191B16
(25,27,22)
#11100B
(17,16,11)
#000000
(0,0,0)

Tints of #617E79

#617E79
(97,126,121)
#6F8985
(111,137,133)
#7D9491
(125,148,145)
#8B9F9D
(139,159,157)
#99AAA9
(153,170,169)
#A7B5B5
(167,181,181)
#B5C0C1
(181,192,193)
#C3CBCD
(195,203,205)
#D1D6D9
(209,214,217)
#DFE1E5
(223,225,229)
#EDECF1
(237,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #617E79; }

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

This text font color is #617E79.

Background Color

.myBgColor { background-color: #617E79; }

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

This div background color is #617E79.

Border color

.myBorderColor { border: 1px solid #617E79; }

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

This div border color is #617E79.

Opacity

.myOpacity80 { color: #617E79; opacity: 0.8; }

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

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

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

This text has shadow with #617E79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #617E79.

Preview

Color preview on black background

This text has color #617E79 on black background.


Color preview on white background

This text has color #617E79 on white background.


Black color preview on #617E79 background

This text has black color on #617E79 background.


White color preview on #617E79 background

This text has white color on #617E79 background.


Related colors

Complementary color

Complementary color for #hex is #9E8186.


I love getcolorcode.com

Triadic colors

1 #79617E and #7E7961 with #617E79 are triadic colors.

2 #797E61 and #7E6179 with #617E79 are triadic colors.