COLOR #616776

HEX: #616776
RGB: (97,103,118)

Color info

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

RGB color model

#616776 color RGB value is (97,103,118).

  • red value is 97;
  • green value is 103;
  • blue value is 118.
RGB:
(97,103,118)
(38%,40%,46%)

RGB channels and saturation

R 97 of 255 = 38%
G 103 of 255 = 40%
B 118 of 255 = 46%

97
103
118

R + G + B ~ 41%. #616776 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
97 + 103 + 118 = 318 (100%)
R 97 of 318 ~ 30.5%
G 103 of 318 ~ 32.39%
B 118 of 318 ~ 37.11%

%30.5
%32.39
%37.11

CMYK color model

#616776 color CMYK value is (18,13,0,54).

  • cyan value is 17.80%
  • magenta value is 12.71%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(18,13,0,54)
C18M13Y0K54 
(18%,13%,0%,54%)
(0.18/0.13/0.00/0.54)	

CMYK percentages

%17.8
%12.71
%0
%53.73

Codes

Color #616776 in popluar color models

616776
RGB97103118
HSL223°9.77%42.16%
HSB/HSV223°17.80%46.27%
CMYK17.80%12.71%0.00%
53.73%

Color #616776 in popluar number systems.

HEX616776
Decimal97103118
Binary110000111001111110110
Octal141147166

Shades and tints

Shades of #616776

#616776
(97,103,118)
#595E6C
(89,94,108)
#515562
(81,85,98)
#494C58
(73,76,88)
#41434E
(65,67,78)
#393A44
(57,58,68)
#31313A
(49,49,58)
#292830
(41,40,48)
#211F26
(33,31,38)
#19161C
(25,22,28)
#110D12
(17,13,18)
#000000
(0,0,0)

Tints of #616776

#616776
(97,103,118)
#6F7482
(111,116,130)
#7D818E
(125,129,142)
#8B8E9A
(139,142,154)
#999BA6
(153,155,166)
#A7A8B2
(167,168,178)
#B5B5BE
(181,181,190)
#C3C2CA
(195,194,202)
#D1CFD6
(209,207,214)
#DFDCE2
(223,220,226)
#EDE9EE
(237,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #616776 color. Also use rgb(97,103,118) instead hex code.

Text Font Color

.myTextColor { color: #616776; }

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

This text font color is #616776.


Background Color

.myBgColor { background-color: #616776; }

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

This div background color is #616776.


Border color

.myBorderColor { border: 1px solid #616776; }

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

This div border color is #616776.


Opacity

.myOpacity80 { color: #616776; opacity: 0.8; }

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

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

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

This text has shadow with #616776 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616776 on black background.


Color preview on white background

This text has color #616776 on white background.



Black color preview on #616776 background

This text has black color on #616776 background.


White color preview on #616776 background

This text has white color on #616776 background.