COLOR #61707F

HEX: #61707F RGB: (97,112,127)

Color info

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

RGB color model

#61707F color RGB value is (97,112,127).

RGB: (97,112,127) (38%, 44%, 50%)

RGB channels and saturation

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

97
112
127

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

Portions of RGB colors in percentages

R + G + B = 97 + 112 + 127 = 336 (100%)
R 97 of 336 ~ 28.87%
G 112 of 336 ~ 33.33%
B 127 of 336 ~ 37.8'%

%28.87
%33.33
%37.8

CMYK color model

#61707F color CMYK value is (24,12,0,50).

  • cyan value is 23.62%
  • magenta value is 11.81%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (24,12,0,50)
C24M12Y0K50 (24%, 12%, 0%, 50%)
(0.24 / 0.12 / 0.00 / 0.50)

CMYK percentages

%23.62
%11.81
%0
%50.2

Codes

Color #61707F in popluar color models

61 70 7F
RGB 97 112 127
HSL 210° 13.39% 43.92%
HSB/HSV 210° 23.62% 49.80%
CMYK 23.62% 11.81% 0.00%
50.20%

Color #61707F in popluar number systems.

HEX 61 70 7F
Decimal 97 112 127
Binary 1100001 1110000 1111111
Octal 141 160 177

Shades and tints

Shades of #61707F

#61707F
(97,112,127)
#596674
(89,102,116)
#515C69
(81,92,105)
#49525E
(73,82,94)
#414853
(65,72,83)
#393E48
(57,62,72)
#31343D
(49,52,61)
#292A32
(41,42,50)
#212027
(33,32,39)
#19161C
(25,22,28)
#110C11
(17,12,17)
#000000
(0,0,0)

Tints of #61707F

#61707F
(97,112,127)
#6F7D8A
(111,125,138)
#7D8A95
(125,138,149)
#8B97A0
(139,151,160)
#99A4AB
(153,164,171)
#A7B1B6
(167,177,182)
#B5BEC1
(181,190,193)
#C3CBCC
(195,203,204)
#D1D8D7
(209,216,215)
#DFE5E2
(223,229,226)
#EDF2ED
(237,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61707F; }

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

This text font color is #61707F.

Background Color

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

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

This div background color is #61707F.

Border color

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

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

This div border color is #61707F.

Opacity

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

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

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

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

This text has shadow with #61707F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #61707F.

Preview

Color preview on black background

This text has color #61707F on black background.


Color preview on white background

This text has color #61707F on white background.


Black color preview on #61707F background

This text has black color on #61707F background.


White color preview on #61707F background

This text has white color on #61707F background.


Related colors

Complementary color

Complementary color for #hex is #9E8F80.


I love getcolorcode.com

Triadic colors

1 #7F6170 and #707F61 with #61707F are triadic colors.

2 #7F7061 and #70617F with #61707F are triadic colors.