COLOR #666C7C

HEX: #666C7C
RGB: (102,108,124)

Color info

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

RGB color model

#666C7C color RGB value is (102,108,124).

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

RGB channels and saturation

R 102 of 255 = 40%
G 108 of 255 = 42%
B 124 of 255 = 49%

102
108
124

R + G + B ~ 44%. #666C7C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 108 + 124 = 334 (100%)
R 102 of 334 ~ 30.54%
G 108 of 334 ~ 32.34%
B 124 of 334 ~ 37.13%

%30.54
%32.34
%37.13

CMYK color model

#666C7C color CMYK value is (18,13,0,51).

  • cyan value is 17.74%
  • magenta value is 12.90%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(18,13,0,51)
C18M13Y0K51 
(18%,13%,0%,51%)
(0.18/0.13/0.00/0.51)	

CMYK percentages

%17.74
%12.9
%0
%51.37

Codes

Color #666C7C in popluar color models

666C7C
RGB102108124
HSL224°9.73%44.31%
HSB/HSV224°17.74%48.63%
CMYK17.74%12.90%0.00%
51.37%

Color #666C7C in popluar number systems.

HEX666C7C
Decimal102108124
Binary110011011011001111100
Octal146154174

Shades and tints

Shades of #666C7C

#666C7C
(102,108,124)
#5D6371
(93,99,113)
#545A66
(84,90,102)
#4B515B
(75,81,91)
#424850
(66,72,80)
#393F45
(57,63,69)
#30363A
(48,54,58)
#272D2F
(39,45,47)
#1E2424
(30,36,36)
#151B19
(21,27,25)
#0C120E
(12,18,14)
#000000
(0,0,0)

Tints of #666C7C

#666C7C
(102,108,124)
#737987
(115,121,135)
#808692
(128,134,146)
#8D939D
(141,147,157)
#9AA0A8
(154,160,168)
#A7ADB3
(167,173,179)
#B4BABE
(180,186,190)
#C1C7C9
(193,199,201)
#CED4D4
(206,212,212)
#DBE1DF
(219,225,223)
#E8EEEA
(232,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #666C7C color. Also use rgb(102,108,124) instead hex code.

Text Font Color

.myTextColor { color: #666C7C; }

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

This text font color is #666C7C.


Background Color

.myBgColor { background-color: #666C7C; }

<div style="background-color:#666C7C">Inner text</div>

This div background color is #666C7C.


Border color

.myBorderColor { border: 1px solid #666C7C; }

<div style="border:3px solid #666C7C">Div</div>

This div border color is #666C7C.


Opacity

.myOpacity80 { color: #666C7C; opacity: 0.8; }

<p style="color:#666C7C;opacity:0.8;">80%</p>

Text with #666C7C 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 #666C7C;}

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

This text has shadow with #666C7C color.

.textShadow {text-shadow: 3px 3px 1px #666C7C, 3px 3px 1px red;}

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

This text has shadow with #666C7C primary color and red secondary color.


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

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

This text has shadow with #666C7C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #666C7C on black background.


Color preview on white background

This text has color #666C7C on white background.



Black color preview on #666C7C background

This text has black color on #666C7C background.


White color preview on #666C7C background

This text has white color on #666C7C background.