COLOR #666D78

HEX: #666D78
RGB: (102,109,120)

Color info

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

RGB color model

#666D78 color RGB value is (102,109,120).

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

RGB channels and saturation

R 102 of 255 = 40%
G 109 of 255 = 43%
B 120 of 255 = 47%

102
109
120

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

Portions of RGB colors in percentages

R + G + B =
102 + 109 + 120 = 331 (100%)
R 102 of 331 ~ 30.82%
G 109 of 331 ~ 32.93%
B 120 of 331 ~ 36.25%

%30.82
%32.93
%36.25

CMYK color model

#666D78 color CMYK value is (15,9,0,53).

  • cyan value is 15.00%
  • magenta value is 9.17%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(15,9,0,53)
C15M9Y0K53 
(15%,9%,0%,53%)
(0.15/0.09/0.00/0.53)	

CMYK percentages

%15
%9.17
%0
%52.94

Codes

Color #666D78 in popluar color models

666D78
RGB102109120
HSL217°8.11%43.53%
HSB/HSV217°15.00%47.06%
CMYK15.00%9.17%0.00%
52.94%

Color #666D78 in popluar number systems.

HEX666D78
Decimal102109120
Binary110011011011011111000
Octal146155170

Shades and tints

Shades of #666D78

#666D78
(102,109,120)
#5D646E
(93,100,110)
#545B64
(84,91,100)
#4B525A
(75,82,90)
#424950
(66,73,80)
#394046
(57,64,70)
#30373C
(48,55,60)
#272E32
(39,46,50)
#1E2528
(30,37,40)
#151C1E
(21,28,30)
#0C1314
(12,19,20)
#000000
(0,0,0)

Tints of #666D78

#666D78
(102,109,120)
#737A84
(115,122,132)
#808790
(128,135,144)
#8D949C
(141,148,156)
#9AA1A8
(154,161,168)
#A7AEB4
(167,174,180)
#B4BBC0
(180,187,192)
#C1C8CC
(193,200,204)
#CED5D8
(206,213,216)
#DBE2E4
(219,226,228)
#E8EFF0
(232,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #666D78 color. Also use rgb(102,109,120) instead hex code.

Text Font Color

.myTextColor { color: #666D78; }

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

This text font color is #666D78.


Background Color

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

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

This div background color is #666D78.


Border color

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

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

This div border color is #666D78.


Opacity

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

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

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

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

This text has shadow with #666D78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #666D78 on black background.


Color preview on white background

This text has color #666D78 on white background.



Black color preview on #666D78 background

This text has black color on #666D78 background.


White color preview on #666D78 background

This text has white color on #666D78 background.