COLOR #616968

HEX: #616968
RGB: (97,105,104)

Color info

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

RGB color model

#616968 color RGB value is (97,105,104).

  • red value is 97;
  • green value is 105;
  • blue value is 104.
RGB:
(97,105,104)
(38%,41%,41%)

RGB channels and saturation

R 97 of 255 = 38%
G 105 of 255 = 41%
B 104 of 255 = 41%

97
105
104

R + G + B ~ 40%. #616968 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
97 + 105 + 104 = 306 (100%)
R 97 of 306 ~ 31.7%
G 105 of 306 ~ 34.31%
B 104 of 306 ~ 33.99%

%31.7
%34.31
%33.99

CMYK color model

#616968 color CMYK value is (8,0,1,59).

  • cyan value is 7.62%
  • magenta value is 0.00%
  • yellow value is 0.95%
  • key color value is 58.82%
CMYK:
(8,0,1,59)
C8M0Y1K59 
(8%,0%,1%,59%)
(0.08/0.00/0.01/0.59)	

CMYK percentages

%7.62
%0
%0.95
%58.82

Codes

Color #616968 in popluar color models

616968
RGB97105104
HSL173°3.96%39.61%
HSB/HSV173°7.62%41.18%
CMYK7.62%0.00%0.95%
58.82%

Color #616968 in popluar number systems.

HEX616968
Decimal97105104
Binary110000111010011101000
Octal141151150

Shades and tints

Shades of #616968

#616968
(97,105,104)
#59605F
(89,96,95)
#515756
(81,87,86)
#494E4D
(73,78,77)
#414544
(65,69,68)
#393C3B
(57,60,59)
#313332
(49,51,50)
#292A29
(41,42,41)
#212120
(33,33,32)
#191817
(25,24,23)
#110F0E
(17,15,14)
#000000
(0,0,0)

Tints of #616968

#616968
(97,105,104)
#6F7675
(111,118,117)
#7D8382
(125,131,130)
#8B908F
(139,144,143)
#999D9C
(153,157,156)
#A7AAA9
(167,170,169)
#B5B7B6
(181,183,182)
#C3C4C3
(195,196,195)
#D1D1D0
(209,209,208)
#DFDEDD
(223,222,221)
#EDEBEA
(237,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #616968 color. Also use rgb(97,105,104) instead hex code.

Text Font Color

.myTextColor { color: #616968; }

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

This text font color is #616968.


Background Color

.myBgColor { background-color: #616968; }

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

This div background color is #616968.


Border color

.myBorderColor { border: 1px solid #616968; }

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

This div border color is #616968.


Opacity

.myOpacity80 { color: #616968; opacity: 0.8; }

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

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

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

This text has shadow with #616968 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616968 on black background.


Color preview on white background

This text has color #616968 on white background.



Black color preview on #616968 background

This text has black color on #616968 background.


White color preview on #616968 background

This text has white color on #616968 background.