COLOR #666669

HEX: #666669 RGB: (102,102,105)

Color info

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

RGB color model

#666669 color RGB value is (102,102,105).

RGB: (102,102,105) (40%, 40%, 41%)

RGB channels and saturation

R 102 of 255 = 40%
G 102 of 255 = 40%
B 105 of 255 = 41%

102
102
105

R + G + B ~ 40%. #666669 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 102 + 102 + 105 = 309 (100%)
R 102 of 309 ~ 33.01%
G 102 of 309 ~ 33.01%
B 105 of 309 ~ 33.98'%

%33.01
%33.01
%33.98

CMYK color model

#666669 color CMYK value is (3,3,0,59).

  • cyan value is 2.86%
  • magenta value is 2.86%
  • yellow value is 0.00%
  • key color value is 58.82%

CMYK: (3,3,0,59)
C3M3Y0K59 (3%, 3%, 0%, 59%)
(0.03 / 0.03 / 0.00 / 0.59)

CMYK percentages

%2.86
%2.86
%0
%58.82

Codes

Color #666669 in popluar color models

66 66 69
RGB 102 102 105
HSL 240° 1.45% 40.59%
HSB/HSV 240° 2.86% 41.18%
CMYK 2.86% 2.86% 0.00%
58.82%

Color #666669 in popluar number systems.

HEX 66 66 69
Decimal 102 102 105
Binary 1100110 1100110 1101001
Octal 146 146 151

Shades and tints

Shades of #666669

#666669
(102,102,105)
#5D5D60
(93,93,96)
#545457
(84,84,87)
#4B4B4E
(75,75,78)
#424245
(66,66,69)
#39393C
(57,57,60)
#303033
(48,48,51)
#27272A
(39,39,42)
#1E1E21
(30,30,33)
#151518
(21,21,24)
#0C0C0F
(12,12,15)
#000000
(0,0,0)

Tints of #666669

#666669
(102,102,105)
#737376
(115,115,118)
#808083
(128,128,131)
#8D8D90
(141,141,144)
#9A9A9D
(154,154,157)
#A7A7AA
(167,167,170)
#B4B4B7
(180,180,183)
#C1C1C4
(193,193,196)
#CECED1
(206,206,209)
#DBDBDE
(219,219,222)
#E8E8EB
(232,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #666669 color. Also use rgb(102,102,105) instead hex code.

Text Font Color

.myTextColor { color: #666669; }

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

This text font color is #666669.

Background Color

.myBgColor { background-color: #666669; }

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

This div background color is #666669.

Border color

.myBorderColor { border: 1px solid #666669; }

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

This div border color is #666669.

Opacity

.myOpacity80 { color: #666669; opacity: 0.8; }

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

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

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

This text has shadow with #666669 color.


.textShadow {text-shadow: 3px 3px 1px #666669', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #666669; -webkit-box-shadow: 1px 1px 3px 2px #666669; box-shadow:1px 1px 3px 2px #666669;">
Div content here
</div>

This div box has shadow with color #666669.

Preview

Color preview on black background

This text has color #666669 on black background.


Color preview on white background

This text has color #666669 on white background.


Black color preview on #666669 background

This text has black color on #666669 background.


White color preview on #666669 background

This text has white color on #666669 background.


Related colors

Complementary color

Complementary color for #hex is #999996.


I love getcolorcode.com