COLOR #666973

HEX: #666973
RGB: (102,105,115)

Color info

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

RGB color model

#666973 color RGB value is (102,105,115).

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

RGB channels and saturation

R 102 of 255 = 40%
G 105 of 255 = 41%
B 115 of 255 = 45%

102
105
115

R + G + B ~ 42%. #666973 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 105 + 115 = 322 (100%)
R 102 of 322 ~ 31.68%
G 105 of 322 ~ 32.61%
B 115 of 322 ~ 35.71%

%31.68
%32.61
%35.71

CMYK color model

#666973 color CMYK value is (11,9,0,55).

  • cyan value is 11.30%
  • magenta value is 8.70%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK: (11,9,0,55) C11M9Y0K55 (11%,9%,0%,55%) (0.11/0.09/0.00/0.55)

CMYK percentages

%11.3
%8.7
%0
%54.9

Codes

Color #666973 in popluar color models

666973
RGB102105115
HSL226°5.99%42.55%
HSB/HSV226°11.30%45.10%
CMYK11.30%8.70%0.00%
54.90%

Color #666973 in popluar number systems.

HEX666973
Decimal102105115
Binary110011011010011110011
Octal146151163

Shades and tints

Shades of #666973

#666973
(102,105,115)
#5D6069
(93,96,105)
#54575F
(84,87,95)
#4B4E55
(75,78,85)
#42454B
(66,69,75)
#393C41
(57,60,65)
#303337
(48,51,55)
#272A2D
(39,42,45)
#1E2123
(30,33,35)
#151819
(21,24,25)
#0C0F0F
(12,15,15)
#000000
(0,0,0)

Tints of #666973

#666973
(102,105,115)
#73767F
(115,118,127)
#80838B
(128,131,139)
#8D9097
(141,144,151)
#9A9DA3
(154,157,163)
#A7AAAF
(167,170,175)
#B4B7BB
(180,183,187)
#C1C4C7
(193,196,199)
#CED1D3
(206,209,211)
#DBDEDF
(219,222,223)
#E8EBEB
(232,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #666973; }

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

This text font color is #666973.


Background Color

.myBgColor { background-color: #666973; }

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

This div background color is #666973.


Border color

.myBorderColor { border: 1px solid #666973; }

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

This div border color is #666973.


Opacity

.myOpacity80 { color: #666973; opacity: 0.8; }

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

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

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

This text has shadow with #666973 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #666973 on black background.


Color preview on white background

This text has color #666973 on white background.



Black color preview on #666973 background

This text has black color on #666973 background.


White color preview on #666973 background

This text has white color on #666973 background.