COLOR #617571

HEX: #617571
RGB: (97,117,113)

Color info

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

RGB color model

#617571 color RGB value is (97,117,113).

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

RGB channels and saturation

R 97 of 255 = 38%
G 117 of 255 = 46%
B 113 of 255 = 44%

97
117
113

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

Portions of RGB colors in percentages

R + G + B =
97 + 117 + 113 = 327 (100%)
R 97 of 327 ~ 29.66%
G 117 of 327 ~ 35.78%
B 113 of 327 ~ 34.56%

%29.66
%35.78
%34.56

CMYK color model

#617571 color CMYK value is (17,0,3,54).

  • cyan value is 17.09%
  • magenta value is 0.00%
  • yellow value is 3.42%
  • key color value is 54.12%
CMYK:
(17,0,3,54)
C17M0Y3K54 
(17%,0%,3%,54%)
(0.17/0.00/0.03/0.54)	

CMYK percentages

%17.09
%0
%3.42
%54.12

Codes

Color #617571 in popluar color models

617571
RGB97117113
HSL168°9.35%41.96%
HSB/HSV168°17.09%45.88%
CMYK17.09%0.00%3.42%
54.12%

Color #617571 in popluar number systems.

HEX617571
Decimal97117113
Binary110000111101011110001
Octal141165161

Shades and tints

Shades of #617571

#617571
(97,117,113)
#596B67
(89,107,103)
#51615D
(81,97,93)
#495753
(73,87,83)
#414D49
(65,77,73)
#39433F
(57,67,63)
#313935
(49,57,53)
#292F2B
(41,47,43)
#212521
(33,37,33)
#191B17
(25,27,23)
#11110D
(17,17,13)
#000000
(0,0,0)

Tints of #617571

#617571
(97,117,113)
#6F817D
(111,129,125)
#7D8D89
(125,141,137)
#8B9995
(139,153,149)
#99A5A1
(153,165,161)
#A7B1AD
(167,177,173)
#B5BDB9
(181,189,185)
#C3C9C5
(195,201,197)
#D1D5D1
(209,213,209)
#DFE1DD
(223,225,221)
#EDEDE9
(237,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #617571; }

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

This text font color is #617571.


Background Color

.myBgColor { background-color: #617571; }

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

This div background color is #617571.


Border color

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

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

This div border color is #617571.


Opacity

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

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

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

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

This text has shadow with #617571 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #617571 on black background.


Color preview on white background

This text has color #617571 on white background.



Black color preview on #617571 background

This text has black color on #617571 background.


White color preview on #617571 background

This text has white color on #617571 background.