COLOR #667079

HEX: #667079
RGB: (102,112,121)

Color info

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

RGB color model

#667079 color RGB value is (102,112,121).

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

RGB channels and saturation

R 102 of 255 = 40%
G 112 of 255 = 44%
B 121 of 255 = 47%

102
112
121

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

Portions of RGB colors in percentages

R + G + B =
102 + 112 + 121 = 335 (100%)
R 102 of 335 ~ 30.45%
G 112 of 335 ~ 33.43%
B 121 of 335 ~ 36.12%

%30.45
%33.43
%36.12

CMYK color model

#667079 color CMYK value is (16,7,0,53).

  • cyan value is 15.70%
  • magenta value is 7.44%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(16,7,0,53)
C16M7Y0K53 
(16%,7%,0%,53%)
(0.16/0.07/0.00/0.53)	

CMYK percentages

%15.7
%7.44
%0
%52.55

Codes

Color #667079 in popluar color models

667079
RGB102112121
HSL208°8.52%43.73%
HSB/HSV208°15.70%47.45%
CMYK15.70%7.44%0.00%
52.55%

Color #667079 in popluar number systems.

HEX667079
Decimal102112121
Binary110011011100001111001
Octal146160171

Shades and tints

Shades of #667079

#667079
(102,112,121)
#5D666E
(93,102,110)
#545C63
(84,92,99)
#4B5258
(75,82,88)
#42484D
(66,72,77)
#393E42
(57,62,66)
#303437
(48,52,55)
#272A2C
(39,42,44)
#1E2021
(30,32,33)
#151616
(21,22,22)
#0C0C0B
(12,12,11)
#000000
(0,0,0)

Tints of #667079

#667079
(102,112,121)
#737D85
(115,125,133)
#808A91
(128,138,145)
#8D979D
(141,151,157)
#9AA4A9
(154,164,169)
#A7B1B5
(167,177,181)
#B4BEC1
(180,190,193)
#C1CBCD
(193,203,205)
#CED8D9
(206,216,217)
#DBE5E5
(219,229,229)
#E8F2F1
(232,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #667079; }

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

This text font color is #667079.


Background Color

.myBgColor { background-color: #667079; }

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

This div background color is #667079.


Border color

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

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

This div border color is #667079.


Opacity

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

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

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

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

This text has shadow with #667079 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #667079 on black background.


Color preview on white background

This text has color #667079 on white background.



Black color preview on #667079 background

This text has black color on #667079 background.


White color preview on #667079 background

This text has white color on #667079 background.