COLOR #616C7C

HEX: #616C7C
RGB: (97,108,124)

Color info

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

RGB color model

#616C7C color RGB value is (97,108,124).

  • red value is 97;
  • green value is 108;
  • blue value is 124.
RGB:
(97,108,124)
(38%,42%,49%)

RGB channels and saturation

R 97 of 255 = 38%
G 108 of 255 = 42%
B 124 of 255 = 49%

97
108
124

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

Portions of RGB colors in percentages

R + G + B =
97 + 108 + 124 = 329 (100%)
R 97 of 329 ~ 29.48%
G 108 of 329 ~ 32.83%
B 124 of 329 ~ 37.69%

%29.48
%32.83
%37.69

CMYK color model

#616C7C color CMYK value is (22,13,0,51).

  • cyan value is 21.77%
  • magenta value is 12.90%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(22,13,0,51)
C22M13Y0K51 
(22%,13%,0%,51%)
(0.22/0.13/0.00/0.51)	

CMYK percentages

%21.77
%12.9
%0
%51.37

Codes

Color #616C7C in popluar color models

616C7C
RGB97108124
HSL216°12.22%43.33%
HSB/HSV216°21.77%48.63%
CMYK21.77%12.90%0.00%
51.37%

Color #616C7C in popluar number systems.

HEX616C7C
Decimal97108124
Binary110000111011001111100
Octal141154174

Shades and tints

Shades of #616C7C

#616C7C
(97,108,124)
#596371
(89,99,113)
#515A66
(81,90,102)
#49515B
(73,81,91)
#414850
(65,72,80)
#393F45
(57,63,69)
#31363A
(49,54,58)
#292D2F
(41,45,47)
#212424
(33,36,36)
#191B19
(25,27,25)
#11120E
(17,18,14)
#000000
(0,0,0)

Tints of #616C7C

#616C7C
(97,108,124)
#6F7987
(111,121,135)
#7D8692
(125,134,146)
#8B939D
(139,147,157)
#99A0A8
(153,160,168)
#A7ADB3
(167,173,179)
#B5BABE
(181,186,190)
#C3C7C9
(195,199,201)
#D1D4D4
(209,212,212)
#DFE1DF
(223,225,223)
#EDEEEA
(237,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #616C7C; }

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

This text font color is #616C7C.


Background Color

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

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

This div background color is #616C7C.


Border color

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

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

This div border color is #616C7C.


Opacity

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

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

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

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

This text has shadow with #616C7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616C7C on black background.


Color preview on white background

This text has color #616C7C on white background.



Black color preview on #616C7C background

This text has black color on #616C7C background.


White color preview on #616C7C background

This text has white color on #616C7C background.