COLOR #616966

HEX: #616966
RGB: (97,105,102)

Color info

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

RGB color model

#616966 color RGB value is (97,105,102).

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

RGB channels and saturation

R 97 of 255 = 38%
G 105 of 255 = 41%
B 102 of 255 = 40%

97
105
102

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

Portions of RGB colors in percentages

R + G + B =
97 + 105 + 102 = 304 (100%)
R 97 of 304 ~ 31.91%
G 105 of 304 ~ 34.54%
B 102 of 304 ~ 33.55%

%31.91
%34.54
%33.55

CMYK color model

#616966 color CMYK value is (8,0,3,59).

  • cyan value is 7.62%
  • magenta value is 0.00%
  • yellow value is 2.86%
  • key color value is 58.82%
CMYK:
(8,0,3,59)
C8M0Y3K59 
(8%,0%,3%,59%)
(0.08/0.00/0.03/0.59)	

CMYK percentages

%7.62
%0
%2.86
%58.82

Codes

Color #616966 in popluar color models

616966
RGB97105102
HSL158°3.96%39.61%
HSB/HSV158°7.62%41.18%
CMYK7.62%0.00%2.86%
58.82%

Color #616966 in popluar number systems.

HEX616966
Decimal97105102
Binary110000111010011100110
Octal141151146

Shades and tints

Shades of #616966

#616966
(97,105,102)
#59605D
(89,96,93)
#515754
(81,87,84)
#494E4B
(73,78,75)
#414542
(65,69,66)
#393C39
(57,60,57)
#313330
(49,51,48)
#292A27
(41,42,39)
#21211E
(33,33,30)
#191815
(25,24,21)
#110F0C
(17,15,12)
#000000
(0,0,0)

Tints of #616966

#616966
(97,105,102)
#6F7673
(111,118,115)
#7D8380
(125,131,128)
#8B908D
(139,144,141)
#999D9A
(153,157,154)
#A7AAA7
(167,170,167)
#B5B7B4
(181,183,180)
#C3C4C1
(195,196,193)
#D1D1CE
(209,209,206)
#DFDEDB
(223,222,219)
#EDEBE8
(237,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #616966; }

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

This text font color is #616966.


Background Color

.myBgColor { background-color: #616966; }

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

This div background color is #616966.


Border color

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

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

This div border color is #616966.


Opacity

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

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

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

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

This text has shadow with #616966 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616966 on black background.


Color preview on white background

This text has color #616966 on white background.



Black color preview on #616966 background

This text has black color on #616966 background.


White color preview on #616966 background

This text has white color on #616966 background.