COLOR #666F68

HEX: #666F68
RGB: (102,111,104)

Color info

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

RGB color model

#666F68 color RGB value is (102,111,104).

  • red value is 102;
  • green value is 111;
  • blue value is 104.
RGB:
(102,111,104)
(40%,44%,41%)

RGB channels and saturation

R 102 of 255 = 40%
G 111 of 255 = 44%
B 104 of 255 = 41%

102
111
104

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

Portions of RGB colors in percentages

R + G + B =
102 + 111 + 104 = 317 (100%)
R 102 of 317 ~ 32.18%
G 111 of 317 ~ 35.02%
B 104 of 317 ~ 32.81%

%32.18
%35.02
%32.81

CMYK color model

#666F68 color CMYK value is (8,0,6,56).

  • cyan value is 8.11%
  • magenta value is 0.00%
  • yellow value is 6.31%
  • key color value is 56.47%
CMYK:
(8,0,6,56)
C8M0Y6K56 
(8%,0%,6%,56%)
(0.08/0.00/0.06/0.56)	

CMYK percentages

%8.11
%0
%6.31
%56.47

Codes

Color #666F68 in popluar color models

666F68
RGB102111104
HSL133°4.23%41.76%
HSB/HSV133°8.11%43.53%
CMYK8.11%0.00%6.31%
56.47%

Color #666F68 in popluar number systems.

HEX666F68
Decimal102111104
Binary110011011011111101000
Octal146157150

Shades and tints

Shades of #666F68

#666F68
(102,111,104)
#5D655F
(93,101,95)
#545B56
(84,91,86)
#4B514D
(75,81,77)
#424744
(66,71,68)
#393D3B
(57,61,59)
#303332
(48,51,50)
#272929
(39,41,41)
#1E1F20
(30,31,32)
#151517
(21,21,23)
#0C0B0E
(12,11,14)
#000000
(0,0,0)

Tints of #666F68

#666F68
(102,111,104)
#737C75
(115,124,117)
#808982
(128,137,130)
#8D968F
(141,150,143)
#9AA39C
(154,163,156)
#A7B0A9
(167,176,169)
#B4BDB6
(180,189,182)
#C1CAC3
(193,202,195)
#CED7D0
(206,215,208)
#DBE4DD
(219,228,221)
#E8F1EA
(232,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #666F68 color. Also use rgb(102,111,104) instead hex code.

Text Font Color

.myTextColor { color: #666F68; }

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

This text font color is #666F68.


Background Color

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

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

This div background color is #666F68.


Border color

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

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

This div border color is #666F68.


Opacity

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

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

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

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

This text has shadow with #666F68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #666F68 on black background.


Color preview on white background

This text has color #666F68 on white background.



Black color preview on #666F68 background

This text has black color on #666F68 background.


White color preview on #666F68 background

This text has white color on #666F68 background.