COLOR #616F7F

HEX: #616F7F
RGB: (97,111,127)

Color info

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

RGB color model

#616F7F color RGB value is (97,111,127).

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

RGB channels and saturation

R 97 of 255 = 38%
G 111 of 255 = 44%
B 127 of 255 = 50%

97
111
127

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

Portions of RGB colors in percentages

R + G + B =
97 + 111 + 127 = 335 (100%)
R 97 of 335 ~ 28.96%
G 111 of 335 ~ 33.13%
B 127 of 335 ~ 37.91%

%28.96
%33.13
%37.91

CMYK color model

#616F7F color CMYK value is (24,13,0,50).

  • cyan value is 23.62%
  • magenta value is 12.60%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(24,13,0,50)
C24M13Y0K50 
(24%,13%,0%,50%)
(0.24/0.13/0.00/0.50)	

CMYK percentages

%23.62
%12.6
%0
%50.2

Codes

Color #616F7F in popluar color models

616F7F
RGB97111127
HSL212°13.39%43.92%
HSB/HSV212°23.62%49.80%
CMYK23.62%12.60%0.00%
50.20%

Color #616F7F in popluar number systems.

HEX616F7F
Decimal97111127
Binary110000111011111111111
Octal141157177

Shades and tints

Shades of #616F7F

#616F7F
(97,111,127)
#596574
(89,101,116)
#515B69
(81,91,105)
#49515E
(73,81,94)
#414753
(65,71,83)
#393D48
(57,61,72)
#31333D
(49,51,61)
#292932
(41,41,50)
#211F27
(33,31,39)
#19151C
(25,21,28)
#110B11
(17,11,17)
#000000
(0,0,0)

Tints of #616F7F

#616F7F
(97,111,127)
#6F7C8A
(111,124,138)
#7D8995
(125,137,149)
#8B96A0
(139,150,160)
#99A3AB
(153,163,171)
#A7B0B6
(167,176,182)
#B5BDC1
(181,189,193)
#C3CACC
(195,202,204)
#D1D7D7
(209,215,215)
#DFE4E2
(223,228,226)
#EDF1ED
(237,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #616F7F; }

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

This text font color is #616F7F.


Background Color

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

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

This div background color is #616F7F.


Border color

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

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

This div border color is #616F7F.


Opacity

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

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

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

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

This text has shadow with #616F7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616F7F on black background.


Color preview on white background

This text has color #616F7F on white background.



Black color preview on #616F7F background

This text has black color on #616F7F background.


White color preview on #616F7F background

This text has white color on #616F7F background.