COLOR #616170

HEX: #616170
RGB: (97,97,112)

Color info

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

RGB color model

#616170 color RGB value is (97,97,112).

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

RGB channels and saturation

R 97 of 255 = 38%
G 97 of 255 = 38%
B 112 of 255 = 44%

97
97
112

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

Portions of RGB colors in percentages

R + G + B =
97 + 97 + 112 = 306 (100%)
R 97 of 306 ~ 31.7%
G 97 of 306 ~ 31.7%
B 112 of 306 ~ 36.6%

%31.7
%31.7
%36.6

CMYK color model

#616170 color CMYK value is (13,13,0,56).

  • cyan value is 13.39%
  • magenta value is 13.39%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(13,13,0,56)
C13M13Y0K56 
(13%,13%,0%,56%)
(0.13/0.13/0.00/0.56)	

CMYK percentages

%13.39
%13.39
%0
%56.08

Codes

Color #616170 in popluar color models

616170
RGB9797112
HSL240°7.18%40.98%
HSB/HSV240°13.39%43.92%
CMYK13.39%13.39%0.00%
56.08%

Color #616170 in popluar number systems.

HEX616170
Decimal9797112
Binary110000111000011110000
Octal141141160

Shades and tints

Shades of #616170

#616170
(97,97,112)
#595966
(89,89,102)
#51515C
(81,81,92)
#494952
(73,73,82)
#414148
(65,65,72)
#39393E
(57,57,62)
#313134
(49,49,52)
#29292A
(41,41,42)
#212120
(33,33,32)
#191916
(25,25,22)
#11110C
(17,17,12)
#000000
(0,0,0)

Tints of #616170

#616170
(97,97,112)
#6F6F7D
(111,111,125)
#7D7D8A
(125,125,138)
#8B8B97
(139,139,151)
#9999A4
(153,153,164)
#A7A7B1
(167,167,177)
#B5B5BE
(181,181,190)
#C3C3CB
(195,195,203)
#D1D1D8
(209,209,216)
#DFDFE5
(223,223,229)
#EDEDF2
(237,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #616170; }

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

This text font color is #616170.


Background Color

.myBgColor { background-color: #616170; }

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

This div background color is #616170.


Border color

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

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

This div border color is #616170.


Opacity

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

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

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

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

This text has shadow with #616170 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616170 on black background.


Color preview on white background

This text has color #616170 on white background.



Black color preview on #616170 background

This text has black color on #616170 background.


White color preview on #616170 background

This text has white color on #616170 background.