COLOR #617275

HEX: #617275
RGB: (97,114,117)

Color info

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

RGB color model

#617275 color RGB value is (97,114,117).

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

RGB channels and saturation

R 97 of 255 = 38%
G 114 of 255 = 45%
B 117 of 255 = 46%

97
114
117

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

Portions of RGB colors in percentages

R + G + B =
97 + 114 + 117 = 328 (100%)
R 97 of 328 ~ 29.57%
G 114 of 328 ~ 34.76%
B 117 of 328 ~ 35.67%

%29.57
%34.76
%35.67

CMYK color model

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

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

CMYK percentages

%17.09
%2.56
%0
%54.12

Codes

Color #617275 in popluar color models

617275
RGB97114117
HSL189°9.35%41.96%
HSB/HSV189°17.09%45.88%
CMYK17.09%2.56%0.00%
54.12%

Color #617275 in popluar number systems.

HEX617275
Decimal97114117
Binary110000111100101110101
Octal141162165

Shades and tints

Shades of #617275

#617275
(97,114,117)
#59686B
(89,104,107)
#515E61
(81,94,97)
#495457
(73,84,87)
#414A4D
(65,74,77)
#394043
(57,64,67)
#313639
(49,54,57)
#292C2F
(41,44,47)
#212225
(33,34,37)
#19181B
(25,24,27)
#110E11
(17,14,17)
#000000
(0,0,0)

Tints of #617275

#617275
(97,114,117)
#6F7E81
(111,126,129)
#7D8A8D
(125,138,141)
#8B9699
(139,150,153)
#99A2A5
(153,162,165)
#A7AEB1
(167,174,177)
#B5BABD
(181,186,189)
#C3C6C9
(195,198,201)
#D1D2D5
(209,210,213)
#DFDEE1
(223,222,225)
#EDEAED
(237,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #617275; }

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

This text font color is #617275.


Background Color

.myBgColor { background-color: #617275; }

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

This div background color is #617275.


Border color

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

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

This div border color is #617275.


Opacity

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

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

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

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

This text has shadow with #617275 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #617275 on black background.


Color preview on white background

This text has color #617275 on white background.



Black color preview on #617275 background

This text has black color on #617275 background.


White color preview on #617275 background

This text has white color on #617275 background.