COLOR #667C5E

HEX: #667C5E RGB: (102,124,94)

Color info

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

RGB color model

#667C5E color RGB value is (102,124,94).

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

RGB channels and saturation

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

102
124
94

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

Portions of RGB colors in percentages

R + G + B = 102 + 124 + 94 = 320 (100%)
R 102 of 320 ~ 31.88%
G 124 of 320 ~ 38.75%
B 94 of 320 ~ 29.38'%

%31.88
%38.75
%29.38

CMYK color model

#667C5E color CMYK value is (18,0,24,51).

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

CMYK: (18,0,24,51)
C18M0Y24K51 (18%, 0%, 24%, 51%)
(0.18 / 0.00 / 0.24 / 0.51)

CMYK percentages

%17.74
%0
%24.19
%51.37

Codes

Color #667C5E in popluar color models

66 7C 5E
RGB 102 124 94
HSL 104° 13.76% 42.75%
HSB/HSV 104° 24.19% 48.63%
CMYK 17.74% 0.00% 24.19%
51.37%

Color #667C5E in popluar number systems.

HEX 66 7C 5E
Decimal 102 124 94
Binary 1100110 1111100 1011110
Octal 146 174 136

Shades and tints

Shades of #667C5E

#667C5E
(102,124,94)
#5D7156
(93,113,86)
#54664E
(84,102,78)
#4B5B46
(75,91,70)
#42503E
(66,80,62)
#394536
(57,69,54)
#303A2E
(48,58,46)
#272F26
(39,47,38)
#1E241E
(30,36,30)
#151916
(21,25,22)
#0C0E0E
(12,14,14)
#000000
(0,0,0)

Tints of #667C5E

#667C5E
(102,124,94)
#73876C
(115,135,108)
#80927A
(128,146,122)
#8D9D88
(141,157,136)
#9AA896
(154,168,150)
#A7B3A4
(167,179,164)
#B4BEB2
(180,190,178)
#C1C9C0
(193,201,192)
#CED4CE
(206,212,206)
#DBDFDC
(219,223,220)
#E8EAEA
(232,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #667C5E; }

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

This text font color is #667C5E.

Background Color

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

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

This div background color is #667C5E.

Border color

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

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

This div border color is #667C5E.

Opacity

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

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

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

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

This text has shadow with #667C5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #667C5E.

Preview

Color preview on black background

This text has color #667C5E on black background.


Color preview on white background

This text has color #667C5E on white background.


Black color preview on #667C5E background

This text has black color on #667C5E background.


White color preview on #667C5E background

This text has white color on #667C5E background.


Related colors

Complementary color

Complementary color for #hex is #9983A1.


I love getcolorcode.com

Triadic colors

1 #5E667C and #7C5E66 with #667C5E are triadic colors.

2 #5E7C66 and #7C665E with #667C5E are triadic colors.