COLOR #667F65

HEX: #667F65 RGB: (102,127,101)

Color info

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

RGB color model

#667F65 color RGB value is (102,127,101).

RGB: (102,127,101) (40%, 50%, 40%)

RGB channels and saturation

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

102
127
101

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

Portions of RGB colors in percentages

R + G + B = 102 + 127 + 101 = 330 (100%)
R 102 of 330 ~ 30.91%
G 127 of 330 ~ 38.48%
B 101 of 330 ~ 30.61'%

%30.91
%38.48
%30.61

CMYK color model

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

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

CMYK: (20,0,20,50)
C20M0Y20K50 (20%, 0%, 20%, 50%)
(0.20 / 0.00 / 0.20 / 0.50)

CMYK percentages

%19.69
%0
%20.47
%50.2

Codes

Color #667F65 in popluar color models

66 7F 65
RGB 102 127 101
HSL 118° 11.40% 44.71%
HSB/HSV 118° 20.47% 49.80%
CMYK 19.69% 0.00% 20.47%
50.20%

Color #667F65 in popluar number systems.

HEX 66 7F 65
Decimal 102 127 101
Binary 1100110 1111111 1100101
Octal 146 177 145

Shades and tints

Shades of #667F65

#667F65
(102,127,101)
#5D745C
(93,116,92)
#546953
(84,105,83)
#4B5E4A
(75,94,74)
#425341
(66,83,65)
#394838
(57,72,56)
#303D2F
(48,61,47)
#273226
(39,50,38)
#1E271D
(30,39,29)
#151C14
(21,28,20)
#0C110B
(12,17,11)
#000000
(0,0,0)

Tints of #667F65

#667F65
(102,127,101)
#738A73
(115,138,115)
#809581
(128,149,129)
#8DA08F
(141,160,143)
#9AAB9D
(154,171,157)
#A7B6AB
(167,182,171)
#B4C1B9
(180,193,185)
#C1CCC7
(193,204,199)
#CED7D5
(206,215,213)
#DBE2E3
(219,226,227)
#E8EDF1
(232,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #667F65; }

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

This text font color is #667F65.

Background Color

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

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

This div background color is #667F65.

Border color

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

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

This div border color is #667F65.

Opacity

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

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

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

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

This text has shadow with #667F65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #667F65.

Preview

Color preview on black background

This text has color #667F65 on black background.


Color preview on white background

This text has color #667F65 on white background.


Black color preview on #667F65 background

This text has black color on #667F65 background.


White color preview on #667F65 background

This text has white color on #667F65 background.


Related colors

Complementary color

Complementary color for #hex is #99809A.


I love getcolorcode.com

Triadic colors

1 #65667F and #7F6566 with #667F65 are triadic colors.

2 #657F66 and #7F6665 with #667F65 are triadic colors.