COLOR #616869

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

97
104
105

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

Portions of RGB colors in percentages

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

%31.7
%33.99
%34.31

CMYK color model

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

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

CMYK percentages

%7.62
%0.95
%0
%58.82

Codes

Color #616869 in popluar color models

616869
RGB97104105
HSL188°3.96%39.61%
HSB/HSV188°7.62%41.18%
CMYK7.62%0.95%0.00%
58.82%

Color #616869 in popluar number systems.

HEX616869
Decimal97104105
Binary110000111010001101001
Octal141150151

Shades and tints

Shades of #616869

#616869
(97,104,105)
#595F60
(89,95,96)
#515657
(81,86,87)
#494D4E
(73,77,78)
#414445
(65,68,69)
#393B3C
(57,59,60)
#313233
(49,50,51)
#29292A
(41,41,42)
#212021
(33,32,33)
#191718
(25,23,24)
#110E0F
(17,14,15)
#000000
(0,0,0)

Tints of #616869

#616869
(97,104,105)
#6F7576
(111,117,118)
#7D8283
(125,130,131)
#8B8F90
(139,143,144)
#999C9D
(153,156,157)
#A7A9AA
(167,169,170)
#B5B6B7
(181,182,183)
#C3C3C4
(195,195,196)
#D1D0D1
(209,208,209)
#DFDDDE
(223,221,222)
#EDEAEB
(237,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #616869; }

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

This text font color is #616869.


Background Color

.myBgColor { background-color: #616869; }

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

This div background color is #616869.


Border color

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

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

This div border color is #616869.


Opacity

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

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

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

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

This text has shadow with #616869 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616869 on black background.


Color preview on white background

This text has color #616869 on white background.



Black color preview on #616869 background

This text has black color on #616869 background.


White color preview on #616869 background

This text has white color on #616869 background.