COLOR #667F6D

HEX: #667F6D RGB: (102,127,109)

Color info

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

RGB color model

#667F6D color RGB value is (102,127,109).

RGB: (102,127,109) (40%, 50%, 43%)

RGB channels and saturation

R 102 of 255 = 40%
G 127 of 255 = 50%
B 109 of 255 = 43%

102
127
109

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

Portions of RGB colors in percentages

R + G + B = 102 + 127 + 109 = 338 (100%)
R 102 of 338 ~ 30.18%
G 127 of 338 ~ 37.57%
B 109 of 338 ~ 32.25'%

%30.18
%37.57
%32.25

CMYK color model

#667F6D color CMYK value is (20,0,14,50).

  • cyan value is 19.69%
  • magenta value is 0.00%
  • yellow value is 14.17%
  • key color value is 50.20%

CMYK: (20,0,14,50)
C20M0Y14K50 (20%, 0%, 14%, 50%)
(0.20 / 0.00 / 0.14 / 0.50)

CMYK percentages

%19.69
%0
%14.17
%50.2

Codes

Color #667F6D in popluar color models

66 7F 6D
RGB 102 127 109
HSL 137° 10.92% 44.90%
HSB/HSV 137° 19.69% 49.80%
CMYK 19.69% 0.00% 14.17%
50.20%

Color #667F6D in popluar number systems.

HEX 66 7F 6D
Decimal 102 127 109
Binary 1100110 1111111 1101101
Octal 146 177 155

Shades and tints

Shades of #667F6D

#667F6D
(102,127,109)
#5D7464
(93,116,100)
#54695B
(84,105,91)
#4B5E52
(75,94,82)
#425349
(66,83,73)
#394840
(57,72,64)
#303D37
(48,61,55)
#27322E
(39,50,46)
#1E2725
(30,39,37)
#151C1C
(21,28,28)
#0C1113
(12,17,19)
#000000
(0,0,0)

Tints of #667F6D

#667F6D
(102,127,109)
#738A7A
(115,138,122)
#809587
(128,149,135)
#8DA094
(141,160,148)
#9AABA1
(154,171,161)
#A7B6AE
(167,182,174)
#B4C1BB
(180,193,187)
#C1CCC8
(193,204,200)
#CED7D5
(206,215,213)
#DBE2E2
(219,226,226)
#E8EDEF
(232,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #667F6D; }

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

This text font color is #667F6D.

Background Color

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

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

This div background color is #667F6D.

Border color

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

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

This div border color is #667F6D.

Opacity

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

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

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

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

This text has shadow with #667F6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #667F6D.

Preview

Color preview on black background

This text has color #667F6D on black background.


Color preview on white background

This text has color #667F6D on white background.


Black color preview on #667F6D background

This text has black color on #667F6D background.


White color preview on #667F6D background

This text has white color on #667F6D background.


Related colors

Complementary color

Complementary color for #hex is #998092.


I love getcolorcode.com

Triadic colors

1 #6D667F and #7F6D66 with #667F6D are triadic colors.

2 #6D7F66 and #7F666D with #667F6D are triadic colors.