COLOR #666E68

HEX: #666E68
RGB: (102,110,104)

Color info

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

RGB color model

#666E68 color RGB value is (102,110,104).

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

RGB channels and saturation

R 102 of 255 = 40%
G 110 of 255 = 43%
B 104 of 255 = 41%

102
110
104

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

Portions of RGB colors in percentages

R + G + B =
102 + 110 + 104 = 316 (100%)
R 102 of 316 ~ 32.28%
G 110 of 316 ~ 34.81%
B 104 of 316 ~ 32.91%

%32.28
%34.81
%32.91

CMYK color model

#666E68 color CMYK value is (7,0,5,57).

  • cyan value is 7.27%
  • magenta value is 0.00%
  • yellow value is 5.45%
  • key color value is 56.86%
CMYK:
(7,0,5,57)
C7M0Y5K57 
(7%,0%,5%,57%)
(0.07/0.00/0.05/0.57)	

CMYK percentages

%7.27
%0
%5.45
%56.86

Codes

Color #666E68 in popluar color models

666E68
RGB102110104
HSL135°3.77%41.57%
HSB/HSV135°7.27%43.14%
CMYK7.27%0.00%5.45%
56.86%

Color #666E68 in popluar number systems.

HEX666E68
Decimal102110104
Binary110011011011101101000
Octal146156150

Shades and tints

Shades of #666E68

#666E68
(102,110,104)
#5D645F
(93,100,95)
#545A56
(84,90,86)
#4B504D
(75,80,77)
#424644
(66,70,68)
#393C3B
(57,60,59)
#303232
(48,50,50)
#272829
(39,40,41)
#1E1E20
(30,30,32)
#151417
(21,20,23)
#0C0A0E
(12,10,14)
#000000
(0,0,0)

Tints of #666E68

#666E68
(102,110,104)
#737B75
(115,123,117)
#808882
(128,136,130)
#8D958F
(141,149,143)
#9AA29C
(154,162,156)
#A7AFA9
(167,175,169)
#B4BCB6
(180,188,182)
#C1C9C3
(193,201,195)
#CED6D0
(206,214,208)
#DBE3DD
(219,227,221)
#E8F0EA
(232,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #666E68; }

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

This text font color is #666E68.


Background Color

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

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

This div background color is #666E68.


Border color

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

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

This div border color is #666E68.


Opacity

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

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

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

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

This text has shadow with #666E68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #666E68 on black background.


Color preview on white background

This text has color #666E68 on white background.



Black color preview on #666E68 background

This text has black color on #666E68 background.


White color preview on #666E68 background

This text has white color on #666E68 background.