COLOR #617675

HEX: #617675
RGB: (97,118,117)

Color info

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

RGB color model

#617675 color RGB value is (97,118,117).

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

RGB channels and saturation

R 97 of 255 = 38%
G 118 of 255 = 46%
B 117 of 255 = 46%

97
118
117

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

Portions of RGB colors in percentages

R + G + B =
97 + 118 + 117 = 332 (100%)
R 97 of 332 ~ 29.22%
G 118 of 332 ~ 35.54%
B 117 of 332 ~ 35.24%

%29.22
%35.54
%35.24

CMYK color model

#617675 color CMYK value is (18,0,1,54).

  • cyan value is 17.80%
  • magenta value is 0.00%
  • yellow value is 0.85%
  • key color value is 53.73%
CMYK:
(18,0,1,54)
C18M0Y1K54 
(18%,0%,1%,54%)
(0.18/0.00/0.01/0.54)	

CMYK percentages

%17.8
%0
%0.85
%53.73

Codes

Color #617675 in popluar color models

617675
RGB97118117
HSL177°9.77%42.16%
HSB/HSV177°17.80%46.27%
CMYK17.80%0.00%0.85%
53.73%

Color #617675 in popluar number systems.

HEX617675
Decimal97118117
Binary110000111101101110101
Octal141166165

Shades and tints

Shades of #617675

#617675
(97,118,117)
#596C6B
(89,108,107)
#516261
(81,98,97)
#495857
(73,88,87)
#414E4D
(65,78,77)
#394443
(57,68,67)
#313A39
(49,58,57)
#29302F
(41,48,47)
#212625
(33,38,37)
#191C1B
(25,28,27)
#111211
(17,18,17)
#000000
(0,0,0)

Tints of #617675

#617675
(97,118,117)
#6F8281
(111,130,129)
#7D8E8D
(125,142,141)
#8B9A99
(139,154,153)
#99A6A5
(153,166,165)
#A7B2B1
(167,178,177)
#B5BEBD
(181,190,189)
#C3CAC9
(195,202,201)
#D1D6D5
(209,214,213)
#DFE2E1
(223,226,225)
#EDEEED
(237,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #617675; }

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

This text font color is #617675.


Background Color

.myBgColor { background-color: #617675; }

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

This div background color is #617675.


Border color

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

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

This div border color is #617675.


Opacity

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

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

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

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

This text has shadow with #617675 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #617675 on black background.


Color preview on white background

This text has color #617675 on white background.



Black color preview on #617675 background

This text has black color on #617675 background.


White color preview on #617675 background

This text has white color on #617675 background.