COLOR #666F73

HEX: #666F73
RGB: (102,111,115)

Color info

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

RGB color model

#666F73 color RGB value is (102,111,115).

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

RGB channels and saturation

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

102
111
115

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

Portions of RGB colors in percentages

R + G + B =
102 + 111 + 115 = 328 (100%)
R 102 of 328 ~ 31.1%
G 111 of 328 ~ 33.84%
B 115 of 328 ~ 35.06%

%31.1
%33.84
%35.06

CMYK color model

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

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

CMYK percentages

%11.3
%3.48
%0
%54.9

Codes

Color #666F73 in popluar color models

666F73
RGB102111115
HSL198°5.99%42.55%
HSB/HSV198°11.30%45.10%
CMYK11.30%3.48%0.00%
54.90%

Color #666F73 in popluar number systems.

HEX666F73
Decimal102111115
Binary110011011011111110011
Octal146157163

Shades and tints

Shades of #666F73

#666F73
(102,111,115)
#5D6569
(93,101,105)
#545B5F
(84,91,95)
#4B5155
(75,81,85)
#42474B
(66,71,75)
#393D41
(57,61,65)
#303337
(48,51,55)
#27292D
(39,41,45)
#1E1F23
(30,31,35)
#151519
(21,21,25)
#0C0B0F
(12,11,15)
#000000
(0,0,0)

Tints of #666F73

#666F73
(102,111,115)
#737C7F
(115,124,127)
#80898B
(128,137,139)
#8D9697
(141,150,151)
#9AA3A3
(154,163,163)
#A7B0AF
(167,176,175)
#B4BDBB
(180,189,187)
#C1CAC7
(193,202,199)
#CED7D3
(206,215,211)
#DBE4DF
(219,228,223)
#E8F1EB
(232,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #666F73; }

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

This text font color is #666F73.


Background Color

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

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

This div background color is #666F73.


Border color

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

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

This div border color is #666F73.


Opacity

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

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

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

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

This text has shadow with #666F73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #666F73 on black background.


Color preview on white background

This text has color #666F73 on white background.



Black color preview on #666F73 background

This text has black color on #666F73 background.


White color preview on #666F73 background

This text has white color on #666F73 background.