COLOR #666F72

HEX: #666F72
RGB: (102,111,114)

Color info

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

RGB color model

#666F72 color RGB value is (102,111,114).

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

RGB channels and saturation

R 102 of 255 = 40%
G 111 of 255 = 44%
B 114 of 255 = 45%

102
111
114

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

Portions of RGB colors in percentages

R + G + B =
102 + 111 + 114 = 327 (100%)
R 102 of 327 ~ 31.19%
G 111 of 327 ~ 33.94%
B 114 of 327 ~ 34.86%

%31.19
%33.94
%34.86

CMYK color model

#666F72 color CMYK value is (11,3,0,55).

  • cyan value is 10.53%
  • magenta value is 2.63%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(11,3,0,55)
C11M3Y0K55 
(11%,3%,0%,55%)
(0.11/0.03/0.00/0.55)	

CMYK percentages

%10.53
%2.63
%0
%55.29

Codes

Color #666F72 in popluar color models

666F72
RGB102111114
HSL195°5.56%42.35%
HSB/HSV195°10.53%44.71%
CMYK10.53%2.63%0.00%
55.29%

Color #666F72 in popluar number systems.

HEX666F72
Decimal102111114
Binary110011011011111110010
Octal146157162

Shades and tints

Shades of #666F72

#666F72
(102,111,114)
#5D6568
(93,101,104)
#545B5E
(84,91,94)
#4B5154
(75,81,84)
#42474A
(66,71,74)
#393D40
(57,61,64)
#303336
(48,51,54)
#27292C
(39,41,44)
#1E1F22
(30,31,34)
#151518
(21,21,24)
#0C0B0E
(12,11,14)
#000000
(0,0,0)

Tints of #666F72

#666F72
(102,111,114)
#737C7E
(115,124,126)
#80898A
(128,137,138)
#8D9696
(141,150,150)
#9AA3A2
(154,163,162)
#A7B0AE
(167,176,174)
#B4BDBA
(180,189,186)
#C1CAC6
(193,202,198)
#CED7D2
(206,215,210)
#DBE4DE
(219,228,222)
#E8F1EA
(232,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #666F72; }

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

This text font color is #666F72.


Background Color

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

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

This div background color is #666F72.


Border color

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

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

This div border color is #666F72.


Opacity

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

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

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

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

This text has shadow with #666F72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #666F72 on black background.


Color preview on white background

This text has color #666F72 on white background.



Black color preview on #666F72 background

This text has black color on #666F72 background.


White color preview on #666F72 background

This text has white color on #666F72 background.