COLOR #616673

HEX: #616673
RGB: (97,102,115)

Color info

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

RGB color model

#616673 color RGB value is (97,102,115).

  • red value is 97;
  • green value is 102;
  • blue value is 115.
RGB:
(97,102,115)
(38%,40%,45%)

RGB channels and saturation

R 97 of 255 = 38%
G 102 of 255 = 40%
B 115 of 255 = 45%

97
102
115

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

Portions of RGB colors in percentages

R + G + B =
97 + 102 + 115 = 314 (100%)
R 97 of 314 ~ 30.89%
G 102 of 314 ~ 32.48%
B 115 of 314 ~ 36.62%

%30.89
%32.48
%36.62

CMYK color model

#616673 color CMYK value is (16,11,0,55).

  • cyan value is 15.65%
  • magenta value is 11.30%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(16,11,0,55)
C16M11Y0K55 
(16%,11%,0%,55%)
(0.16/0.11/0.00/0.55)	

CMYK percentages

%15.65
%11.3
%0
%54.9

Codes

Color #616673 in popluar color models

616673
RGB97102115
HSL223°8.49%41.57%
HSB/HSV223°15.65%45.10%
CMYK15.65%11.30%0.00%
54.90%

Color #616673 in popluar number systems.

HEX616673
Decimal97102115
Binary110000111001101110011
Octal141146163

Shades and tints

Shades of #616673

#616673
(97,102,115)
#595D69
(89,93,105)
#51545F
(81,84,95)
#494B55
(73,75,85)
#41424B
(65,66,75)
#393941
(57,57,65)
#313037
(49,48,55)
#29272D
(41,39,45)
#211E23
(33,30,35)
#191519
(25,21,25)
#110C0F
(17,12,15)
#000000
(0,0,0)

Tints of #616673

#616673
(97,102,115)
#6F737F
(111,115,127)
#7D808B
(125,128,139)
#8B8D97
(139,141,151)
#999AA3
(153,154,163)
#A7A7AF
(167,167,175)
#B5B4BB
(181,180,187)
#C3C1C7
(195,193,199)
#D1CED3
(209,206,211)
#DFDBDF
(223,219,223)
#EDE8EB
(237,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #616673 color. Also use rgb(97,102,115) instead hex code.

Text Font Color

.myTextColor { color: #616673; }

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

This text font color is #616673.


Background Color

.myBgColor { background-color: #616673; }

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

This div background color is #616673.


Border color

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

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

This div border color is #616673.


Opacity

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

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

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

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

This text has shadow with #616673 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616673 on black background.


Color preview on white background

This text has color #616673 on white background.



Black color preview on #616673 background

This text has black color on #616673 background.


White color preview on #616673 background

This text has white color on #616673 background.