COLOR #616471

HEX: #616471
RGB: (97,100,113)

Color info

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

RGB color model

#616471 color RGB value is (97,100,113).

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

RGB channels and saturation

R 97 of 255 = 38%
G 100 of 255 = 39%
B 113 of 255 = 44%

97
100
113

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

Portions of RGB colors in percentages

R + G + B =
97 + 100 + 113 = 310 (100%)
R 97 of 310 ~ 31.29%
G 100 of 310 ~ 32.26%
B 113 of 310 ~ 36.45%

%31.29
%32.26
%36.45

CMYK color model

#616471 color CMYK value is (14,12,0,56).

  • cyan value is 14.16%
  • magenta value is 11.50%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(14,12,0,56)
C14M12Y0K56 
(14%,12%,0%,56%)
(0.14/0.12/0.00/0.56)	

CMYK percentages

%14.16
%11.5
%0
%55.69

Codes

Color #616471 in popluar color models

616471
RGB97100113
HSL229°7.62%41.18%
HSB/HSV229°14.16%44.31%
CMYK14.16%11.50%0.00%
55.69%

Color #616471 in popluar number systems.

HEX616471
Decimal97100113
Binary110000111001001110001
Octal141144161

Shades and tints

Shades of #616471

#616471
(97,100,113)
#595B67
(89,91,103)
#51525D
(81,82,93)
#494953
(73,73,83)
#414049
(65,64,73)
#39373F
(57,55,63)
#312E35
(49,46,53)
#29252B
(41,37,43)
#211C21
(33,28,33)
#191317
(25,19,23)
#110A0D
(17,10,13)
#000000
(0,0,0)

Tints of #616471

#616471
(97,100,113)
#6F727D
(111,114,125)
#7D8089
(125,128,137)
#8B8E95
(139,142,149)
#999CA1
(153,156,161)
#A7AAAD
(167,170,173)
#B5B8B9
(181,184,185)
#C3C6C5
(195,198,197)
#D1D4D1
(209,212,209)
#DFE2DD
(223,226,221)
#EDF0E9
(237,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #616471; }

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

This text font color is #616471.


Background Color

.myBgColor { background-color: #616471; }

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

This div background color is #616471.


Border color

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

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

This div border color is #616471.


Opacity

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

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

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

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

This text has shadow with #616471 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616471 on black background.


Color preview on white background

This text has color #616471 on white background.



Black color preview on #616471 background

This text has black color on #616471 background.


White color preview on #616471 background

This text has white color on #616471 background.