COLOR #667C7C

HEX: #667C7C
RGB: (102,124,124)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

102
124
124

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

Portions of RGB colors in percentages

R + G + B =
102 + 124 + 124 = 350 (100%)
R 102 of 350 ~ 29.14%
G 124 of 350 ~ 35.43%
B 124 of 350 ~ 35.43%

%29.14
%35.43
%35.43

CMYK color model

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

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

CMYK percentages

%17.74
%0
%0
%51.37

Codes

Color #667C7C in popluar color models

667C7C
RGB102124124
HSL180°9.73%44.31%
HSB/HSV180°17.74%48.63%
CMYK17.74%0.00%0.00%
51.37%

Color #667C7C in popluar number systems.

HEX667C7C
Decimal102124124
Binary110011011111001111100
Octal146174174

Shades and tints

Shades of #667C7C

#667C7C
(102,124,124)
#5D7171
(93,113,113)
#546666
(84,102,102)
#4B5B5B
(75,91,91)
#425050
(66,80,80)
#394545
(57,69,69)
#303A3A
(48,58,58)
#272F2F
(39,47,47)
#1E2424
(30,36,36)
#151919
(21,25,25)
#0C0E0E
(12,14,14)
#000000
(0,0,0)

Tints of #667C7C

#667C7C
(102,124,124)
#738787
(115,135,135)
#809292
(128,146,146)
#8D9D9D
(141,157,157)
#9AA8A8
(154,168,168)
#A7B3B3
(167,179,179)
#B4BEBE
(180,190,190)
#C1C9C9
(193,201,201)
#CED4D4
(206,212,212)
#DBDFDF
(219,223,223)
#E8EAEA
(232,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #667C7C; }

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

This text font color is #667C7C.


Background Color

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

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

This div background color is #667C7C.


Border color

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

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

This div border color is #667C7C.


Opacity

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

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

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

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

This text has shadow with #667C7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #667C7C on black background.


Color preview on white background

This text has color #667C7C on white background.



Black color preview on #667C7C background

This text has black color on #667C7C background.


White color preview on #667C7C background

This text has white color on #667C7C background.