COLOR #667C7A

HEX: #667C7A
RGB: (102,124,122)

Color info

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

RGB color model

#667C7A color RGB value is (102,124,122).

  • red value is 102;
  • green value is 124;
  • blue value is 122.
RGB:
(102,124,122)
(40%,49%,48%)

RGB channels and saturation

R 102 of 255 = 40%
G 124 of 255 = 49%
B 122 of 255 = 48%

102
124
122

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

Portions of RGB colors in percentages

R + G + B =
102 + 124 + 122 = 348 (100%)
R 102 of 348 ~ 29.31%
G 124 of 348 ~ 35.63%
B 122 of 348 ~ 35.06%

%29.31
%35.63
%35.06

CMYK color model

#667C7A color CMYK value is (18,0,2,51).

  • cyan value is 17.74%
  • magenta value is 0.00%
  • yellow value is 1.61%
  • key color value is 51.37%
CMYK:
(18,0,2,51)
C18M0Y2K51 
(18%,0%,2%,51%)
(0.18/0.00/0.02/0.51)	

CMYK percentages

%17.74
%0
%1.61
%51.37

Codes

Color #667C7A in popluar color models

667C7A
RGB102124122
HSL175°9.73%44.31%
HSB/HSV175°17.74%48.63%
CMYK17.74%0.00%1.61%
51.37%

Color #667C7A in popluar number systems.

HEX667C7A
Decimal102124122
Binary110011011111001111010
Octal146174172

Shades and tints

Shades of #667C7A

#667C7A
(102,124,122)
#5D716F
(93,113,111)
#546664
(84,102,100)
#4B5B59
(75,91,89)
#42504E
(66,80,78)
#394543
(57,69,67)
#303A38
(48,58,56)
#272F2D
(39,47,45)
#1E2422
(30,36,34)
#151917
(21,25,23)
#0C0E0C
(12,14,12)
#000000
(0,0,0)

Tints of #667C7A

#667C7A
(102,124,122)
#738786
(115,135,134)
#809292
(128,146,146)
#8D9D9E
(141,157,158)
#9AA8AA
(154,168,170)
#A7B3B6
(167,179,182)
#B4BEC2
(180,190,194)
#C1C9CE
(193,201,206)
#CED4DA
(206,212,218)
#DBDFE6
(219,223,230)
#E8EAF2
(232,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #667C7A color. Also use rgb(102,124,122) instead hex code.

Text Font Color

.myTextColor { color: #667C7A; }

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

This text font color is #667C7A.


Background Color

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

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

This div background color is #667C7A.


Border color

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

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

This div border color is #667C7A.


Opacity

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

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

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

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

This text has shadow with #667C7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #667C7A on black background.


Color preview on white background

This text has color #667C7A on white background.



Black color preview on #667C7A background

This text has black color on #667C7A background.


White color preview on #667C7A background

This text has white color on #667C7A background.