COLOR #616463

HEX: #616463
RGB: (97,100,99)

Color info

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

RGB color model

#616463 color RGB value is (97,100,99).

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

RGB channels and saturation

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

97
100
99

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

Portions of RGB colors in percentages

R + G + B =
97 + 100 + 99 = 296 (100%)
R 97 of 296 ~ 32.77%
G 100 of 296 ~ 33.78%
B 99 of 296 ~ 33.45%

%32.77
%33.78
%33.45

CMYK color model

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

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

CMYK percentages

%3
%0
%1
%60.78

Codes

Color #616463 in popluar color models

616463
RGB9710099
HSL160°1.52%38.63%
HSB/HSV160°3.00%39.22%
CMYK3.00%0.00%1.00%
60.78%

Color #616463 in popluar number systems.

HEX616463
Decimal9710099
Binary110000111001001100011
Octal141144143

Shades and tints

Shades of #616463

#616463
(97,100,99)
#595B5A
(89,91,90)
#515251
(81,82,81)
#494948
(73,73,72)
#41403F
(65,64,63)
#393736
(57,55,54)
#312E2D
(49,46,45)
#292524
(41,37,36)
#211C1B
(33,28,27)
#191312
(25,19,18)
#110A09
(17,10,9)
#000000
(0,0,0)

Tints of #616463

#616463
(97,100,99)
#6F7271
(111,114,113)
#7D807F
(125,128,127)
#8B8E8D
(139,142,141)
#999C9B
(153,156,155)
#A7AAA9
(167,170,169)
#B5B8B7
(181,184,183)
#C3C6C5
(195,198,197)
#D1D4D3
(209,212,211)
#DFE2E1
(223,226,225)
#EDF0EF
(237,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #616463; }

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

This text font color is #616463.


Background Color

.myBgColor { background-color: #616463; }

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

This div background color is #616463.


Border color

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

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

This div border color is #616463.


Opacity

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

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

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

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

This text has shadow with #616463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616463 on black background.


Color preview on white background

This text has color #616463 on white background.



Black color preview on #616463 background

This text has black color on #616463 background.


White color preview on #616463 background

This text has white color on #616463 background.