COLOR #616C6F

HEX: #616C6F
RGB: (97,108,111)

Color info

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

RGB color model

#616C6F color RGB value is (97,108,111).

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

RGB channels and saturation

R 97 of 255 = 38%
G 108 of 255 = 42%
B 111 of 255 = 44%

97
108
111

R + G + B ~ 41%. #616C6F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
97 + 108 + 111 = 316 (100%)
R 97 of 316 ~ 30.7%
G 108 of 316 ~ 34.18%
B 111 of 316 ~ 35.13%

%30.7
%34.18
%35.13

CMYK color model

#616C6F color CMYK value is (13,3,0,56).

  • cyan value is 12.61%
  • magenta value is 2.70%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(13,3,0,56)
C13M3Y0K56 
(13%,3%,0%,56%)
(0.13/0.03/0.00/0.56)	

CMYK percentages

%12.61
%2.7
%0
%56.47

Codes

Color #616C6F in popluar color models

616C6F
RGB97108111
HSL193°6.73%40.78%
HSB/HSV193°12.61%43.53%
CMYK12.61%2.70%0.00%
56.47%

Color #616C6F in popluar number systems.

HEX616C6F
Decimal97108111
Binary110000111011001101111
Octal141154157

Shades and tints

Shades of #616C6F

#616C6F
(97,108,111)
#596365
(89,99,101)
#515A5B
(81,90,91)
#495151
(73,81,81)
#414847
(65,72,71)
#393F3D
(57,63,61)
#313633
(49,54,51)
#292D29
(41,45,41)
#21241F
(33,36,31)
#191B15
(25,27,21)
#11120B
(17,18,11)
#000000
(0,0,0)

Tints of #616C6F

#616C6F
(97,108,111)
#6F797C
(111,121,124)
#7D8689
(125,134,137)
#8B9396
(139,147,150)
#99A0A3
(153,160,163)
#A7ADB0
(167,173,176)
#B5BABD
(181,186,189)
#C3C7CA
(195,199,202)
#D1D4D7
(209,212,215)
#DFE1E4
(223,225,228)
#EDEEF1
(237,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #616C6F color. Also use rgb(97,108,111) instead hex code.

Text Font Color

.myTextColor { color: #616C6F; }

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

This text font color is #616C6F.


Background Color

.myBgColor { background-color: #616C6F; }

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

This div background color is #616C6F.


Border color

.myBorderColor { border: 1px solid #616C6F; }

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

This div border color is #616C6F.


Opacity

.myOpacity80 { color: #616C6F; opacity: 0.8; }

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

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

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

This text has shadow with #616C6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616C6F on black background.


Color preview on white background

This text has color #616C6F on white background.



Black color preview on #616C6F background

This text has black color on #616C6F background.


White color preview on #616C6F background

This text has white color on #616C6F background.