COLOR #616065

HEX: #616065
RGB: (97,96,101)

Color info

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

RGB color model

#616065 color RGB value is (97,96,101).

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

RGB channels and saturation

R 97 of 255 = 38%
G 96 of 255 = 38%
B 101 of 255 = 40%

97
96
101

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

Portions of RGB colors in percentages

R + G + B =
97 + 96 + 101 = 294 (100%)
R 97 of 294 ~ 32.99%
G 96 of 294 ~ 32.65%
B 101 of 294 ~ 34.35%

%32.99
%32.65
%34.35

CMYK color model

#616065 color CMYK value is (4,5,0,60).

  • cyan value is 3.96%
  • magenta value is 4.95%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(4,5,0,60)
C4M5Y0K60 
(4%,5%,0%,60%)
(0.04/0.05/0.00/0.60)	

CMYK percentages

%3.96
%4.95
%0
%60.39

Codes

Color #616065 in popluar color models

616065
RGB9796101
HSL252°2.54%38.63%
HSB/HSV252°4.95%39.61%
CMYK3.96%4.95%0.00%
60.39%

Color #616065 in popluar number systems.

HEX616065
Decimal9796101
Binary110000111000001100101
Octal141140145

Shades and tints

Shades of #616065

#616065
(97,96,101)
#59585C
(89,88,92)
#515053
(81,80,83)
#49484A
(73,72,74)
#414041
(65,64,65)
#393838
(57,56,56)
#31302F
(49,48,47)
#292826
(41,40,38)
#21201D
(33,32,29)
#191814
(25,24,20)
#11100B
(17,16,11)
#000000
(0,0,0)

Tints of #616065

#616065
(97,96,101)
#6F6E73
(111,110,115)
#7D7C81
(125,124,129)
#8B8A8F
(139,138,143)
#99989D
(153,152,157)
#A7A6AB
(167,166,171)
#B5B4B9
(181,180,185)
#C3C2C7
(195,194,199)
#D1D0D5
(209,208,213)
#DFDEE3
(223,222,227)
#EDECF1
(237,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #616065; }

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

This text font color is #616065.


Background Color

.myBgColor { background-color: #616065; }

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

This div background color is #616065.


Border color

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

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

This div border color is #616065.


Opacity

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

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

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

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

This text has shadow with #616065 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616065 on black background.


Color preview on white background

This text has color #616065 on white background.



Black color preview on #616065 background

This text has black color on #616065 background.


White color preview on #616065 background

This text has white color on #616065 background.