COLOR #617575

HEX: #617575
RGB: (97,117,117)

Color info

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

RGB color model

#617575 color RGB value is (97,117,117).

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

RGB channels and saturation

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

97
117
117

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

Portions of RGB colors in percentages

R + G + B =
97 + 117 + 117 = 331 (100%)
R 97 of 331 ~ 29.31%
G 117 of 331 ~ 35.35%
B 117 of 331 ~ 35.35%

%29.31
%35.35
%35.35

CMYK color model

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

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

CMYK percentages

%17.09
%0
%0
%54.12

Codes

Color #617575 in popluar color models

617575
RGB97117117
HSL180°9.35%41.96%
HSB/HSV180°17.09%45.88%
CMYK17.09%0.00%0.00%
54.12%

Color #617575 in popluar number systems.

HEX617575
Decimal97117117
Binary110000111101011110101
Octal141165165

Shades and tints

Shades of #617575

#617575
(97,117,117)
#596B6B
(89,107,107)
#516161
(81,97,97)
#495757
(73,87,87)
#414D4D
(65,77,77)
#394343
(57,67,67)
#313939
(49,57,57)
#292F2F
(41,47,47)
#212525
(33,37,37)
#191B1B
(25,27,27)
#111111
(17,17,17)
#000000
(0,0,0)

Tints of #617575

#617575
(97,117,117)
#6F8181
(111,129,129)
#7D8D8D
(125,141,141)
#8B9999
(139,153,153)
#99A5A5
(153,165,165)
#A7B1B1
(167,177,177)
#B5BDBD
(181,189,189)
#C3C9C9
(195,201,201)
#D1D5D5
(209,213,213)
#DFE1E1
(223,225,225)
#EDEDED
(237,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #617575; }

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

This text font color is #617575.


Background Color

.myBgColor { background-color: #617575; }

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

This div background color is #617575.


Border color

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

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

This div border color is #617575.


Opacity

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

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

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

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

This text has shadow with #617575 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #617575 on black background.


Color preview on white background

This text has color #617575 on white background.



Black color preview on #617575 background

This text has black color on #617575 background.


White color preview on #617575 background

This text has white color on #617575 background.