COLOR #617473

HEX: #617473
RGB: (97,116,115)

Color info

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

RGB color model

#617473 color RGB value is (97,116,115).

  • red value is 97;
  • green value is 116;
  • blue value is 115.
RGB:
(97,116,115)
(38%,45%,45%)

RGB channels and saturation

R 97 of 255 = 38%
G 116 of 255 = 45%
B 115 of 255 = 45%

97
116
115

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

Portions of RGB colors in percentages

R + G + B =
97 + 116 + 115 = 328 (100%)
R 97 of 328 ~ 29.57%
G 116 of 328 ~ 35.37%
B 115 of 328 ~ 35.06%

%29.57
%35.37
%35.06

CMYK color model

#617473 color CMYK value is (16,0,1,55).

  • cyan value is 16.38%
  • magenta value is 0.00%
  • yellow value is 0.86%
  • key color value is 54.51%
CMYK:
(16,0,1,55)
C16M0Y1K55 
(16%,0%,1%,55%)
(0.16/0.00/0.01/0.55)	

CMYK percentages

%16.38
%0
%0.86
%54.51

Codes

Color #617473 in popluar color models

617473
RGB97116115
HSL177°8.92%41.76%
HSB/HSV177°16.38%45.49%
CMYK16.38%0.00%0.86%
54.51%

Color #617473 in popluar number systems.

HEX617473
Decimal97116115
Binary110000111101001110011
Octal141164163

Shades and tints

Shades of #617473

#617473
(97,116,115)
#596A69
(89,106,105)
#51605F
(81,96,95)
#495655
(73,86,85)
#414C4B
(65,76,75)
#394241
(57,66,65)
#313837
(49,56,55)
#292E2D
(41,46,45)
#212423
(33,36,35)
#191A19
(25,26,25)
#11100F
(17,16,15)
#000000
(0,0,0)

Tints of #617473

#617473
(97,116,115)
#6F807F
(111,128,127)
#7D8C8B
(125,140,139)
#8B9897
(139,152,151)
#99A4A3
(153,164,163)
#A7B0AF
(167,176,175)
#B5BCBB
(181,188,187)
#C3C8C7
(195,200,199)
#D1D4D3
(209,212,211)
#DFE0DF
(223,224,223)
#EDECEB
(237,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #617473 color. Also use rgb(97,116,115) instead hex code.

Text Font Color

.myTextColor { color: #617473; }

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

This text font color is #617473.


Background Color

.myBgColor { background-color: #617473; }

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

This div background color is #617473.


Border color

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

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

This div border color is #617473.


Opacity

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

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

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

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

This text has shadow with #617473 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #617473 on black background.


Color preview on white background

This text has color #617473 on white background.



Black color preview on #617473 background

This text has black color on #617473 background.


White color preview on #617473 background

This text has white color on #617473 background.