COLOR #616868

HEX: #616868
RGB: (97,104,104)

Color info

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

RGB color model

#616868 color RGB value is (97,104,104).

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

RGB channels and saturation

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

97
104
104

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

Portions of RGB colors in percentages

R + G + B =
97 + 104 + 104 = 305 (100%)
R 97 of 305 ~ 31.8%
G 104 of 305 ~ 34.1%
B 104 of 305 ~ 34.1%

%31.8
%34.1
%34.1

CMYK color model

#616868 color CMYK value is (7,0,0,59).

  • cyan value is 6.73%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(7,0,0,59)
C7M0Y0K59 
(7%,0%,0%,59%)
(0.07/0.00/0.00/0.59)	

CMYK percentages

%6.73
%0
%0
%59.22

Codes

Color #616868 in popluar color models

616868
RGB97104104
HSL180°3.48%39.41%
HSB/HSV180°6.73%40.78%
CMYK6.73%0.00%0.00%
59.22%

Color #616868 in popluar number systems.

HEX616868
Decimal97104104
Binary110000111010001101000
Octal141150150

Shades and tints

Shades of #616868

#616868
(97,104,104)
#595F5F
(89,95,95)
#515656
(81,86,86)
#494D4D
(73,77,77)
#414444
(65,68,68)
#393B3B
(57,59,59)
#313232
(49,50,50)
#292929
(41,41,41)
#212020
(33,32,32)
#191717
(25,23,23)
#110E0E
(17,14,14)
#000000
(0,0,0)

Tints of #616868

#616868
(97,104,104)
#6F7575
(111,117,117)
#7D8282
(125,130,130)
#8B8F8F
(139,143,143)
#999C9C
(153,156,156)
#A7A9A9
(167,169,169)
#B5B6B6
(181,182,182)
#C3C3C3
(195,195,195)
#D1D0D0
(209,208,208)
#DFDDDD
(223,221,221)
#EDEAEA
(237,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #616868; }

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

This text font color is #616868.


Background Color

.myBgColor { background-color: #616868; }

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

This div background color is #616868.


Border color

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

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

This div border color is #616868.


Opacity

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

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

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

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

This text has shadow with #616868 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616868 on black background.


Color preview on white background

This text has color #616868 on white background.



Black color preview on #616868 background

This text has black color on #616868 background.


White color preview on #616868 background

This text has white color on #616868 background.