COLOR #66616D

HEX: #66616D
RGB: (102,97,109)

Color info

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

RGB color model

#66616D color RGB value is (102,97,109).

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

RGB channels and saturation

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

102
97
109

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

Portions of RGB colors in percentages

R + G + B =
102 + 97 + 109 = 308 (100%)
R 102 of 308 ~ 33.12%
G 97 of 308 ~ 31.49%
B 109 of 308 ~ 35.39%

%33.12
%31.49
%35.39

CMYK color model

#66616D color CMYK value is (6,11,0,57).

  • cyan value is 6.42%
  • magenta value is 11.01%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(6,11,0,57)
C6M11Y0K57 
(6%,11%,0%,57%)
(0.06/0.11/0.00/0.57)	

CMYK percentages

%6.42
%11.01
%0
%57.25

Codes

Color #66616D in popluar color models

66616D
RGB10297109
HSL265°5.83%40.39%
HSB/HSV265°11.01%42.75%
CMYK6.42%11.01%0.00%
57.25%

Color #66616D in popluar number systems.

HEX66616D
Decimal10297109
Binary110011011000011101101
Octal146141155

Shades and tints

Shades of #66616D

#66616D
(102,97,109)
#5D5964
(93,89,100)
#54515B
(84,81,91)
#4B4952
(75,73,82)
#424149
(66,65,73)
#393940
(57,57,64)
#303137
(48,49,55)
#27292E
(39,41,46)
#1E2125
(30,33,37)
#15191C
(21,25,28)
#0C1113
(12,17,19)
#000000
(0,0,0)

Tints of #66616D

#66616D
(102,97,109)
#736F7A
(115,111,122)
#807D87
(128,125,135)
#8D8B94
(141,139,148)
#9A99A1
(154,153,161)
#A7A7AE
(167,167,174)
#B4B5BB
(180,181,187)
#C1C3C8
(193,195,200)
#CED1D5
(206,209,213)
#DBDFE2
(219,223,226)
#E8EDEF
(232,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66616D color. Also use rgb(102,97,109) instead hex code.

Text Font Color

.myTextColor { color: #66616D; }

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

This text font color is #66616D.


Background Color

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

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

This div background color is #66616D.


Border color

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

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

This div border color is #66616D.


Opacity

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

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

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

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

This text has shadow with #66616D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66616D on black background.


Color preview on white background

This text has color #66616D on white background.



Black color preview on #66616D background

This text has black color on #66616D background.


White color preview on #66616D background

This text has white color on #66616D background.