COLOR #666B75

HEX: #666B75
RGB: (102,107,117)

Color info

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

RGB color model

#666B75 color RGB value is (102,107,117).

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

RGB channels and saturation

R 102 of 255 = 40%
G 107 of 255 = 42%
B 117 of 255 = 46%

102
107
117

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

Portions of RGB colors in percentages

R + G + B =
102 + 107 + 117 = 326 (100%)
R 102 of 326 ~ 31.29%
G 107 of 326 ~ 32.82%
B 117 of 326 ~ 35.89%

%31.29
%32.82
%35.89

CMYK color model

#666B75 color CMYK value is (13,9,0,54).

  • cyan value is 12.82%
  • magenta value is 8.55%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(13,9,0,54)
C13M9Y0K54 
(13%,9%,0%,54%)
(0.13/0.09/0.00/0.54)	

CMYK percentages

%12.82
%8.55
%0
%54.12

Codes

Color #666B75 in popluar color models

666B75
RGB102107117
HSL220°6.85%42.94%
HSB/HSV220°12.82%45.88%
CMYK12.82%8.55%0.00%
54.12%

Color #666B75 in popluar number systems.

HEX666B75
Decimal102107117
Binary110011011010111110101
Octal146153165

Shades and tints

Shades of #666B75

#666B75
(102,107,117)
#5D626B
(93,98,107)
#545961
(84,89,97)
#4B5057
(75,80,87)
#42474D
(66,71,77)
#393E43
(57,62,67)
#303539
(48,53,57)
#272C2F
(39,44,47)
#1E2325
(30,35,37)
#151A1B
(21,26,27)
#0C1111
(12,17,17)
#000000
(0,0,0)

Tints of #666B75

#666B75
(102,107,117)
#737881
(115,120,129)
#80858D
(128,133,141)
#8D9299
(141,146,153)
#9A9FA5
(154,159,165)
#A7ACB1
(167,172,177)
#B4B9BD
(180,185,189)
#C1C6C9
(193,198,201)
#CED3D5
(206,211,213)
#DBE0E1
(219,224,225)
#E8EDED
(232,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #666B75; }

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

This text font color is #666B75.


Background Color

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

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

This div background color is #666B75.


Border color

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

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

This div border color is #666B75.


Opacity

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

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

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

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

This text has shadow with #666B75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #666B75 on black background.


Color preview on white background

This text has color #666B75 on white background.



Black color preview on #666B75 background

This text has black color on #666B75 background.


White color preview on #666B75 background

This text has white color on #666B75 background.