COLOR #616063

HEX: #616063
RGB: (97,96,99)

Color info

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

RGB color model

#616063 color RGB value is (97,96,99).

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

RGB channels and saturation

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

97
96
99

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

Portions of RGB colors in percentages

R + G + B =
97 + 96 + 99 = 292 (100%)
R 97 of 292 ~ 33.22%
G 96 of 292 ~ 32.88%
B 99 of 292 ~ 33.9%

%33.22
%32.88
%33.9

CMYK color model

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

  • cyan value is 2.02%
  • magenta value is 3.03%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(2,3,0,61)
C2M3Y0K61 
(2%,3%,0%,61%)
(0.02/0.03/0.00/0.61)	

CMYK percentages

%2.02
%3.03
%0
%61.18

Codes

Color #616063 in popluar color models

616063
RGB979699
HSL260°1.54%38.24%
HSB/HSV260°3.03%38.82%
CMYK2.02%3.03%0.00%
61.18%

Color #616063 in popluar number systems.

HEX616063
Decimal979699
Binary110000111000001100011
Octal141140143

Shades and tints

Shades of #616063

#616063
(97,96,99)
#59585A
(89,88,90)
#515051
(81,80,81)
#494848
(73,72,72)
#41403F
(65,64,63)
#393836
(57,56,54)
#31302D
(49,48,45)
#292824
(41,40,36)
#21201B
(33,32,27)
#191812
(25,24,18)
#111009
(17,16,9)
#000000
(0,0,0)

Tints of #616063

#616063
(97,96,99)
#6F6E71
(111,110,113)
#7D7C7F
(125,124,127)
#8B8A8D
(139,138,141)
#99989B
(153,152,155)
#A7A6A9
(167,166,169)
#B5B4B7
(181,180,183)
#C3C2C5
(195,194,197)
#D1D0D3
(209,208,211)
#DFDEE1
(223,222,225)
#EDECEF
(237,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #616063; }

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

This text font color is #616063.


Background Color

.myBgColor { background-color: #616063; }

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

This div background color is #616063.


Border color

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

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

This div border color is #616063.


Opacity

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

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

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

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

This text has shadow with #616063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616063 on black background.


Color preview on white background

This text has color #616063 on white background.



Black color preview on #616063 background

This text has black color on #616063 background.


White color preview on #616063 background

This text has white color on #616063 background.