COLOR #667B4F

HEX: #667B4F RGB: (102,123,79)

Color info

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

RGB color model

#667B4F color RGB value is (102,123,79).

RGB: (102,123,79) (40%, 48%, 31%)

RGB channels and saturation

R 102 of 255 = 40%
G 123 of 255 = 48%
B 79 of 255 = 31%

102
123
79

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

Portions of RGB colors in percentages

R + G + B = 102 + 123 + 79 = 304 (100%)
R 102 of 304 ~ 33.55%
G 123 of 304 ~ 40.46%
B 79 of 304 ~ 25.99'%

%33.55
%40.46
%25.99

CMYK color model

#667B4F color CMYK value is (17,0,36,52).

  • cyan value is 17.07%
  • magenta value is 0.00%
  • yellow value is 35.77%
  • key color value is 51.76%

CMYK: (17,0,36,52)
C17M0Y36K52 (17%, 0%, 36%, 52%)
(0.17 / 0.00 / 0.36 / 0.52)

CMYK percentages

%17.07
%0
%35.77
%51.76

Codes

Color #667B4F in popluar color models

66 7B 4F
RGB 102 123 79
HSL 89° 21.78% 39.61%
HSB/HSV 89° 35.77% 48.24%
CMYK 17.07% 0.00% 35.77%
51.76%

Color #667B4F in popluar number systems.

HEX 66 7B 4F
Decimal 102 123 79
Binary 1100110 1111011 1001111
Octal 146 173 117

Shades and tints

Shades of #667B4F

#667B4F
(102,123,79)
#5D7048
(93,112,72)
#546541
(84,101,65)
#4B5A3A
(75,90,58)
#424F33
(66,79,51)
#39442C
(57,68,44)
#303925
(48,57,37)
#272E1E
(39,46,30)
#1E2317
(30,35,23)
#151810
(21,24,16)
#0C0D09
(12,13,9)
#000000
(0,0,0)

Tints of #667B4F

#667B4F
(102,123,79)
#73875F
(115,135,95)
#80936F
(128,147,111)
#8D9F7F
(141,159,127)
#9AAB8F
(154,171,143)
#A7B79F
(167,183,159)
#B4C3AF
(180,195,175)
#C1CFBF
(193,207,191)
#CEDBCF
(206,219,207)
#DBE7DF
(219,231,223)
#E8F3EF
(232,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #667B4F color. Also use rgb(102,123,79) instead hex code.

Text Font Color

.myTextColor { color: #667B4F; }

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

This text font color is #667B4F.

Background Color

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

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

This div background color is #667B4F.

Border color

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

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

This div border color is #667B4F.

Opacity

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

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

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

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

This text has shadow with #667B4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #667B4F.

Preview

Color preview on black background

This text has color #667B4F on black background.


Color preview on white background

This text has color #667B4F on white background.


Black color preview on #667B4F background

This text has black color on #667B4F background.


White color preview on #667B4F background

This text has white color on #667B4F background.


Related colors

Complementary color

Complementary color for #hex is #9984B0.


I love getcolorcode.com

Triadic colors

1 #4F667B and #7B4F66 with #667B4F are triadic colors.

2 #4F7B66 and #7B664F with #667B4F are triadic colors.