COLOR #616D63

HEX: #616D63
RGB: (97,109,99)

Color info

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

RGB color model

#616D63 color RGB value is (97,109,99).

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

RGB channels and saturation

R 97 of 255 = 38%
G 109 of 255 = 43%
B 99 of 255 = 39%

97
109
99

R + G + B ~ 40%. #616D63 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
97 + 109 + 99 = 305 (100%)
R 97 of 305 ~ 31.8%
G 109 of 305 ~ 35.74%
B 99 of 305 ~ 32.46%

%31.8
%35.74
%32.46

CMYK color model

#616D63 color CMYK value is (11,0,9,57).

  • cyan value is 11.01%
  • magenta value is 0.00%
  • yellow value is 9.17%
  • key color value is 57.25%
CMYK:
(11,0,9,57)
C11M0Y9K57 
(11%,0%,9%,57%)
(0.11/0.00/0.09/0.57)	

CMYK percentages

%11.01
%0
%9.17
%57.25

Codes

Color #616D63 in popluar color models

616D63
RGB9710999
HSL130°5.83%40.39%
HSB/HSV130°11.01%42.75%
CMYK11.01%0.00%9.17%
57.25%

Color #616D63 in popluar number systems.

HEX616D63
Decimal9710999
Binary110000111011011100011
Octal141155143

Shades and tints

Shades of #616D63

#616D63
(97,109,99)
#59645A
(89,100,90)
#515B51
(81,91,81)
#495248
(73,82,72)
#41493F
(65,73,63)
#394036
(57,64,54)
#31372D
(49,55,45)
#292E24
(41,46,36)
#21251B
(33,37,27)
#191C12
(25,28,18)
#111309
(17,19,9)
#000000
(0,0,0)

Tints of #616D63

#616D63
(97,109,99)
#6F7A71
(111,122,113)
#7D877F
(125,135,127)
#8B948D
(139,148,141)
#99A19B
(153,161,155)
#A7AEA9
(167,174,169)
#B5BBB7
(181,187,183)
#C3C8C5
(195,200,197)
#D1D5D3
(209,213,211)
#DFE2E1
(223,226,225)
#EDEFEF
(237,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #616D63; }

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

This text font color is #616D63.


Background Color

.myBgColor { background-color: #616D63; }

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

This div background color is #616D63.


Border color

.myBorderColor { border: 1px solid #616D63; }

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

This div border color is #616D63.


Opacity

.myOpacity80 { color: #616D63; opacity: 0.8; }

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

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

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

This text has shadow with #616D63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616D63 on black background.


Color preview on white background

This text has color #616D63 on white background.



Black color preview on #616D63 background

This text has black color on #616D63 background.


White color preview on #616D63 background

This text has white color on #616D63 background.