COLOR #616F73

HEX: #616F73
RGB: (97,111,115)

Color info

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

RGB color model

#616F73 color RGB value is (97,111,115).

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

RGB channels and saturation

R 97 of 255 = 38%
G 111 of 255 = 44%
B 115 of 255 = 45%

97
111
115

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

Portions of RGB colors in percentages

R + G + B =
97 + 111 + 115 = 323 (100%)
R 97 of 323 ~ 30.03%
G 111 of 323 ~ 34.37%
B 115 of 323 ~ 35.6%

%30.03
%34.37
%35.6

CMYK color model

#616F73 color CMYK value is (16,3,0,55).

  • cyan value is 15.65%
  • magenta value is 3.48%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(16,3,0,55)
C16M3Y0K55 
(16%,3%,0%,55%)
(0.16/0.03/0.00/0.55)	

CMYK percentages

%15.65
%3.48
%0
%54.9

Codes

Color #616F73 in popluar color models

616F73
RGB97111115
HSL193°8.49%41.57%
HSB/HSV193°15.65%45.10%
CMYK15.65%3.48%0.00%
54.90%

Color #616F73 in popluar number systems.

HEX616F73
Decimal97111115
Binary110000111011111110011
Octal141157163

Shades and tints

Shades of #616F73

#616F73
(97,111,115)
#596569
(89,101,105)
#515B5F
(81,91,95)
#495155
(73,81,85)
#41474B
(65,71,75)
#393D41
(57,61,65)
#313337
(49,51,55)
#29292D
(41,41,45)
#211F23
(33,31,35)
#191519
(25,21,25)
#110B0F
(17,11,15)
#000000
(0,0,0)

Tints of #616F73

#616F73
(97,111,115)
#6F7C7F
(111,124,127)
#7D898B
(125,137,139)
#8B9697
(139,150,151)
#99A3A3
(153,163,163)
#A7B0AF
(167,176,175)
#B5BDBB
(181,189,187)
#C3CAC7
(195,202,199)
#D1D7D3
(209,215,211)
#DFE4DF
(223,228,223)
#EDF1EB
(237,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #616F73; }

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

This text font color is #616F73.


Background Color

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

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

This div background color is #616F73.


Border color

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

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

This div border color is #616F73.


Opacity

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

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

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

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

This text has shadow with #616F73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616F73 on black background.


Color preview on white background

This text has color #616F73 on white background.



Black color preview on #616F73 background

This text has black color on #616F73 background.


White color preview on #616F73 background

This text has white color on #616F73 background.