COLOR #667B40

HEX: #667B40 RGB: (102,123,64)

Color info

#667B40 contains red, green and blue colors in about the same proportion. Web safe color of #667B40 is #666633 (or #663).

RGB color model

#667B40 color RGB value is (102,123,64).

RGB: (102,123,64) (40%, 48%, 25%)

RGB channels and saturation

R 102 of 255 = 40%
G 123 of 255 = 48%
B 64 of 255 = 25%

102
123
64

R + G + B ~ 38%. #667B40 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 102 + 123 + 64 = 289 (100%)
R 102 of 289 ~ 35.29%
G 123 of 289 ~ 42.56%
B 64 of 289 ~ 22.15'%

%35.29
%42.56
%22.15

CMYK color model

#667B40 color CMYK value is (17,0,48,52).

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

CMYK: (17,0,48,52)
C17M0Y48K52 (17%, 0%, 48%, 52%)
(0.17 / 0.00 / 0.48 / 0.52)

CMYK percentages

%17.07
%0
%47.97
%51.76

Codes

Color #667B40 in popluar color models

66 7B 40
RGB 102 123 64
HSL 81° 31.55% 36.67%
HSB/HSV 81° 47.97% 48.24%
CMYK 17.07% 0.00% 47.97%
51.76%

Color #667B40 in popluar number systems.

HEX 66 7B 40
Decimal 102 123 64
Binary 1100110 1111011 1000000
Octal 146 173 100

Shades and tints

Shades of #667B40

#667B40
(102,123,64)
#5D703B
(93,112,59)
#546536
(84,101,54)
#4B5A31
(75,90,49)
#424F2C
(66,79,44)
#394427
(57,68,39)
#303922
(48,57,34)
#272E1D
(39,46,29)
#1E2318
(30,35,24)
#151813
(21,24,19)
#0C0D0E
(12,13,14)
#000000
(0,0,0)

Tints of #667B40

#667B40
(102,123,64)
#738751
(115,135,81)
#809362
(128,147,98)
#8D9F73
(141,159,115)
#9AAB84
(154,171,132)
#A7B795
(167,183,149)
#B4C3A6
(180,195,166)
#C1CFB7
(193,207,183)
#CEDBC8
(206,219,200)
#DBE7D9
(219,231,217)
#E8F3EA
(232,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #667B40; }

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

This text font color is #667B40.

Background Color

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

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

This div background color is #667B40.

Border color

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

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

This div border color is #667B40.

Opacity

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

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

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

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

This text has shadow with #667B40 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #667B40.

Preview

Color preview on black background

This text has color #667B40 on black background.


Color preview on white background

This text has color #667B40 on white background.


Black color preview on #667B40 background

This text has black color on #667B40 background.


White color preview on #667B40 background

This text has white color on #667B40 background.


Related colors

Complementary color

Complementary color for #hex is #9984BF.


I love getcolorcode.com

Triadic colors

1 #40667B and #7B4066 with #667B40 are triadic colors.

2 #407B66 and #7B6640 with #667B40 are triadic colors.