COLOR #616671

HEX: #616671
RGB: (97,102,113)

Color info

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

RGB color model

#616671 color RGB value is (97,102,113).

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

RGB channels and saturation

R 97 of 255 = 38%
G 102 of 255 = 40%
B 113 of 255 = 44%

97
102
113

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

Portions of RGB colors in percentages

R + G + B =
97 + 102 + 113 = 312 (100%)
R 97 of 312 ~ 31.09%
G 102 of 312 ~ 32.69%
B 113 of 312 ~ 36.22%

%31.09
%32.69
%36.22

CMYK color model

#616671 color CMYK value is (14,10,0,56).

  • cyan value is 14.16%
  • magenta value is 9.73%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(14,10,0,56)
C14M10Y0K56 
(14%,10%,0%,56%)
(0.14/0.10/0.00/0.56)	

CMYK percentages

%14.16
%9.73
%0
%55.69

Codes

Color #616671 in popluar color models

616671
RGB97102113
HSL221°7.62%41.18%
HSB/HSV221°14.16%44.31%
CMYK14.16%9.73%0.00%
55.69%

Color #616671 in popluar number systems.

HEX616671
Decimal97102113
Binary110000111001101110001
Octal141146161

Shades and tints

Shades of #616671

#616671
(97,102,113)
#595D67
(89,93,103)
#51545D
(81,84,93)
#494B53
(73,75,83)
#414249
(65,66,73)
#39393F
(57,57,63)
#313035
(49,48,53)
#29272B
(41,39,43)
#211E21
(33,30,33)
#191517
(25,21,23)
#110C0D
(17,12,13)
#000000
(0,0,0)

Tints of #616671

#616671
(97,102,113)
#6F737D
(111,115,125)
#7D8089
(125,128,137)
#8B8D95
(139,141,149)
#999AA1
(153,154,161)
#A7A7AD
(167,167,173)
#B5B4B9
(181,180,185)
#C3C1C5
(195,193,197)
#D1CED1
(209,206,209)
#DFDBDD
(223,219,221)
#EDE8E9
(237,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #616671; }

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

This text font color is #616671.


Background Color

.myBgColor { background-color: #616671; }

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

This div background color is #616671.


Border color

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

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

This div border color is #616671.


Opacity

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

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

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

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

This text has shadow with #616671 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616671 on black background.


Color preview on white background

This text has color #616671 on white background.



Black color preview on #616671 background

This text has black color on #616671 background.


White color preview on #616671 background

This text has white color on #616671 background.