COLOR #616166

HEX: #616166
RGB: (97,97,102)

Color info

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

RGB color model

#616166 color RGB value is (97,97,102).

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

RGB channels and saturation

R 97 of 255 = 38%
G 97 of 255 = 38%
B 102 of 255 = 40%

97
97
102

R + G + B ~ 39%. #616166 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 97 + 102 = 296 (100%)
R 97 of 296 ~ 32.77%
G 97 of 296 ~ 32.77%
B 102 of 296 ~ 34.46%

%32.77
%32.77
%34.46

CMYK color model

#616166 color CMYK value is (5,5,0,60).

  • cyan value is 4.90%
  • magenta value is 4.90%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(5,5,0,60)
C5M5Y0K60 
(5%,5%,0%,60%)
(0.05/0.05/0.00/0.60)	

CMYK percentages

%4.9
%4.9
%0
%60

Codes

Color #616166 in popluar color models

616166
RGB9797102
HSL240°2.51%39.02%
HSB/HSV240°4.90%40.00%
CMYK4.90%4.90%0.00%
60.00%

Color #616166 in popluar number systems.

HEX616166
Decimal9797102
Binary110000111000011100110
Octal141141146

Shades and tints

Shades of #616166

#616166
(97,97,102)
#59595D
(89,89,93)
#515154
(81,81,84)
#49494B
(73,73,75)
#414142
(65,65,66)
#393939
(57,57,57)
#313130
(49,49,48)
#292927
(41,41,39)
#21211E
(33,33,30)
#191915
(25,25,21)
#11110C
(17,17,12)
#000000
(0,0,0)

Tints of #616166

#616166
(97,97,102)
#6F6F73
(111,111,115)
#7D7D80
(125,125,128)
#8B8B8D
(139,139,141)
#99999A
(153,153,154)
#A7A7A7
(167,167,167)
#B5B5B4
(181,181,180)
#C3C3C1
(195,195,193)
#D1D1CE
(209,209,206)
#DFDFDB
(223,223,219)
#EDEDE8
(237,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #616166; }

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

This text font color is #616166.


Background Color

.myBgColor { background-color: #616166; }

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

This div background color is #616166.


Border color

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

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

This div border color is #616166.


Opacity

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

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

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

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

This text has shadow with #616166 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616166 on black background.


Color preview on white background

This text has color #616166 on white background.



Black color preview on #616166 background

This text has black color on #616166 background.


White color preview on #616166 background

This text has white color on #616166 background.