COLOR #666E60

HEX: #666E60
RGB: (102,110,96)

Color info

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

RGB color model

#666E60 color RGB value is (102,110,96).

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

RGB channels and saturation

R 102 of 255 = 40%
G 110 of 255 = 43%
B 96 of 255 = 38%

102
110
96

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

Portions of RGB colors in percentages

R + G + B =
102 + 110 + 96 = 308 (100%)
R 102 of 308 ~ 33.12%
G 110 of 308 ~ 35.71%
B 96 of 308 ~ 31.17%

%33.12
%35.71
%31.17

CMYK color model

#666E60 color CMYK value is (7,0,13,57).

  • cyan value is 7.27%
  • magenta value is 0.00%
  • yellow value is 12.73%
  • key color value is 56.86%
CMYK:
(7,0,13,57)
C7M0Y13K57 
(7%,0%,13%,57%)
(0.07/0.00/0.13/0.57)	

CMYK percentages

%7.27
%0
%12.73
%56.86

Codes

Color #666E60 in popluar color models

666E60
RGB10211096
HSL94°6.80%40.39%
HSB/HSV94°12.73%43.14%
CMYK7.27%0.00%12.73%
56.86%

Color #666E60 in popluar number systems.

HEX666E60
Decimal10211096
Binary110011011011101100000
Octal146156140

Shades and tints

Shades of #666E60

#666E60
(102,110,96)
#5D6458
(93,100,88)
#545A50
(84,90,80)
#4B5048
(75,80,72)
#424640
(66,70,64)
#393C38
(57,60,56)
#303230
(48,50,48)
#272828
(39,40,40)
#1E1E20
(30,30,32)
#151418
(21,20,24)
#0C0A10
(12,10,16)
#000000
(0,0,0)

Tints of #666E60

#666E60
(102,110,96)
#737B6E
(115,123,110)
#80887C
(128,136,124)
#8D958A
(141,149,138)
#9AA298
(154,162,152)
#A7AFA6
(167,175,166)
#B4BCB4
(180,188,180)
#C1C9C2
(193,201,194)
#CED6D0
(206,214,208)
#DBE3DE
(219,227,222)
#E8F0EC
(232,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #666E60; }

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

This text font color is #666E60.


Background Color

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

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

This div background color is #666E60.


Border color

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

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

This div border color is #666E60.


Opacity

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

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

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

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

This text has shadow with #666E60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #666E60 on black background.


Color preview on white background

This text has color #666E60 on white background.



Black color preview on #666E60 background

This text has black color on #666E60 background.


White color preview on #666E60 background

This text has white color on #666E60 background.