COLOR #616E72

HEX: #616E72
RGB: (97,110,114)

Color info

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

RGB color model

#616E72 color RGB value is (97,110,114).

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

RGB channels and saturation

R 97 of 255 = 38%
G 110 of 255 = 43%
B 114 of 255 = 45%

97
110
114

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

Portions of RGB colors in percentages

R + G + B =
97 + 110 + 114 = 321 (100%)
R 97 of 321 ~ 30.22%
G 110 of 321 ~ 34.27%
B 114 of 321 ~ 35.51%

%30.22
%34.27
%35.51

CMYK color model

#616E72 color CMYK value is (15,4,0,55).

  • cyan value is 14.91%
  • magenta value is 3.51%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(15,4,0,55)
C15M4Y0K55 
(15%,4%,0%,55%)
(0.15/0.04/0.00/0.55)	

CMYK percentages

%14.91
%3.51
%0
%55.29

Codes

Color #616E72 in popluar color models

616E72
RGB97110114
HSL194°8.06%41.37%
HSB/HSV194°14.91%44.71%
CMYK14.91%3.51%0.00%
55.29%

Color #616E72 in popluar number systems.

HEX616E72
Decimal97110114
Binary110000111011101110010
Octal141156162

Shades and tints

Shades of #616E72

#616E72
(97,110,114)
#596468
(89,100,104)
#515A5E
(81,90,94)
#495054
(73,80,84)
#41464A
(65,70,74)
#393C40
(57,60,64)
#313236
(49,50,54)
#29282C
(41,40,44)
#211E22
(33,30,34)
#191418
(25,20,24)
#110A0E
(17,10,14)
#000000
(0,0,0)

Tints of #616E72

#616E72
(97,110,114)
#6F7B7E
(111,123,126)
#7D888A
(125,136,138)
#8B9596
(139,149,150)
#99A2A2
(153,162,162)
#A7AFAE
(167,175,174)
#B5BCBA
(181,188,186)
#C3C9C6
(195,201,198)
#D1D6D2
(209,214,210)
#DFE3DE
(223,227,222)
#EDF0EA
(237,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #616E72; }

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

This text font color is #616E72.


Background Color

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

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

This div background color is #616E72.


Border color

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

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

This div border color is #616E72.


Opacity

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

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

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

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

This text has shadow with #616E72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616E72 on black background.


Color preview on white background

This text has color #616E72 on white background.



Black color preview on #616E72 background

This text has black color on #616E72 background.


White color preview on #616E72 background

This text has white color on #616E72 background.