COLOR #616C6C

HEX: #616C6C
RGB: (97,108,108)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

97
108
108

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

Portions of RGB colors in percentages

R + G + B =
97 + 108 + 108 = 313 (100%)
R 97 of 313 ~ 30.99%
G 108 of 313 ~ 34.5%
B 108 of 313 ~ 34.5%

%30.99
%34.5
%34.5

CMYK color model

#616C6C color CMYK value is (10,0,0,58).

  • cyan value is 10.19%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(10,0,0,58)
C10M0Y0K58 
(10%,0%,0%,58%)
(0.10/0.00/0.00/0.58)	

CMYK percentages

%10.19
%0
%0
%57.65

Codes

Color #616C6C in popluar color models

616C6C
RGB97108108
HSL180°5.37%40.20%
HSB/HSV180°10.19%42.35%
CMYK10.19%0.00%0.00%
57.65%

Color #616C6C in popluar number systems.

HEX616C6C
Decimal97108108
Binary110000111011001101100
Octal141154154

Shades and tints

Shades of #616C6C

#616C6C
(97,108,108)
#596363
(89,99,99)
#515A5A
(81,90,90)
#495151
(73,81,81)
#414848
(65,72,72)
#393F3F
(57,63,63)
#313636
(49,54,54)
#292D2D
(41,45,45)
#212424
(33,36,36)
#191B1B
(25,27,27)
#111212
(17,18,18)
#000000
(0,0,0)

Tints of #616C6C

#616C6C
(97,108,108)
#6F7979
(111,121,121)
#7D8686
(125,134,134)
#8B9393
(139,147,147)
#99A0A0
(153,160,160)
#A7ADAD
(167,173,173)
#B5BABA
(181,186,186)
#C3C7C7
(195,199,199)
#D1D4D4
(209,212,212)
#DFE1E1
(223,225,225)
#EDEEEE
(237,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #616C6C; }

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

This text font color is #616C6C.


Background Color

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

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

This div background color is #616C6C.


Border color

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

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

This div border color is #616C6C.


Opacity

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

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

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

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

This text has shadow with #616C6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616C6C on black background.


Color preview on white background

This text has color #616C6C on white background.



Black color preview on #616C6C background

This text has black color on #616C6C background.


White color preview on #616C6C background

This text has white color on #616C6C background.