COLOR #616D7B

HEX: #616D7B RGB: (97,109,123)

Color info

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

RGB color model

#616D7B color RGB value is (97,109,123).

RGB: (97,109,123) (38%, 43%, 48%)

RGB channels and saturation

R 97 of 255 = 38%
G 109 of 255 = 43%
B 123 of 255 = 48%

97
109
123

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

Portions of RGB colors in percentages

R + G + B = 97 + 109 + 123 = 329 (100%)
R 97 of 329 ~ 29.48%
G 109 of 329 ~ 33.13%
B 123 of 329 ~ 37.39'%

%29.48
%33.13
%37.39

CMYK color model

#616D7B color CMYK value is (21,11,0,52).

  • cyan value is 21.14%
  • magenta value is 11.38%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (21,11,0,52)
C21M11Y0K52 (21%, 11%, 0%, 52%)
(0.21 / 0.11 / 0.00 / 0.52)

CMYK percentages

%21.14
%11.38
%0
%51.76

Codes

Color #616D7B in popluar color models

61 6D 7B
RGB 97 109 123
HSL 212° 11.82% 43.14%
HSB/HSV 212° 21.14% 48.24%
CMYK 21.14% 11.38% 0.00%
51.76%

Color #616D7B in popluar number systems.

HEX 61 6D 7B
Decimal 97 109 123
Binary 1100001 1101101 1111011
Octal 141 155 173

Shades and tints

Shades of #616D7B

#616D7B
(97,109,123)
#596470
(89,100,112)
#515B65
(81,91,101)
#49525A
(73,82,90)
#41494F
(65,73,79)
#394044
(57,64,68)
#313739
(49,55,57)
#292E2E
(41,46,46)
#212523
(33,37,35)
#191C18
(25,28,24)
#11130D
(17,19,13)
#000000
(0,0,0)

Tints of #616D7B

#616D7B
(97,109,123)
#6F7A87
(111,122,135)
#7D8793
(125,135,147)
#8B949F
(139,148,159)
#99A1AB
(153,161,171)
#A7AEB7
(167,174,183)
#B5BBC3
(181,187,195)
#C3C8CF
(195,200,207)
#D1D5DB
(209,213,219)
#DFE2E7
(223,226,231)
#EDEFF3
(237,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #616D7B; }

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

This text font color is #616D7B.

Background Color

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

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

This div background color is #616D7B.

Border color

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

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

This div border color is #616D7B.

Opacity

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

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

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

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

This text has shadow with #616D7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #616D7B.

Preview

Color preview on black background

This text has color #616D7B on black background.


Color preview on white background

This text has color #616D7B on white background.


Black color preview on #616D7B background

This text has black color on #616D7B background.


White color preview on #616D7B background

This text has white color on #616D7B background.


Related colors

Complementary color

Complementary color for #hex is #9E9284.


I love getcolorcode.com

Triadic colors

1 #7B616D and #6D7B61 with #616D7B are triadic colors.

2 #7B6D61 and #6D617B with #616D7B are triadic colors.