COLOR #66747C

HEX: #66747C
RGB: (102,116,124)

Color info

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

RGB color model

#66747C color RGB value is (102,116,124).

  • red value is 102;
  • green value is 116;
  • blue value is 124.
RGB:
(102,116,124)
(40%,45%,49%)

RGB channels and saturation

R 102 of 255 = 40%
G 116 of 255 = 45%
B 124 of 255 = 49%

102
116
124

R + G + B ~ 45%. #66747C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 116 + 124 = 342 (100%)
R 102 of 342 ~ 29.82%
G 116 of 342 ~ 33.92%
B 124 of 342 ~ 36.26%

%29.82
%33.92
%36.26

CMYK color model

#66747C color CMYK value is (18,6,0,51).

  • cyan value is 17.74%
  • magenta value is 6.45%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(18,6,0,51)
C18M6Y0K51 
(18%,6%,0%,51%)
(0.18/0.06/0.00/0.51)	

CMYK percentages

%17.74
%6.45
%0
%51.37

Codes

Color #66747C in popluar color models

66747C
RGB102116124
HSL202°9.73%44.31%
HSB/HSV202°17.74%48.63%
CMYK17.74%6.45%0.00%
51.37%

Color #66747C in popluar number systems.

HEX66747C
Decimal102116124
Binary110011011101001111100
Octal146164174

Shades and tints

Shades of #66747C

#66747C
(102,116,124)
#5D6A71
(93,106,113)
#546066
(84,96,102)
#4B565B
(75,86,91)
#424C50
(66,76,80)
#394245
(57,66,69)
#30383A
(48,56,58)
#272E2F
(39,46,47)
#1E2424
(30,36,36)
#151A19
(21,26,25)
#0C100E
(12,16,14)
#000000
(0,0,0)

Tints of #66747C

#66747C
(102,116,124)
#738087
(115,128,135)
#808C92
(128,140,146)
#8D989D
(141,152,157)
#9AA4A8
(154,164,168)
#A7B0B3
(167,176,179)
#B4BCBE
(180,188,190)
#C1C8C9
(193,200,201)
#CED4D4
(206,212,212)
#DBE0DF
(219,224,223)
#E8ECEA
(232,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66747C color. Also use rgb(102,116,124) instead hex code.

Text Font Color

.myTextColor { color: #66747C; }

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

This text font color is #66747C.


Background Color

.myBgColor { background-color: #66747C; }

<div style="background-color:#66747C">Inner text</div>

This div background color is #66747C.


Border color

.myBorderColor { border: 1px solid #66747C; }

<div style="border:3px solid #66747C">Div</div>

This div border color is #66747C.


Opacity

.myOpacity80 { color: #66747C; opacity: 0.8; }

<p style="color:#66747C;opacity:0.8;">80%</p>

Text with #66747C 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 #66747C;}

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

This text has shadow with #66747C color.

.textShadow {text-shadow: 3px 3px 1px #66747C, 3px 3px 1px red;}

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

This text has shadow with #66747C primary color and red secondary color.


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

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

This text has shadow with #66747C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66747C on black background.


Color preview on white background

This text has color #66747C on white background.



Black color preview on #66747C background

This text has black color on #66747C background.


White color preview on #66747C background

This text has white color on #66747C background.