COLOR #66667A

HEX: #66667A RGB: (102,102,122)

Color info

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

RGB color model

#66667A color RGB value is (102,102,122).

RGB: (102,102,122) (40%, 40%, 48%)

RGB channels and saturation

R 102 of 255 = 40%
G 102 of 255 = 40%
B 122 of 255 = 48%

102
102
122

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

Portions of RGB colors in percentages

R + G + B = 102 + 102 + 122 = 326 (100%)
R 102 of 326 ~ 31.29%
G 102 of 326 ~ 31.29%
B 122 of 326 ~ 37.42'%

%31.29
%31.29
%37.42

CMYK color model

#66667A color CMYK value is (16,16,0,52).

  • cyan value is 16.39%
  • magenta value is 16.39%
  • yellow value is 0.00%
  • key color value is 52.16%

CMYK: (16,16,0,52)
C16M16Y0K52 (16%, 16%, 0%, 52%)
(0.16 / 0.16 / 0.00 / 0.52)

CMYK percentages

%16.39
%16.39
%0
%52.16

Codes

Color #66667A in popluar color models

66 66 7A
RGB 102 102 122
HSL 240° 8.93% 43.92%
HSB/HSV 240° 16.39% 47.84%
CMYK 16.39% 16.39% 0.00%
52.16%

Color #66667A in popluar number systems.

HEX 66 66 7A
Decimal 102 102 122
Binary 1100110 1100110 1111010
Octal 146 146 172

Shades and tints

Shades of #66667A

#66667A
(102,102,122)
#5D5D6F
(93,93,111)
#545464
(84,84,100)
#4B4B59
(75,75,89)
#42424E
(66,66,78)
#393943
(57,57,67)
#303038
(48,48,56)
#27272D
(39,39,45)
#1E1E22
(30,30,34)
#151517
(21,21,23)
#0C0C0C
(12,12,12)
#000000
(0,0,0)

Tints of #66667A

#66667A
(102,102,122)
#737386
(115,115,134)
#808092
(128,128,146)
#8D8D9E
(141,141,158)
#9A9AAA
(154,154,170)
#A7A7B6
(167,167,182)
#B4B4C2
(180,180,194)
#C1C1CE
(193,193,206)
#CECEDA
(206,206,218)
#DBDBE6
(219,219,230)
#E8E8F2
(232,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66667A; }

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

This text font color is #66667A.

Background Color

.myBgColor { background-color: #66667A; }

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

This div background color is #66667A.

Border color

.myBorderColor { border: 1px solid #66667A; }

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

This div border color is #66667A.

Opacity

.myOpacity80 { color: #66667A; opacity: 0.8; }

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

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

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

This text has shadow with #66667A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66667A.

Preview

Color preview on black background

This text has color #66667A on black background.


Color preview on white background

This text has color #66667A on white background.


Black color preview on #66667A background

This text has black color on #66667A background.


White color preview on #66667A background

This text has white color on #66667A background.


Related colors

Complementary color

Complementary color for #hex is #999985.


I love getcolorcode.com