COLOR #616F6B

HEX: #616F6B
RGB: (97,111,107)

Color info

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

RGB color model

#616F6B color RGB value is (97,111,107).

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

RGB channels and saturation

R 97 of 255 = 38%
G 111 of 255 = 44%
B 107 of 255 = 42%

97
111
107

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

Portions of RGB colors in percentages

R + G + B =
97 + 111 + 107 = 315 (100%)
R 97 of 315 ~ 30.79%
G 111 of 315 ~ 35.24%
B 107 of 315 ~ 33.97%

%30.79
%35.24
%33.97

CMYK color model

#616F6B color CMYK value is (13,0,4,56).

  • cyan value is 12.61%
  • magenta value is 0.00%
  • yellow value is 3.60%
  • key color value is 56.47%
CMYK:
(13,0,4,56)
C13M0Y4K56 
(13%,0%,4%,56%)
(0.13/0.00/0.04/0.56)	

CMYK percentages

%12.61
%0
%3.6
%56.47

Codes

Color #616F6B in popluar color models

616F6B
RGB97111107
HSL163°6.73%40.78%
HSB/HSV163°12.61%43.53%
CMYK12.61%0.00%3.60%
56.47%

Color #616F6B in popluar number systems.

HEX616F6B
Decimal97111107
Binary110000111011111101011
Octal141157153

Shades and tints

Shades of #616F6B

#616F6B
(97,111,107)
#596562
(89,101,98)
#515B59
(81,91,89)
#495150
(73,81,80)
#414747
(65,71,71)
#393D3E
(57,61,62)
#313335
(49,51,53)
#29292C
(41,41,44)
#211F23
(33,31,35)
#19151A
(25,21,26)
#110B11
(17,11,17)
#000000
(0,0,0)

Tints of #616F6B

#616F6B
(97,111,107)
#6F7C78
(111,124,120)
#7D8985
(125,137,133)
#8B9692
(139,150,146)
#99A39F
(153,163,159)
#A7B0AC
(167,176,172)
#B5BDB9
(181,189,185)
#C3CAC6
(195,202,198)
#D1D7D3
(209,215,211)
#DFE4E0
(223,228,224)
#EDF1ED
(237,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #616F6B; }

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

This text font color is #616F6B.


Background Color

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

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

This div background color is #616F6B.


Border color

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

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

This div border color is #616F6B.


Opacity

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

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

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

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

This text has shadow with #616F6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616F6B on black background.


Color preview on white background

This text has color #616F6B on white background.



Black color preview on #616F6B background

This text has black color on #616F6B background.


White color preview on #616F6B background

This text has white color on #616F6B background.