COLOR #666E75

HEX: #666E75
RGB: (102,110,117)

Color info

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

RGB color model

#666E75 color RGB value is (102,110,117).

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

RGB channels and saturation

R 102 of 255 = 40%
G 110 of 255 = 43%
B 117 of 255 = 46%

102
110
117

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

Portions of RGB colors in percentages

R + G + B =
102 + 110 + 117 = 329 (100%)
R 102 of 329 ~ 31%
G 110 of 329 ~ 33.43%
B 117 of 329 ~ 35.56%

%31
%33.43
%35.56

CMYK color model

#666E75 color CMYK value is (13,6,0,54).

  • cyan value is 12.82%
  • magenta value is 5.98%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(13,6,0,54)
C13M6Y0K54 
(13%,6%,0%,54%)
(0.13/0.06/0.00/0.54)	

CMYK percentages

%12.82
%5.98
%0
%54.12

Codes

Color #666E75 in popluar color models

666E75
RGB102110117
HSL208°6.85%42.94%
HSB/HSV208°12.82%45.88%
CMYK12.82%5.98%0.00%
54.12%

Color #666E75 in popluar number systems.

HEX666E75
Decimal102110117
Binary110011011011101110101
Octal146156165

Shades and tints

Shades of #666E75

#666E75
(102,110,117)
#5D646B
(93,100,107)
#545A61
(84,90,97)
#4B5057
(75,80,87)
#42464D
(66,70,77)
#393C43
(57,60,67)
#303239
(48,50,57)
#27282F
(39,40,47)
#1E1E25
(30,30,37)
#15141B
(21,20,27)
#0C0A11
(12,10,17)
#000000
(0,0,0)

Tints of #666E75

#666E75
(102,110,117)
#737B81
(115,123,129)
#80888D
(128,136,141)
#8D9599
(141,149,153)
#9AA2A5
(154,162,165)
#A7AFB1
(167,175,177)
#B4BCBD
(180,188,189)
#C1C9C9
(193,201,201)
#CED6D5
(206,214,213)
#DBE3E1
(219,227,225)
#E8F0ED
(232,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #666E75; }

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

This text font color is #666E75.


Background Color

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

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

This div background color is #666E75.


Border color

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

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

This div border color is #666E75.


Opacity

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

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

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

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

This text has shadow with #666E75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #666E75 on black background.


Color preview on white background

This text has color #666E75 on white background.



Black color preview on #666E75 background

This text has black color on #666E75 background.


White color preview on #666E75 background

This text has white color on #666E75 background.