COLOR #61757A

HEX: #61757A
RGB: (97,117,122)

Color info

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

RGB color model

#61757A color RGB value is (97,117,122).

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

RGB channels and saturation

R 97 of 255 = 38%
G 117 of 255 = 46%
B 122 of 255 = 48%

97
117
122

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

Portions of RGB colors in percentages

R + G + B =
97 + 117 + 122 = 336 (100%)
R 97 of 336 ~ 28.87%
G 117 of 336 ~ 34.82%
B 122 of 336 ~ 36.31%

%28.87
%34.82
%36.31

CMYK color model

#61757A color CMYK value is (20,4,0,52).

  • cyan value is 20.49%
  • magenta value is 4.10%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(20,4,0,52)
C20M4Y0K52 
(20%,4%,0%,52%)
(0.20/0.04/0.00/0.52)	

CMYK percentages

%20.49
%4.1
%0
%52.16

Codes

Color #61757A in popluar color models

61757A
RGB97117122
HSL192°11.42%42.94%
HSB/HSV192°20.49%47.84%
CMYK20.49%4.10%0.00%
52.16%

Color #61757A in popluar number systems.

HEX61757A
Decimal97117122
Binary110000111101011111010
Octal141165172

Shades and tints

Shades of #61757A

#61757A
(97,117,122)
#596B6F
(89,107,111)
#516164
(81,97,100)
#495759
(73,87,89)
#414D4E
(65,77,78)
#394343
(57,67,67)
#313938
(49,57,56)
#292F2D
(41,47,45)
#212522
(33,37,34)
#191B17
(25,27,23)
#11110C
(17,17,12)
#000000
(0,0,0)

Tints of #61757A

#61757A
(97,117,122)
#6F8186
(111,129,134)
#7D8D92
(125,141,146)
#8B999E
(139,153,158)
#99A5AA
(153,165,170)
#A7B1B6
(167,177,182)
#B5BDC2
(181,189,194)
#C3C9CE
(195,201,206)
#D1D5DA
(209,213,218)
#DFE1E6
(223,225,230)
#EDEDF2
(237,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61757A; }

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

This text font color is #61757A.


Background Color

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

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

This div background color is #61757A.


Border color

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

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

This div border color is #61757A.


Opacity

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

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

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

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

This text has shadow with #61757A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61757A on black background.


Color preview on white background

This text has color #61757A on white background.



Black color preview on #61757A background

This text has black color on #61757A background.


White color preview on #61757A background

This text has white color on #61757A background.