COLOR #616161

HEX: #616161
RGB: (97,97,97)

Color info

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

RGB color model

#616161 color RGB value is (97,97,97).

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

RGB channels and saturation

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

97
97
97

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

Portions of RGB colors in percentages

R + G + B =
97 + 97 + 97 = 291 (100%)
R 97 of 291 ~ 33.33%
G 97 of 291 ~ 33.33%
B 97 of 291 ~ 33.33%

%33.33
%33.33
%33.33

CMYK color model

#616161 color CMYK value is (0,0,0,62).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(0,0,0,62)
C0M0Y0K62 
(0%,0%,0%,62%)
(0.00/0.00/0.00/0.62)	

CMYK percentages

%0
%0
%0
%61.96

Codes

Color #616161 in popluar color models

616161
RGB979797
HSL0.00%0.38%
HSB/HSV0.00%0.38%
CMYK0.00%0.00%0.00%
61.96%

Color #616161 in popluar number systems.

HEX616161
Decimal979797
Binary110000111000011100001
Octal141141141

Shades and tints

Shades of #616161

#616161
(97,97,97)
#595959
(89,89,89)
#515151
(81,81,81)
#494949
(73,73,73)
#414141
(65,65,65)
#393939
(57,57,57)
#313131
(49,49,49)
#292929
(41,41,41)
#212121
(33,33,33)
#191919
(25,25,25)
#111111
(17,17,17)
#000000
(0,0,0)

Tints of #616161

#616161
(97,97,97)
#6F6F6F
(111,111,111)
#7D7D7D
(125,125,125)
#8B8B8B
(139,139,139)
#999999
(153,153,153)
#A7A7A7
(167,167,167)
#B5B5B5
(181,181,181)
#C3C3C3
(195,195,195)
#D1D1D1
(209,209,209)
#DFDFDF
(223,223,223)
#EDEDED
(237,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #616161; }

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

This text font color is #616161.


Background Color

.myBgColor { background-color: #616161; }

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

This div background color is #616161.


Border color

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

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

This div border color is #616161.


Opacity

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

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

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

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

This text has shadow with #616161 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616161 on black background.


Color preview on white background

This text has color #616161 on white background.



Black color preview on #616161 background

This text has black color on #616161 background.


White color preview on #616161 background

This text has white color on #616161 background.