COLOR #66677E

HEX: #66677E
RGB: (102,103,126)

Color info

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

RGB color model

#66677E color RGB value is (102,103,126).

  • red value is 102;
  • green value is 103;
  • blue value is 126.
RGB:
(102,103,126)
(40%,40%,49%)

RGB channels and saturation

R 102 of 255 = 40%
G 103 of 255 = 40%
B 126 of 255 = 49%

102
103
126

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

Portions of RGB colors in percentages

R + G + B =
102 + 103 + 126 = 331 (100%)
R 102 of 331 ~ 30.82%
G 103 of 331 ~ 31.12%
B 126 of 331 ~ 38.07%

%30.82
%31.12
%38.07

CMYK color model

#66677E color CMYK value is (19,18,0,51).

  • cyan value is 19.05%
  • magenta value is 18.25%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(19,18,0,51)
C19M18Y0K51 
(19%,18%,0%,51%)
(0.19/0.18/0.00/0.51)	

CMYK percentages

%19.05
%18.25
%0
%50.59

Codes

Color #66677E in popluar color models

66677E
RGB102103126
HSL238°10.53%44.71%
HSB/HSV238°19.05%49.41%
CMYK19.05%18.25%0.00%
50.59%

Color #66677E in popluar number systems.

HEX66677E
Decimal102103126
Binary110011011001111111110
Octal146147176

Shades and tints

Shades of #66677E

#66677E
(102,103,126)
#5D5E73
(93,94,115)
#545568
(84,85,104)
#4B4C5D
(75,76,93)
#424352
(66,67,82)
#393A47
(57,58,71)
#30313C
(48,49,60)
#272831
(39,40,49)
#1E1F26
(30,31,38)
#15161B
(21,22,27)
#0C0D10
(12,13,16)
#000000
(0,0,0)

Tints of #66677E

#66677E
(102,103,126)
#737489
(115,116,137)
#808194
(128,129,148)
#8D8E9F
(141,142,159)
#9A9BAA
(154,155,170)
#A7A8B5
(167,168,181)
#B4B5C0
(180,181,192)
#C1C2CB
(193,194,203)
#CECFD6
(206,207,214)
#DBDCE1
(219,220,225)
#E8E9EC
(232,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66677E color. Also use rgb(102,103,126) instead hex code.

Text Font Color

.myTextColor { color: #66677E; }

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

This text font color is #66677E.


Background Color

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

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

This div background color is #66677E.


Border color

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

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

This div border color is #66677E.


Opacity

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

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

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

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

This text has shadow with #66677E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66677E on black background.


Color preview on white background

This text has color #66677E on white background.



Black color preview on #66677E background

This text has black color on #66677E background.


White color preview on #66677E background

This text has white color on #66677E background.