COLOR #616D70

HEX: #616D70 RGB: (97,109,112)

Color info

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

RGB color model

#616D70 color RGB value is (97,109,112).

RGB: (97,109,112) (38%, 43%, 44%)

RGB channels and saturation

R 97 of 255 = 38%
G 109 of 255 = 43%
B 112 of 255 = 44%

97
109
112

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

Portions of RGB colors in percentages

R + G + B = 97 + 109 + 112 = 318 (100%)
R 97 of 318 ~ 30.5%
G 109 of 318 ~ 34.28%
B 112 of 318 ~ 35.22'%

%30.5
%34.28
%35.22

CMYK color model

#616D70 color CMYK value is (13,3,0,56).

  • cyan value is 13.39%
  • magenta value is 2.68%
  • yellow value is 0.00%
  • key color value is 56.08%

CMYK: (13,3,0,56)
C13M3Y0K56 (13%, 3%, 0%, 56%)
(0.13 / 0.03 / 0.00 / 0.56)

CMYK percentages

%13.39
%2.68
%0
%56.08

Codes

Color #616D70 in popluar color models

61 6D 70
RGB 97 109 112
HSL 192° 7.18% 40.98%
HSB/HSV 192° 13.39% 43.92%
CMYK 13.39% 2.68% 0.00%
56.08%

Color #616D70 in popluar number systems.

HEX 61 6D 70
Decimal 97 109 112
Binary 1100001 1101101 1110000
Octal 141 155 160

Shades and tints

Shades of #616D70

#616D70
(97,109,112)
#596466
(89,100,102)
#515B5C
(81,91,92)
#495252
(73,82,82)
#414948
(65,73,72)
#39403E
(57,64,62)
#313734
(49,55,52)
#292E2A
(41,46,42)
#212520
(33,37,32)
#191C16
(25,28,22)
#11130C
(17,19,12)
#000000
(0,0,0)

Tints of #616D70

#616D70
(97,109,112)
#6F7A7D
(111,122,125)
#7D878A
(125,135,138)
#8B9497
(139,148,151)
#99A1A4
(153,161,164)
#A7AEB1
(167,174,177)
#B5BBBE
(181,187,190)
#C3C8CB
(195,200,203)
#D1D5D8
(209,213,216)
#DFE2E5
(223,226,229)
#EDEFF2
(237,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #616D70; }

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

This text font color is #616D70.

Background Color

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

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

This div background color is #616D70.

Border color

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

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

This div border color is #616D70.

Opacity

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

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

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

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

This text has shadow with #616D70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #616D70.

Preview

Color preview on black background

This text has color #616D70 on black background.


Color preview on white background

This text has color #616D70 on white background.


Black color preview on #616D70 background

This text has black color on #616D70 background.


White color preview on #616D70 background

This text has white color on #616D70 background.


Related colors

Complementary color

Complementary color for #hex is #9E928F.


I love getcolorcode.com

Triadic colors

1 #70616D and #6D7061 with #616D70 are triadic colors.

2 #706D61 and #6D6170 with #616D70 are triadic colors.