COLOR #617979

HEX: #617979
RGB: (97,121,121)

Color info

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

RGB color model

#617979 color RGB value is (97,121,121).

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

RGB channels and saturation

R 97 of 255 = 38%
G 121 of 255 = 47%
B 121 of 255 = 47%

97
121
121

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

Portions of RGB colors in percentages

R + G + B =
97 + 121 + 121 = 339 (100%)
R 97 of 339 ~ 28.61%
G 121 of 339 ~ 35.69%
B 121 of 339 ~ 35.69%

%28.61
%35.69
%35.69

CMYK color model

#617979 color CMYK value is (20,0,0,53).

  • cyan value is 19.83%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(20,0,0,53)
C20M0Y0K53 
(20%,0%,0%,53%)
(0.20/0.00/0.00/0.53)	

CMYK percentages

%19.83
%0
%0
%52.55

Codes

Color #617979 in popluar color models

617979
RGB97121121
HSL180°11.01%42.75%
HSB/HSV180°19.83%47.45%
CMYK19.83%0.00%0.00%
52.55%

Color #617979 in popluar number systems.

HEX617979
Decimal97121121
Binary110000111110011111001
Octal141171171

Shades and tints

Shades of #617979

#617979
(97,121,121)
#596E6E
(89,110,110)
#516363
(81,99,99)
#495858
(73,88,88)
#414D4D
(65,77,77)
#394242
(57,66,66)
#313737
(49,55,55)
#292C2C
(41,44,44)
#212121
(33,33,33)
#191616
(25,22,22)
#110B0B
(17,11,11)
#000000
(0,0,0)

Tints of #617979

#617979
(97,121,121)
#6F8585
(111,133,133)
#7D9191
(125,145,145)
#8B9D9D
(139,157,157)
#99A9A9
(153,169,169)
#A7B5B5
(167,181,181)
#B5C1C1
(181,193,193)
#C3CDCD
(195,205,205)
#D1D9D9
(209,217,217)
#DFE5E5
(223,229,229)
#EDF1F1
(237,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #617979; }

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

This text font color is #617979.


Background Color

.myBgColor { background-color: #617979; }

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

This div background color is #617979.


Border color

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

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

This div border color is #617979.


Opacity

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

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

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

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

This text has shadow with #617979 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #617979 on black background.


Color preview on white background

This text has color #617979 on white background.



Black color preview on #617979 background

This text has black color on #617979 background.


White color preview on #617979 background

This text has white color on #617979 background.