COLOR #616C72

HEX: #616C72
RGB: (97,108,114)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

97
108
114

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

Portions of RGB colors in percentages

R + G + B =
97 + 108 + 114 = 319 (100%)
R 97 of 319 ~ 30.41%
G 108 of 319 ~ 33.86%
B 114 of 319 ~ 35.74%

%30.41
%33.86
%35.74

CMYK color model

#616C72 color CMYK value is (15,5,0,55).

  • cyan value is 14.91%
  • magenta value is 5.26%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(15,5,0,55)
C15M5Y0K55 
(15%,5%,0%,55%)
(0.15/0.05/0.00/0.55)	

CMYK percentages

%14.91
%5.26
%0
%55.29

Codes

Color #616C72 in popluar color models

616C72
RGB97108114
HSL201°8.06%41.37%
HSB/HSV201°14.91%44.71%
CMYK14.91%5.26%0.00%
55.29%

Color #616C72 in popluar number systems.

HEX616C72
Decimal97108114
Binary110000111011001110010
Octal141154162

Shades and tints

Shades of #616C72

#616C72
(97,108,114)
#596368
(89,99,104)
#515A5E
(81,90,94)
#495154
(73,81,84)
#41484A
(65,72,74)
#393F40
(57,63,64)
#313636
(49,54,54)
#292D2C
(41,45,44)
#212422
(33,36,34)
#191B18
(25,27,24)
#11120E
(17,18,14)
#000000
(0,0,0)

Tints of #616C72

#616C72
(97,108,114)
#6F797E
(111,121,126)
#7D868A
(125,134,138)
#8B9396
(139,147,150)
#99A0A2
(153,160,162)
#A7ADAE
(167,173,174)
#B5BABA
(181,186,186)
#C3C7C6
(195,199,198)
#D1D4D2
(209,212,210)
#DFE1DE
(223,225,222)
#EDEEEA
(237,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #616C72; }

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

This text font color is #616C72.


Background Color

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

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

This div background color is #616C72.


Border color

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

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

This div border color is #616C72.


Opacity

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

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

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

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

This text has shadow with #616C72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616C72 on black background.


Color preview on white background

This text has color #616C72 on white background.



Black color preview on #616C72 background

This text has black color on #616C72 background.


White color preview on #616C72 background

This text has white color on #616C72 background.