COLOR #616563

HEX: #616563
RGB: (97,101,99)

Color info

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

RGB color model

#616563 color RGB value is (97,101,99).

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

RGB channels and saturation

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

97
101
99

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

Portions of RGB colors in percentages

R + G + B =
97 + 101 + 99 = 297 (100%)
R 97 of 297 ~ 32.66%
G 101 of 297 ~ 34.01%
B 99 of 297 ~ 33.33%

%32.66
%34.01
%33.33

CMYK color model

#616563 color CMYK value is (4,0,2,60).

  • cyan value is 3.96%
  • magenta value is 0.00%
  • yellow value is 1.98%
  • key color value is 60.39%
CMYK:
(4,0,2,60)
C4M0Y2K60 
(4%,0%,2%,60%)
(0.04/0.00/0.02/0.60)	

CMYK percentages

%3.96
%0
%1.98
%60.39

Codes

Color #616563 in popluar color models

616563
RGB9710199
HSL150°2.02%38.82%
HSB/HSV150°3.96%39.61%
CMYK3.96%0.00%1.98%
60.39%

Color #616563 in popluar number systems.

HEX616563
Decimal9710199
Binary110000111001011100011
Octal141145143

Shades and tints

Shades of #616563

#616563
(97,101,99)
#595C5A
(89,92,90)
#515351
(81,83,81)
#494A48
(73,74,72)
#41413F
(65,65,63)
#393836
(57,56,54)
#312F2D
(49,47,45)
#292624
(41,38,36)
#211D1B
(33,29,27)
#191412
(25,20,18)
#110B09
(17,11,9)
#000000
(0,0,0)

Tints of #616563

#616563
(97,101,99)
#6F7371
(111,115,113)
#7D817F
(125,129,127)
#8B8F8D
(139,143,141)
#999D9B
(153,157,155)
#A7ABA9
(167,171,169)
#B5B9B7
(181,185,183)
#C3C7C5
(195,199,197)
#D1D5D3
(209,213,211)
#DFE3E1
(223,227,225)
#EDF1EF
(237,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #616563; }

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

This text font color is #616563.


Background Color

.myBgColor { background-color: #616563; }

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

This div background color is #616563.


Border color

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

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

This div border color is #616563.


Opacity

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

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

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

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

This text has shadow with #616563 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616563 on black background.


Color preview on white background

This text has color #616563 on white background.



Black color preview on #616563 background

This text has black color on #616563 background.


White color preview on #616563 background

This text has white color on #616563 background.