COLOR #667477

HEX: #667477
RGB: (102,116,119)

Color info

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

RGB color model

#667477 color RGB value is (102,116,119).

  • red value is 102;
  • green value is 116;
  • blue value is 119.
RGB:
(102,116,119)
(40%,45%,47%)

RGB channels and saturation

R 102 of 255 = 40%
G 116 of 255 = 45%
B 119 of 255 = 47%

102
116
119

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

Portions of RGB colors in percentages

R + G + B =
102 + 116 + 119 = 337 (100%)
R 102 of 337 ~ 30.27%
G 116 of 337 ~ 34.42%
B 119 of 337 ~ 35.31%

%30.27
%34.42
%35.31

CMYK color model

#667477 color CMYK value is (14,3,0,53).

  • cyan value is 14.29%
  • magenta value is 2.52%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(14,3,0,53)
C14M3Y0K53 
(14%,3%,0%,53%)
(0.14/0.03/0.00/0.53)	

CMYK percentages

%14.29
%2.52
%0
%53.33

Codes

Color #667477 in popluar color models

667477
RGB102116119
HSL191°7.69%43.33%
HSB/HSV191°14.29%46.67%
CMYK14.29%2.52%0.00%
53.33%

Color #667477 in popluar number systems.

HEX667477
Decimal102116119
Binary110011011101001110111
Octal146164167

Shades and tints

Shades of #667477

#667477
(102,116,119)
#5D6A6D
(93,106,109)
#546063
(84,96,99)
#4B5659
(75,86,89)
#424C4F
(66,76,79)
#394245
(57,66,69)
#30383B
(48,56,59)
#272E31
(39,46,49)
#1E2427
(30,36,39)
#151A1D
(21,26,29)
#0C1013
(12,16,19)
#000000
(0,0,0)

Tints of #667477

#667477
(102,116,119)
#738083
(115,128,131)
#808C8F
(128,140,143)
#8D989B
(141,152,155)
#9AA4A7
(154,164,167)
#A7B0B3
(167,176,179)
#B4BCBF
(180,188,191)
#C1C8CB
(193,200,203)
#CED4D7
(206,212,215)
#DBE0E3
(219,224,227)
#E8ECEF
(232,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #667477 color. Also use rgb(102,116,119) instead hex code.

Text Font Color

.myTextColor { color: #667477; }

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

This text font color is #667477.


Background Color

.myBgColor { background-color: #667477; }

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

This div background color is #667477.


Border color

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

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

This div border color is #667477.


Opacity

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

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

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

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

This text has shadow with #667477 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #667477 on black background.


Color preview on white background

This text has color #667477 on white background.



Black color preview on #667477 background

This text has black color on #667477 background.


White color preview on #667477 background

This text has white color on #667477 background.