COLOR #61757D

HEX: #61757D
RGB: (97,117,125)

Color info

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

RGB color model

#61757D color RGB value is (97,117,125).

  • red value is 97;
  • green value is 117;
  • blue value is 125.
RGB:
(97,117,125)
(38%,46%,49%)

RGB channels and saturation

R 97 of 255 = 38%
G 117 of 255 = 46%
B 125 of 255 = 49%

97
117
125

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

Portions of RGB colors in percentages

R + G + B =
97 + 117 + 125 = 339 (100%)
R 97 of 339 ~ 28.61%
G 117 of 339 ~ 34.51%
B 125 of 339 ~ 36.87%

%28.61
%34.51
%36.87

CMYK color model

#61757D color CMYK value is (22,6,0,51).

  • cyan value is 22.40%
  • magenta value is 6.40%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(22,6,0,51)
C22M6Y0K51 
(22%,6%,0%,51%)
(0.22/0.06/0.00/0.51)	

CMYK percentages

%22.4
%6.4
%0
%50.98

Codes

Color #61757D in popluar color models

61757D
RGB97117125
HSL197°12.61%43.53%
HSB/HSV197°22.40%49.02%
CMYK22.40%6.40%0.00%
50.98%

Color #61757D in popluar number systems.

HEX61757D
Decimal97117125
Binary110000111101011111101
Octal141165175

Shades and tints

Shades of #61757D

#61757D
(97,117,125)
#596B72
(89,107,114)
#516167
(81,97,103)
#49575C
(73,87,92)
#414D51
(65,77,81)
#394346
(57,67,70)
#31393B
(49,57,59)
#292F30
(41,47,48)
#212525
(33,37,37)
#191B1A
(25,27,26)
#11110F
(17,17,15)
#000000
(0,0,0)

Tints of #61757D

#61757D
(97,117,125)
#6F8188
(111,129,136)
#7D8D93
(125,141,147)
#8B999E
(139,153,158)
#99A5A9
(153,165,169)
#A7B1B4
(167,177,180)
#B5BDBF
(181,189,191)
#C3C9CA
(195,201,202)
#D1D5D5
(209,213,213)
#DFE1E0
(223,225,224)
#EDEDEB
(237,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61757D color. Also use rgb(97,117,125) instead hex code.

Text Font Color

.myTextColor { color: #61757D; }

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

This text font color is #61757D.


Background Color

.myBgColor { background-color: #61757D; }

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

This div background color is #61757D.


Border color

.myBorderColor { border: 1px solid #61757D; }

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

This div border color is #61757D.


Opacity

.myOpacity80 { color: #61757D; opacity: 0.8; }

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

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

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

This text has shadow with #61757D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61757D on black background.


Color preview on white background

This text has color #61757D on white background.



Black color preview on #61757D background

This text has black color on #61757D background.


White color preview on #61757D background

This text has white color on #61757D background.