COLOR #667F80

HEX: #667F80
RGB: (102,127,128)

Color info

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

RGB color model

#667F80 color RGB value is (102,127,128).

  • red value is 102;
  • green value is 127;
  • blue value is 128.
RGB:
(102,127,128)
(40%,50%,50%)

RGB channels and saturation

R 102 of 255 = 40%
G 127 of 255 = 50%
B 128 of 255 = 50%

102
127
128

R + G + B ~ 47%. #667F80 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 127 + 128 = 357 (100%)
R 102 of 357 ~ 28.57%
G 127 of 357 ~ 35.57%
B 128 of 357 ~ 35.85%

%28.57
%35.57
%35.85

CMYK color model

#667F80 color CMYK value is (20,1,0,50).

  • cyan value is 20.31%
  • magenta value is 0.78%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(20,1,0,50)
C20M1Y0K50 
(20%,1%,0%,50%)
(0.20/0.01/0.00/0.50)	

CMYK percentages

%20.31
%0.78
%0
%49.8

Codes

Color #667F80 in popluar color models

667F80
RGB102127128
HSL182°11.30%45.10%
HSB/HSV182°20.31%50.20%
CMYK20.31%0.78%0.00%
49.80%

Color #667F80 in popluar number systems.

HEX667F80
Decimal102127128
Binary1100110111111110000000
Octal146177200

Shades and tints

Shades of #667F80

#667F80
(102,127,128)
#5D7475
(93,116,117)
#54696A
(84,105,106)
#4B5E5F
(75,94,95)
#425354
(66,83,84)
#394849
(57,72,73)
#303D3E
(48,61,62)
#273233
(39,50,51)
#1E2728
(30,39,40)
#151C1D
(21,28,29)
#0C1112
(12,17,18)
#000000
(0,0,0)

Tints of #667F80

#667F80
(102,127,128)
#738A8B
(115,138,139)
#809596
(128,149,150)
#8DA0A1
(141,160,161)
#9AABAC
(154,171,172)
#A7B6B7
(167,182,183)
#B4C1C2
(180,193,194)
#C1CCCD
(193,204,205)
#CED7D8
(206,215,216)
#DBE2E3
(219,226,227)
#E8EDEE
(232,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #667F80 color. Also use rgb(102,127,128) instead hex code.

Text Font Color

.myTextColor { color: #667F80; }

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

This text font color is #667F80.


Background Color

.myBgColor { background-color: #667F80; }

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

This div background color is #667F80.


Border color

.myBorderColor { border: 1px solid #667F80; }

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

This div border color is #667F80.


Opacity

.myOpacity80 { color: #667F80; opacity: 0.8; }

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

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

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

This text has shadow with #667F80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #667F80 on black background.


Color preview on white background

This text has color #667F80 on white background.



Black color preview on #667F80 background

This text has black color on #667F80 background.


White color preview on #667F80 background

This text has white color on #667F80 background.