COLOR #616473

HEX: #616473
RGB: (97,100,115)

Color info

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

RGB color model

#616473 color RGB value is (97,100,115).

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

RGB channels and saturation

R 97 of 255 = 38%
G 100 of 255 = 39%
B 115 of 255 = 45%

97
100
115

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

Portions of RGB colors in percentages

R + G + B =
97 + 100 + 115 = 312 (100%)
R 97 of 312 ~ 31.09%
G 100 of 312 ~ 32.05%
B 115 of 312 ~ 36.86%

%31.09
%32.05
%36.86

CMYK color model

#616473 color CMYK value is (16,13,0,55).

  • cyan value is 15.65%
  • magenta value is 13.04%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(16,13,0,55)
C16M13Y0K55 
(16%,13%,0%,55%)
(0.16/0.13/0.00/0.55)	

CMYK percentages

%15.65
%13.04
%0
%54.9

Codes

Color #616473 in popluar color models

616473
RGB97100115
HSL230°8.49%41.57%
HSB/HSV230°15.65%45.10%
CMYK15.65%13.04%0.00%
54.90%

Color #616473 in popluar number systems.

HEX616473
Decimal97100115
Binary110000111001001110011
Octal141144163

Shades and tints

Shades of #616473

#616473
(97,100,115)
#595B69
(89,91,105)
#51525F
(81,82,95)
#494955
(73,73,85)
#41404B
(65,64,75)
#393741
(57,55,65)
#312E37
(49,46,55)
#29252D
(41,37,45)
#211C23
(33,28,35)
#191319
(25,19,25)
#110A0F
(17,10,15)
#000000
(0,0,0)

Tints of #616473

#616473
(97,100,115)
#6F727F
(111,114,127)
#7D808B
(125,128,139)
#8B8E97
(139,142,151)
#999CA3
(153,156,163)
#A7AAAF
(167,170,175)
#B5B8BB
(181,184,187)
#C3C6C7
(195,198,199)
#D1D4D3
(209,212,211)
#DFE2DF
(223,226,223)
#EDF0EB
(237,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #616473; }

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

This text font color is #616473.


Background Color

.myBgColor { background-color: #616473; }

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

This div background color is #616473.


Border color

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

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

This div border color is #616473.


Opacity

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

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

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

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

This text has shadow with #616473 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616473 on black background.


Color preview on white background

This text has color #616473 on white background.



Black color preview on #616473 background

This text has black color on #616473 background.


White color preview on #616473 background

This text has white color on #616473 background.