COLOR #666B6A

HEX: #666B6A
RGB: (102,107,106)

Color info

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

RGB color model

#666B6A color RGB value is (102,107,106).

  • red value is 102;
  • green value is 107;
  • blue value is 106.
RGB:
(102,107,106)
(40%,42%,42%)

RGB channels and saturation

R 102 of 255 = 40%
G 107 of 255 = 42%
B 106 of 255 = 42%

102
107
106

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

Portions of RGB colors in percentages

R + G + B =
102 + 107 + 106 = 315 (100%)
R 102 of 315 ~ 32.38%
G 107 of 315 ~ 33.97%
B 106 of 315 ~ 33.65%

%32.38
%33.97
%33.65

CMYK color model

#666B6A color CMYK value is (5,0,1,58).

  • cyan value is 4.67%
  • magenta value is 0.00%
  • yellow value is 0.93%
  • key color value is 58.04%
CMYK:
(5,0,1,58)
C5M0Y1K58 
(5%,0%,1%,58%)
(0.05/0.00/0.01/0.58)	

CMYK percentages

%4.67
%0
%0.93
%58.04

Codes

Color #666B6A in popluar color models

666B6A
RGB102107106
HSL168°2.39%40.98%
HSB/HSV168°4.67%41.96%
CMYK4.67%0.00%0.93%
58.04%

Color #666B6A in popluar number systems.

HEX666B6A
Decimal102107106
Binary110011011010111101010
Octal146153152

Shades and tints

Shades of #666B6A

#666B6A
(102,107,106)
#5D6261
(93,98,97)
#545958
(84,89,88)
#4B504F
(75,80,79)
#424746
(66,71,70)
#393E3D
(57,62,61)
#303534
(48,53,52)
#272C2B
(39,44,43)
#1E2322
(30,35,34)
#151A19
(21,26,25)
#0C1110
(12,17,16)
#000000
(0,0,0)

Tints of #666B6A

#666B6A
(102,107,106)
#737877
(115,120,119)
#808584
(128,133,132)
#8D9291
(141,146,145)
#9A9F9E
(154,159,158)
#A7ACAB
(167,172,171)
#B4B9B8
(180,185,184)
#C1C6C5
(193,198,197)
#CED3D2
(206,211,210)
#DBE0DF
(219,224,223)
#E8EDEC
(232,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #666B6A color. Also use rgb(102,107,106) instead hex code.

Text Font Color

.myTextColor { color: #666B6A; }

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

This text font color is #666B6A.


Background Color

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

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

This div background color is #666B6A.


Border color

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

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

This div border color is #666B6A.


Opacity

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

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

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

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

This text has shadow with #666B6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #666B6A on black background.


Color preview on white background

This text has color #666B6A on white background.



Black color preview on #666B6A background

This text has black color on #666B6A background.


White color preview on #666B6A background

This text has white color on #666B6A background.