COLOR #667078

HEX: #667078
RGB: (102,112,120)

Color info

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

RGB color model

#667078 color RGB value is (102,112,120).

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

RGB channels and saturation

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

102
112
120

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

Portions of RGB colors in percentages

R + G + B =
102 + 112 + 120 = 334 (100%)
R 102 of 334 ~ 30.54%
G 112 of 334 ~ 33.53%
B 120 of 334 ~ 35.93%

%30.54
%33.53
%35.93

CMYK color model

#667078 color CMYK value is (15,7,0,53).

  • cyan value is 15.00%
  • magenta value is 6.67%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(15,7,0,53)
C15M7Y0K53 
(15%,7%,0%,53%)
(0.15/0.07/0.00/0.53)	

CMYK percentages

%15
%6.67
%0
%52.94

Codes

Color #667078 in popluar color models

667078
RGB102112120
HSL207°8.11%43.53%
HSB/HSV207°15.00%47.06%
CMYK15.00%6.67%0.00%
52.94%

Color #667078 in popluar number systems.

HEX667078
Decimal102112120
Binary110011011100001111000
Octal146160170

Shades and tints

Shades of #667078

#667078
(102,112,120)
#5D666E
(93,102,110)
#545C64
(84,92,100)
#4B525A
(75,82,90)
#424850
(66,72,80)
#393E46
(57,62,70)
#30343C
(48,52,60)
#272A32
(39,42,50)
#1E2028
(30,32,40)
#15161E
(21,22,30)
#0C0C14
(12,12,20)
#000000
(0,0,0)

Tints of #667078

#667078
(102,112,120)
#737D84
(115,125,132)
#808A90
(128,138,144)
#8D979C
(141,151,156)
#9AA4A8
(154,164,168)
#A7B1B4
(167,177,180)
#B4BEC0
(180,190,192)
#C1CBCC
(193,203,204)
#CED8D8
(206,216,216)
#DBE5E4
(219,229,228)
#E8F2F0
(232,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #667078; }

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

This text font color is #667078.


Background Color

.myBgColor { background-color: #667078; }

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

This div background color is #667078.


Border color

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

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

This div border color is #667078.


Opacity

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

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

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

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

This text has shadow with #667078 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #667078 on black background.


Color preview on white background

This text has color #667078 on white background.



Black color preview on #667078 background

This text has black color on #667078 background.


White color preview on #667078 background

This text has white color on #667078 background.