COLOR #66676E

HEX: #66676E
RGB: (102,103,110)

Color info

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

RGB color model

#66676E color RGB value is (102,103,110).

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

RGB channels and saturation

R 102 of 255 = 40%
G 103 of 255 = 40%
B 110 of 255 = 43%

102
103
110

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

Portions of RGB colors in percentages

R + G + B =
102 + 103 + 110 = 315 (100%)
R 102 of 315 ~ 32.38%
G 103 of 315 ~ 32.7%
B 110 of 315 ~ 34.92%

%32.38
%32.7
%34.92

CMYK color model

#66676E color CMYK value is (7,6,0,57).

  • cyan value is 7.27%
  • magenta value is 6.36%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(7,6,0,57)
C7M6Y0K57 
(7%,6%,0%,57%)
(0.07/0.06/0.00/0.57)	

CMYK percentages

%7.27
%6.36
%0
%56.86

Codes

Color #66676E in popluar color models

66676E
RGB102103110
HSL233°3.77%41.57%
HSB/HSV233°7.27%43.14%
CMYK7.27%6.36%0.00%
56.86%

Color #66676E in popluar number systems.

HEX66676E
Decimal102103110
Binary110011011001111101110
Octal146147156

Shades and tints

Shades of #66676E

#66676E
(102,103,110)
#5D5E64
(93,94,100)
#54555A
(84,85,90)
#4B4C50
(75,76,80)
#424346
(66,67,70)
#393A3C
(57,58,60)
#303132
(48,49,50)
#272828
(39,40,40)
#1E1F1E
(30,31,30)
#151614
(21,22,20)
#0C0D0A
(12,13,10)
#000000
(0,0,0)

Tints of #66676E

#66676E
(102,103,110)
#73747B
(115,116,123)
#808188
(128,129,136)
#8D8E95
(141,142,149)
#9A9BA2
(154,155,162)
#A7A8AF
(167,168,175)
#B4B5BC
(180,181,188)
#C1C2C9
(193,194,201)
#CECFD6
(206,207,214)
#DBDCE3
(219,220,227)
#E8E9F0
(232,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66676E; }

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

This text font color is #66676E.


Background Color

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

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

This div background color is #66676E.


Border color

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

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

This div border color is #66676E.


Opacity

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

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

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

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

This text has shadow with #66676E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66676E on black background.


Color preview on white background

This text has color #66676E on white background.



Black color preview on #66676E background

This text has black color on #66676E background.


White color preview on #66676E background

This text has white color on #66676E background.