COLOR #667C6E

HEX: #667C6E RGB: (102,124,110)

Color info

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

RGB color model

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

RGB: (102,124,110) (40%, 49%, 43%)

RGB channels and saturation

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

102
124
110

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

Portions of RGB colors in percentages

R + G + B = 102 + 124 + 110 = 336 (100%)
R 102 of 336 ~ 30.36%
G 124 of 336 ~ 36.9%
B 110 of 336 ~ 32.74'%

%30.36
%36.9
%32.74

CMYK color model

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

  • cyan value is 17.74%
  • magenta value is 0.00%
  • yellow value is 11.29%
  • key color value is 51.37%

CMYK: (18,0,11,51)
C18M0Y11K51 (18%, 0%, 11%, 51%)
(0.18 / 0.00 / 0.11 / 0.51)

CMYK percentages

%17.74
%0
%11.29
%51.37

Codes

Color #667C6E in popluar color models

66 7C 6E
RGB 102 124 110
HSL 142° 9.73% 44.31%
HSB/HSV 142° 17.74% 48.63%
CMYK 17.74% 0.00% 11.29%
51.37%

Color #667C6E in popluar number systems.

HEX 66 7C 6E
Decimal 102 124 110
Binary 1100110 1111100 1101110
Octal 146 174 156

Shades and tints

Shades of #667C6E

#667C6E
(102,124,110)
#5D7164
(93,113,100)
#54665A
(84,102,90)
#4B5B50
(75,91,80)
#425046
(66,80,70)
#39453C
(57,69,60)
#303A32
(48,58,50)
#272F28
(39,47,40)
#1E241E
(30,36,30)
#151914
(21,25,20)
#0C0E0A
(12,14,10)
#000000
(0,0,0)

Tints of #667C6E

#667C6E
(102,124,110)
#73877B
(115,135,123)
#809288
(128,146,136)
#8D9D95
(141,157,149)
#9AA8A2
(154,168,162)
#A7B3AF
(167,179,175)
#B4BEBC
(180,190,188)
#C1C9C9
(193,201,201)
#CED4D6
(206,212,214)
#DBDFE3
(219,223,227)
#E8EAF0
(232,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #667C6E; }

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

This text font color is #667C6E.

Background Color

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

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

This div background color is #667C6E.

Border color

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

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

This div border color is #667C6E.

Opacity

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

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

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

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

This text has shadow with #667C6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #667C6E.

Preview

Color preview on black background

This text has color #667C6E on black background.


Color preview on white background

This text has color #667C6E on white background.


Black color preview on #667C6E background

This text has black color on #667C6E background.


White color preview on #667C6E background

This text has white color on #667C6E background.


Related colors

Complementary color

Complementary color for #hex is #998391.


I love getcolorcode.com

Triadic colors

1 #6E667C and #7C6E66 with #667C6E are triadic colors.

2 #6E7C66 and #7C666E with #667C6E are triadic colors.