COLOR #61677A

HEX: #61677A
RGB: (97,103,122)

Color info

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

RGB color model

#61677A color RGB value is (97,103,122).

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

RGB channels and saturation

R 97 of 255 = 38%
G 103 of 255 = 40%
B 122 of 255 = 48%

97
103
122

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

Portions of RGB colors in percentages

R + G + B =
97 + 103 + 122 = 322 (100%)
R 97 of 322 ~ 30.12%
G 103 of 322 ~ 31.99%
B 122 of 322 ~ 37.89%

%30.12
%31.99
%37.89

CMYK color model

#61677A color CMYK value is (20,16,0,52).

  • cyan value is 20.49%
  • magenta value is 15.57%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(20,16,0,52)
C20M16Y0K52 
(20%,16%,0%,52%)
(0.20/0.16/0.00/0.52)	

CMYK percentages

%20.49
%15.57
%0
%52.16

Codes

Color #61677A in popluar color models

61677A
RGB97103122
HSL226°11.42%42.94%
HSB/HSV226°20.49%47.84%
CMYK20.49%15.57%0.00%
52.16%

Color #61677A in popluar number systems.

HEX61677A
Decimal97103122
Binary110000111001111111010
Octal141147172

Shades and tints

Shades of #61677A

#61677A
(97,103,122)
#595E6F
(89,94,111)
#515564
(81,85,100)
#494C59
(73,76,89)
#41434E
(65,67,78)
#393A43
(57,58,67)
#313138
(49,49,56)
#29282D
(41,40,45)
#211F22
(33,31,34)
#191617
(25,22,23)
#110D0C
(17,13,12)
#000000
(0,0,0)

Tints of #61677A

#61677A
(97,103,122)
#6F7486
(111,116,134)
#7D8192
(125,129,146)
#8B8E9E
(139,142,158)
#999BAA
(153,155,170)
#A7A8B6
(167,168,182)
#B5B5C2
(181,181,194)
#C3C2CE
(195,194,206)
#D1CFDA
(209,207,218)
#DFDCE6
(223,220,230)
#EDE9F2
(237,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61677A; }

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

This text font color is #61677A.


Background Color

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

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

This div background color is #61677A.


Border color

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

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

This div border color is #61677A.


Opacity

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

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

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

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

This text has shadow with #61677A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61677A on black background.


Color preview on white background

This text has color #61677A on white background.



Black color preview on #61677A background

This text has black color on #61677A background.


White color preview on #61677A background

This text has white color on #61677A background.