COLOR #616060

HEX: #616060
RGB: (97,96,96)

Color info

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

RGB color model

#616060 color RGB value is (97,96,96).

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

RGB channels and saturation

R 97 of 255 = 38%
G 96 of 255 = 38%
B 96 of 255 = 38%

97
96
96

R + G + B ~ 38%. #616060 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 96 + 96 = 289 (100%)
R 97 of 289 ~ 33.56%
G 96 of 289 ~ 33.22%
B 96 of 289 ~ 33.22%

%33.56
%33.22
%33.22

CMYK color model

#616060 color CMYK value is (0,1,1,62).

  • cyan value is 0.00%
  • magenta value is 1.03%
  • yellow value is 1.03%
  • key color value is 61.96%
CMYK:
(0,1,1,62)
C0M1Y1K62 
(0%,1%,1%,62%)
(0.00/0.01/0.01/0.62)	

CMYK percentages

%0
%1.03
%1.03
%61.96

Codes

Color #616060 in popluar color models

616060
RGB979696
HSL0.52%37.84%
HSB/HSV1.03%38.04%
CMYK0.00%1.03%1.03%
61.96%

Color #616060 in popluar number systems.

HEX616060
Decimal979696
Binary110000111000001100000
Octal141140140

Shades and tints

Shades of #616060

#616060
(97,96,96)
#595858
(89,88,88)
#515050
(81,80,80)
#494848
(73,72,72)
#414040
(65,64,64)
#393838
(57,56,56)
#313030
(49,48,48)
#292828
(41,40,40)
#212020
(33,32,32)
#191818
(25,24,24)
#111010
(17,16,16)
#000000
(0,0,0)

Tints of #616060

#616060
(97,96,96)
#6F6E6E
(111,110,110)
#7D7C7C
(125,124,124)
#8B8A8A
(139,138,138)
#999898
(153,152,152)
#A7A6A6
(167,166,166)
#B5B4B4
(181,180,180)
#C3C2C2
(195,194,194)
#D1D0D0
(209,208,208)
#DFDEDE
(223,222,222)
#EDECEC
(237,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #616060; }

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

This text font color is #616060.


Background Color

.myBgColor { background-color: #616060; }

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

This div background color is #616060.


Border color

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

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

This div border color is #616060.


Opacity

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

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

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

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

This text has shadow with #616060 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616060 on black background.


Color preview on white background

This text has color #616060 on white background.



Black color preview on #616060 background

This text has black color on #616060 background.


White color preview on #616060 background

This text has white color on #616060 background.