COLOR #667D5E

HEX: #667D5E RGB: (102,125,94)

Color info

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

RGB color model

#667D5E color RGB value is (102,125,94).

RGB: (102,125,94) (40%, 49%, 37%)

RGB channels and saturation

R 102 of 255 = 40%
G 125 of 255 = 49%
B 94 of 255 = 37%

102
125
94

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

Portions of RGB colors in percentages

R + G + B = 102 + 125 + 94 = 321 (100%)
R 102 of 321 ~ 31.78%
G 125 of 321 ~ 38.94%
B 94 of 321 ~ 29.28'%

%31.78
%38.94
%29.28

CMYK color model

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

  • cyan value is 18.40%
  • magenta value is 0.00%
  • yellow value is 24.80%
  • key color value is 50.98%

CMYK: (18,0,25,51)
C18M0Y25K51 (18%, 0%, 25%, 51%)
(0.18 / 0.00 / 0.25 / 0.51)

CMYK percentages

%18.4
%0
%24.8
%50.98

Codes

Color #667D5E in popluar color models

66 7D 5E
RGB 102 125 94
HSL 105° 14.16% 42.94%
HSB/HSV 105° 24.80% 49.02%
CMYK 18.40% 0.00% 24.80%
50.98%

Color #667D5E in popluar number systems.

HEX 66 7D 5E
Decimal 102 125 94
Binary 1100110 1111101 1011110
Octal 146 175 136

Shades and tints

Shades of #667D5E

#667D5E
(102,125,94)
#5D7256
(93,114,86)
#54674E
(84,103,78)
#4B5C46
(75,92,70)
#42513E
(66,81,62)
#394636
(57,70,54)
#303B2E
(48,59,46)
#273026
(39,48,38)
#1E251E
(30,37,30)
#151A16
(21,26,22)
#0C0F0E
(12,15,14)
#000000
(0,0,0)

Tints of #667D5E

#667D5E
(102,125,94)
#73886C
(115,136,108)
#80937A
(128,147,122)
#8D9E88
(141,158,136)
#9AA996
(154,169,150)
#A7B4A4
(167,180,164)
#B4BFB2
(180,191,178)
#C1CAC0
(193,202,192)
#CED5CE
(206,213,206)
#DBE0DC
(219,224,220)
#E8EBEA
(232,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #667D5E; }

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

This text font color is #667D5E.

Background Color

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

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

This div background color is #667D5E.

Border color

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

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

This div border color is #667D5E.

Opacity

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

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

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

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

This text has shadow with #667D5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #667D5E.

Preview

Color preview on black background

This text has color #667D5E on black background.


Color preview on white background

This text has color #667D5E on white background.


Black color preview on #667D5E background

This text has black color on #667D5E background.


White color preview on #667D5E background

This text has white color on #667D5E background.


Related colors

Complementary color

Complementary color for #hex is #9982A1.


I love getcolorcode.com

Triadic colors

1 #5E667D and #7D5E66 with #667D5E are triadic colors.

2 #5E7D66 and #7D665E with #667D5E are triadic colors.