COLOR #61667A

HEX: #61667A
RGB: (97,102,122)

Color info

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

RGB color model

#61667A color RGB value is (97,102,122).

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

RGB channels and saturation

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

97
102
122

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

Portions of RGB colors in percentages

R + G + B =
97 + 102 + 122 = 321 (100%)
R 97 of 321 ~ 30.22%
G 102 of 321 ~ 31.78%
B 122 of 321 ~ 38.01%

%30.22
%31.78
%38.01

CMYK color model

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

  • cyan value is 20.49%
  • magenta value is 16.39%
  • 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
%16.39
%0
%52.16

Codes

Color #61667A in popluar color models

61667A
RGB97102122
HSL228°11.42%42.94%
HSB/HSV228°20.49%47.84%
CMYK20.49%16.39%0.00%
52.16%

Color #61667A in popluar number systems.

HEX61667A
Decimal97102122
Binary110000111001101111010
Octal141146172

Shades and tints

Shades of #61667A

#61667A
(97,102,122)
#595D6F
(89,93,111)
#515464
(81,84,100)
#494B59
(73,75,89)
#41424E
(65,66,78)
#393943
(57,57,67)
#313038
(49,48,56)
#29272D
(41,39,45)
#211E22
(33,30,34)
#191517
(25,21,23)
#110C0C
(17,12,12)
#000000
(0,0,0)

Tints of #61667A

#61667A
(97,102,122)
#6F7386
(111,115,134)
#7D8092
(125,128,146)
#8B8D9E
(139,141,158)
#999AAA
(153,154,170)
#A7A7B6
(167,167,182)
#B5B4C2
(181,180,194)
#C3C1CE
(195,193,206)
#D1CEDA
(209,206,218)
#DFDBE6
(223,219,230)
#EDE8F2
(237,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61667A; }

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

This text font color is #61667A.


Background Color

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

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

This div background color is #61667A.


Border color

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

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

This div border color is #61667A.


Opacity

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

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

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

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

This text has shadow with #61667A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61667A on black background.


Color preview on white background

This text has color #61667A on white background.



Black color preview on #61667A background

This text has black color on #61667A background.


White color preview on #61667A background

This text has white color on #61667A background.