COLOR #616465

HEX: #616465
RGB: (97,100,101)

Color info

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

RGB color model

#616465 color RGB value is (97,100,101).

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

RGB channels and saturation

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

97
100
101

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

Portions of RGB colors in percentages

R + G + B =
97 + 100 + 101 = 298 (100%)
R 97 of 298 ~ 32.55%
G 100 of 298 ~ 33.56%
B 101 of 298 ~ 33.89%

%32.55
%33.56
%33.89

CMYK color model

#616465 color CMYK value is (4,1,0,60).

  • cyan value is 3.96%
  • magenta value is 0.99%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(4,1,0,60)
C4M1Y0K60 
(4%,1%,0%,60%)
(0.04/0.01/0.00/0.60)	

CMYK percentages

%3.96
%0.99
%0
%60.39

Codes

Color #616465 in popluar color models

616465
RGB97100101
HSL195°2.02%38.82%
HSB/HSV195°3.96%39.61%
CMYK3.96%0.99%0.00%
60.39%

Color #616465 in popluar number systems.

HEX616465
Decimal97100101
Binary110000111001001100101
Octal141144145

Shades and tints

Shades of #616465

#616465
(97,100,101)
#595B5C
(89,91,92)
#515253
(81,82,83)
#49494A
(73,73,74)
#414041
(65,64,65)
#393738
(57,55,56)
#312E2F
(49,46,47)
#292526
(41,37,38)
#211C1D
(33,28,29)
#191314
(25,19,20)
#110A0B
(17,10,11)
#000000
(0,0,0)

Tints of #616465

#616465
(97,100,101)
#6F7273
(111,114,115)
#7D8081
(125,128,129)
#8B8E8F
(139,142,143)
#999C9D
(153,156,157)
#A7AAAB
(167,170,171)
#B5B8B9
(181,184,185)
#C3C6C7
(195,198,199)
#D1D4D5
(209,212,213)
#DFE2E3
(223,226,227)
#EDF0F1
(237,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #616465; }

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

This text font color is #616465.


Background Color

.myBgColor { background-color: #616465; }

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

This div background color is #616465.


Border color

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

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

This div border color is #616465.


Opacity

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

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

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

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

This text has shadow with #616465 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616465 on black background.


Color preview on white background

This text has color #616465 on white background.



Black color preview on #616465 background

This text has black color on #616465 background.


White color preview on #616465 background

This text has white color on #616465 background.