COLOR #61666E

HEX: #61666E
RGB: (97,102,110)

Color info

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

RGB color model

#61666E color RGB value is (97,102,110).

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

RGB channels and saturation

R 97 of 255 = 38%
G 102 of 255 = 40%
B 110 of 255 = 43%

97
102
110

R + G + B ~ 40%. #61666E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
97 + 102 + 110 = 309 (100%)
R 97 of 309 ~ 31.39%
G 102 of 309 ~ 33.01%
B 110 of 309 ~ 35.6%

%31.39
%33.01
%35.6

CMYK color model

#61666E color CMYK value is (12,7,0,57).

  • cyan value is 11.82%
  • magenta value is 7.27%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(12,7,0,57)
C12M7Y0K57 
(12%,7%,0%,57%)
(0.12/0.07/0.00/0.57)	

CMYK percentages

%11.82
%7.27
%0
%56.86

Codes

Color #61666E in popluar color models

61666E
RGB97102110
HSL217°6.28%40.59%
HSB/HSV217°11.82%43.14%
CMYK11.82%7.27%0.00%
56.86%

Color #61666E in popluar number systems.

HEX61666E
Decimal97102110
Binary110000111001101101110
Octal141146156

Shades and tints

Shades of #61666E

#61666E
(97,102,110)
#595D64
(89,93,100)
#51545A
(81,84,90)
#494B50
(73,75,80)
#414246
(65,66,70)
#39393C
(57,57,60)
#313032
(49,48,50)
#292728
(41,39,40)
#211E1E
(33,30,30)
#191514
(25,21,20)
#110C0A
(17,12,10)
#000000
(0,0,0)

Tints of #61666E

#61666E
(97,102,110)
#6F737B
(111,115,123)
#7D8088
(125,128,136)
#8B8D95
(139,141,149)
#999AA2
(153,154,162)
#A7A7AF
(167,167,175)
#B5B4BC
(181,180,188)
#C3C1C9
(195,193,201)
#D1CED6
(209,206,214)
#DFDBE3
(223,219,227)
#EDE8F0
(237,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61666E color. Also use rgb(97,102,110) instead hex code.

Text Font Color

.myTextColor { color: #61666E; }

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

This text font color is #61666E.


Background Color

.myBgColor { background-color: #61666E; }

<div style="background-color:#61666E">Inner text</div>

This div background color is #61666E.


Border color

.myBorderColor { border: 1px solid #61666E; }

<div style="border:3px solid #61666E">Div</div>

This div border color is #61666E.


Opacity

.myOpacity80 { color: #61666E; opacity: 0.8; }

<p style="color:#61666E;opacity:0.8;">80%</p>

Text with #61666E 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 #61666E;}

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

This text has shadow with #61666E color.

.textShadow {text-shadow: 3px 3px 1px #61666E, 3px 3px 1px red;}

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

This text has shadow with #61666E primary color and red secondary color.


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

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

This text has shadow with #61666E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61666E on black background.


Color preview on white background

This text has color #61666E on white background.



Black color preview on #61666E background

This text has black color on #61666E background.


White color preview on #61666E background

This text has white color on #61666E background.