COLOR #616164

HEX: #616164
RGB: (97,97,100)

Color info

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

RGB color model

#616164 color RGB value is (97,97,100).

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

RGB channels and saturation

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

97
97
100

R + G + B ~ 38%. #616164 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 97 + 100 = 294 (100%)
R 97 of 294 ~ 32.99%
G 97 of 294 ~ 32.99%
B 100 of 294 ~ 34.01%

%32.99
%32.99
%34.01

CMYK color model

#616164 color CMYK value is (3,3,0,61).

  • cyan value is 3.00%
  • magenta value is 3.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(3,3,0,61)
C3M3Y0K61 
(3%,3%,0%,61%)
(0.03/0.03/0.00/0.61)	

CMYK percentages

%3
%3
%0
%60.78

Codes

Color #616164 in popluar color models

616164
RGB9797100
HSL240°1.52%38.63%
HSB/HSV240°3.00%39.22%
CMYK3.00%3.00%0.00%
60.78%

Color #616164 in popluar number systems.

HEX616164
Decimal9797100
Binary110000111000011100100
Octal141141144

Shades and tints

Shades of #616164

#616164
(97,97,100)
#59595B
(89,89,91)
#515152
(81,81,82)
#494949
(73,73,73)
#414140
(65,65,64)
#393937
(57,57,55)
#31312E
(49,49,46)
#292925
(41,41,37)
#21211C
(33,33,28)
#191913
(25,25,19)
#11110A
(17,17,10)
#000000
(0,0,0)

Tints of #616164

#616164
(97,97,100)
#6F6F72
(111,111,114)
#7D7D80
(125,125,128)
#8B8B8E
(139,139,142)
#99999C
(153,153,156)
#A7A7AA
(167,167,170)
#B5B5B8
(181,181,184)
#C3C3C6
(195,195,198)
#D1D1D4
(209,209,212)
#DFDFE2
(223,223,226)
#EDEDF0
(237,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #616164; }

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

This text font color is #616164.


Background Color

.myBgColor { background-color: #616164; }

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

This div background color is #616164.


Border color

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

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

This div border color is #616164.


Opacity

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

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

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

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

This text has shadow with #616164 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616164 on black background.


Color preview on white background

This text has color #616164 on white background.



Black color preview on #616164 background

This text has black color on #616164 background.


White color preview on #616164 background

This text has white color on #616164 background.