COLOR #616C78

HEX: #616C78 RGB: (97,108,120)

Color info

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

RGB color model

#616C78 color RGB value is (97,108,120).

RGB: (97,108,120) (38%, 42%, 47%)

RGB channels and saturation

R 97 of 255 = 38%
G 108 of 255 = 42%
B 120 of 255 = 47%

97
108
120

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

Portions of RGB colors in percentages

R + G + B = 97 + 108 + 120 = 325 (100%)
R 97 of 325 ~ 29.85%
G 108 of 325 ~ 33.23%
B 120 of 325 ~ 36.92'%

%29.85
%33.23
%36.92

CMYK color model

#616C78 color CMYK value is (19,10,0,53).

  • cyan value is 19.17%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 52.94%

CMYK: (19,10,0,53)
C19M10Y0K53 (19%, 10%, 0%, 53%)
(0.19 / 0.10 / 0.00 / 0.53)

CMYK percentages

%19.17
%10
%0
%52.94

Codes

Color #616C78 in popluar color models

61 6C 78
RGB 97 108 120
HSL 211° 10.60% 42.55%
HSB/HSV 211° 19.17% 47.06%
CMYK 19.17% 10.00% 0.00%
52.94%

Color #616C78 in popluar number systems.

HEX 61 6C 78
Decimal 97 108 120
Binary 1100001 1101100 1111000
Octal 141 154 170

Shades and tints

Shades of #616C78

#616C78
(97,108,120)
#59636E
(89,99,110)
#515A64
(81,90,100)
#49515A
(73,81,90)
#414850
(65,72,80)
#393F46
(57,63,70)
#31363C
(49,54,60)
#292D32
(41,45,50)
#212428
(33,36,40)
#191B1E
(25,27,30)
#111214
(17,18,20)
#000000
(0,0,0)

Tints of #616C78

#616C78
(97,108,120)
#6F7984
(111,121,132)
#7D8690
(125,134,144)
#8B939C
(139,147,156)
#99A0A8
(153,160,168)
#A7ADB4
(167,173,180)
#B5BAC0
(181,186,192)
#C3C7CC
(195,199,204)
#D1D4D8
(209,212,216)
#DFE1E4
(223,225,228)
#EDEEF0
(237,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #616C78 color. Also use rgb(97,108,120) instead hex code.

Text Font Color

.myTextColor { color: #616C78; }

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

This text font color is #616C78.

Background Color

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

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

This div background color is #616C78.

Border color

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

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

This div border color is #616C78.

Opacity

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

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

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

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

This text has shadow with #616C78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #616C78.

Preview

Color preview on black background

This text has color #616C78 on black background.


Color preview on white background

This text has color #616C78 on white background.


Black color preview on #616C78 background

This text has black color on #616C78 background.


White color preview on #616C78 background

This text has white color on #616C78 background.


Related colors

Complementary color

Complementary color for #hex is #9E9387.


I love getcolorcode.com

Triadic colors

1 #78616C and #6C7861 with #616C78 are triadic colors.

2 #786C61 and #6C6178 with #616C78 are triadic colors.