COLOR #61717F

HEX: #61717F
RGB: (97,113,127)

Color info

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

RGB color model

#61717F color RGB value is (97,113,127).

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

RGB channels and saturation

R 97 of 255 = 38%
G 113 of 255 = 44%
B 127 of 255 = 50%

97
113
127

R + G + B ~ 44%. #61717F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
97 + 113 + 127 = 337 (100%)
R 97 of 337 ~ 28.78%
G 113 of 337 ~ 33.53%
B 127 of 337 ~ 37.69%

%28.78
%33.53
%37.69

CMYK color model

#61717F color CMYK value is (24,11,0,50).

  • cyan value is 23.62%
  • magenta value is 11.02%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(24,11,0,50)
C24M11Y0K50 
(24%,11%,0%,50%)
(0.24/0.11/0.00/0.50)	

CMYK percentages

%23.62
%11.02
%0
%50.2

Codes

Color #61717F in popluar color models

61717F
RGB97113127
HSL208°13.39%43.92%
HSB/HSV208°23.62%49.80%
CMYK23.62%11.02%0.00%
50.20%

Color #61717F in popluar number systems.

HEX61717F
Decimal97113127
Binary110000111100011111111
Octal141161177

Shades and tints

Shades of #61717F

#61717F
(97,113,127)
#596774
(89,103,116)
#515D69
(81,93,105)
#49535E
(73,83,94)
#414953
(65,73,83)
#393F48
(57,63,72)
#31353D
(49,53,61)
#292B32
(41,43,50)
#212127
(33,33,39)
#19171C
(25,23,28)
#110D11
(17,13,17)
#000000
(0,0,0)

Tints of #61717F

#61717F
(97,113,127)
#6F7D8A
(111,125,138)
#7D8995
(125,137,149)
#8B95A0
(139,149,160)
#99A1AB
(153,161,171)
#A7ADB6
(167,173,182)
#B5B9C1
(181,185,193)
#C3C5CC
(195,197,204)
#D1D1D7
(209,209,215)
#DFDDE2
(223,221,226)
#EDE9ED
(237,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61717F; }

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

This text font color is #61717F.


Background Color

.myBgColor { background-color: #61717F; }

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

This div background color is #61717F.


Border color

.myBorderColor { border: 1px solid #61717F; }

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

This div border color is #61717F.


Opacity

.myOpacity80 { color: #61717F; opacity: 0.8; }

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

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

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

This text has shadow with #61717F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61717F on black background.


Color preview on white background

This text has color #61717F on white background.



Black color preview on #61717F background

This text has black color on #61717F background.


White color preview on #61717F background

This text has white color on #61717F background.