COLOR #666979

HEX: #666979
RGB: (102,105,121)

Color info

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

RGB color model

#666979 color RGB value is (102,105,121).

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

RGB channels and saturation

R 102 of 255 = 40%
G 105 of 255 = 41%
B 121 of 255 = 47%

102
105
121

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

Portions of RGB colors in percentages

R + G + B =
102 + 105 + 121 = 328 (100%)
R 102 of 328 ~ 31.1%
G 105 of 328 ~ 32.01%
B 121 of 328 ~ 36.89%

%31.1
%32.01
%36.89

CMYK color model

#666979 color CMYK value is (16,13,0,53).

  • cyan value is 15.70%
  • magenta value is 13.22%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(16,13,0,53)
C16M13Y0K53 
(16%,13%,0%,53%)
(0.16/0.13/0.00/0.53)	

CMYK percentages

%15.7
%13.22
%0
%52.55

Codes

Color #666979 in popluar color models

666979
RGB102105121
HSL231°8.52%43.73%
HSB/HSV231°15.70%47.45%
CMYK15.70%13.22%0.00%
52.55%

Color #666979 in popluar number systems.

HEX666979
Decimal102105121
Binary110011011010011111001
Octal146151171

Shades and tints

Shades of #666979

#666979
(102,105,121)
#5D606E
(93,96,110)
#545763
(84,87,99)
#4B4E58
(75,78,88)
#42454D
(66,69,77)
#393C42
(57,60,66)
#303337
(48,51,55)
#272A2C
(39,42,44)
#1E2121
(30,33,33)
#151816
(21,24,22)
#0C0F0B
(12,15,11)
#000000
(0,0,0)

Tints of #666979

#666979
(102,105,121)
#737685
(115,118,133)
#808391
(128,131,145)
#8D909D
(141,144,157)
#9A9DA9
(154,157,169)
#A7AAB5
(167,170,181)
#B4B7C1
(180,183,193)
#C1C4CD
(193,196,205)
#CED1D9
(206,209,217)
#DBDEE5
(219,222,229)
#E8EBF1
(232,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #666979; }

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

This text font color is #666979.


Background Color

.myBgColor { background-color: #666979; }

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

This div background color is #666979.


Border color

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

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

This div border color is #666979.


Opacity

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

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

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

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

This text has shadow with #666979 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #666979 on black background.


Color preview on white background

This text has color #666979 on white background.



Black color preview on #666979 background

This text has black color on #666979 background.


White color preview on #666979 background

This text has white color on #666979 background.