COLOR #616964

HEX: #616964 RGB: (97,105,100)

Color info

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

RGB color model

#616964 color RGB value is (97,105,100).

RGB: (97,105,100) (38%, 41%, 39%)

RGB channels and saturation

R 97 of 255 = 38%
G 105 of 255 = 41%
B 100 of 255 = 39%

97
105
100

R + G + B ~ 39%. #616964 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 97 + 105 + 100 = 302 (100%)
R 97 of 302 ~ 32.12%
G 105 of 302 ~ 34.77%
B 100 of 302 ~ 33.11'%

%32.12
%34.77
%33.11

CMYK color model

#616964 color CMYK value is (8,0,5,59).

  • cyan value is 7.62%
  • magenta value is 0.00%
  • yellow value is 4.76%
  • key color value is 58.82%

CMYK: (8,0,5,59)
C8M0Y5K59 (8%, 0%, 5%, 59%)
(0.08 / 0.00 / 0.05 / 0.59)

CMYK percentages

%7.62
%0
%4.76
%58.82

Codes

Color #616964 in popluar color models

61 69 64
RGB 97 105 100
HSL 143° 3.96% 39.61%
HSB/HSV 143° 7.62% 41.18%
CMYK 7.62% 0.00% 4.76%
58.82%

Color #616964 in popluar number systems.

HEX 61 69 64
Decimal 97 105 100
Binary 1100001 1101001 1100100
Octal 141 151 144

Shades and tints

Shades of #616964

#616964
(97,105,100)
#59605B
(89,96,91)
#515752
(81,87,82)
#494E49
(73,78,73)
#414540
(65,69,64)
#393C37
(57,60,55)
#31332E
(49,51,46)
#292A25
(41,42,37)
#21211C
(33,33,28)
#191813
(25,24,19)
#110F0A
(17,15,10)
#000000
(0,0,0)

Tints of #616964

#616964
(97,105,100)
#6F7672
(111,118,114)
#7D8380
(125,131,128)
#8B908E
(139,144,142)
#999D9C
(153,157,156)
#A7AAAA
(167,170,170)
#B5B7B8
(181,183,184)
#C3C4C6
(195,196,198)
#D1D1D4
(209,209,212)
#DFDEE2
(223,222,226)
#EDEBF0
(237,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #616964; }

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

This text font color is #616964.

Background Color

.myBgColor { background-color: #616964; }

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

This div background color is #616964.

Border color

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

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

This div border color is #616964.

Opacity

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

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

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

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

This text has shadow with #616964 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #616964.

Preview

Color preview on black background

This text has color #616964 on black background.


Color preview on white background

This text has color #616964 on white background.


Black color preview on #616964 background

This text has black color on #616964 background.


White color preview on #616964 background

This text has white color on #616964 background.


Related colors

Complementary color

Complementary color for #hex is #9E969B.


I love getcolorcode.com

Triadic colors

1 #646169 and #696461 with #616964 are triadic colors.

2 #646961 and #696164 with #616964 are triadic colors.