COLOR #667F5A

HEX: #667F5A RGB: (102,127,90)

Color info

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

RGB color model

#667F5A color RGB value is (102,127,90).

RGB: (102,127,90) (40%, 50%, 35%)

RGB channels and saturation

R 102 of 255 = 40%
G 127 of 255 = 50%
B 90 of 255 = 35%

102
127
90

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

Portions of RGB colors in percentages

R + G + B = 102 + 127 + 90 = 319 (100%)
R 102 of 319 ~ 31.97%
G 127 of 319 ~ 39.81%
B 90 of 319 ~ 28.21'%

%31.97
%39.81
%28.21

CMYK color model

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

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

CMYK: (20,0,29,50)
C20M0Y29K50 (20%, 0%, 29%, 50%)
(0.20 / 0.00 / 0.29 / 0.50)

CMYK percentages

%19.69
%0
%29.13
%50.2

Codes

Color #667F5A in popluar color models

66 7F 5A
RGB 102 127 90
HSL 101° 17.05% 42.55%
HSB/HSV 101° 29.13% 49.80%
CMYK 19.69% 0.00% 29.13%
50.20%

Color #667F5A in popluar number systems.

HEX 66 7F 5A
Decimal 102 127 90
Binary 1100110 1111111 1011010
Octal 146 177 132

Shades and tints

Shades of #667F5A

#667F5A
(102,127,90)
#5D7452
(93,116,82)
#54694A
(84,105,74)
#4B5E42
(75,94,66)
#42533A
(66,83,58)
#394832
(57,72,50)
#303D2A
(48,61,42)
#273222
(39,50,34)
#1E271A
(30,39,26)
#151C12
(21,28,18)
#0C110A
(12,17,10)
#000000
(0,0,0)

Tints of #667F5A

#667F5A
(102,127,90)
#738A69
(115,138,105)
#809578
(128,149,120)
#8DA087
(141,160,135)
#9AAB96
(154,171,150)
#A7B6A5
(167,182,165)
#B4C1B4
(180,193,180)
#C1CCC3
(193,204,195)
#CED7D2
(206,215,210)
#DBE2E1
(219,226,225)
#E8EDF0
(232,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #667F5A; }

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

This text font color is #667F5A.

Background Color

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

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

This div background color is #667F5A.

Border color

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

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

This div border color is #667F5A.

Opacity

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

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

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

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

This text has shadow with #667F5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #667F5A.

Preview

Color preview on black background

This text has color #667F5A on black background.


Color preview on white background

This text has color #667F5A on white background.


Black color preview on #667F5A background

This text has black color on #667F5A background.


White color preview on #667F5A background

This text has white color on #667F5A background.


Related colors

Complementary color

Complementary color for #hex is #9980A5.


I love getcolorcode.com

Triadic colors

1 #5A667F and #7F5A66 with #667F5A are triadic colors.

2 #5A7F66 and #7F665A with #667F5A are triadic colors.