COLOR #667C40

HEX: #667C40
RGB: (102,124,64)

Color info

#667C40 contains mainly red and green colors. Web safe color of #667C40 is #666633 (or #663).

RGB color model

#667C40 color RGB value is (102,124,64).

  • red value is 102;
  • green value is 124;
  • blue value is 64.
RGB:
(102,124,64)
(40%,49%,25%)

RGB channels and saturation

R 102 of 255 = 40%
G 124 of 255 = 49%
B 64 of 255 = 25%

102
124
64

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

Portions of RGB colors in percentages

R + G + B =
102 + 124 + 64 = 290 (100%)
R 102 of 290 ~ 35.17%
G 124 of 290 ~ 42.76%
B 64 of 290 ~ 22.07%

%35.17
%42.76
%22.07

CMYK color model

#667C40 color CMYK value is (18,0,48,51).

  • cyan value is 17.74%
  • magenta value is 0.00%
  • yellow value is 48.39%
  • key color value is 51.37%
CMYK:
(18,0,48,51)
C18M0Y48K51 
(18%,0%,48%,51%)
(0.18/0.00/0.48/0.51)	

CMYK percentages

%17.74
%0
%48.39
%51.37

Codes

Color #667C40 in popluar color models

667C40
RGB10212464
HSL82°31.91%36.86%
HSB/HSV82°48.39%48.63%
CMYK17.74%0.00%48.39%
51.37%

Color #667C40 in popluar number systems.

HEX667C40
Decimal10212464
Binary110011011111001000000
Octal146174100

Shades and tints

Shades of #667C40

#667C40
(102,124,64)
#5D713B
(93,113,59)
#546636
(84,102,54)
#4B5B31
(75,91,49)
#42502C
(66,80,44)
#394527
(57,69,39)
#303A22
(48,58,34)
#272F1D
(39,47,29)
#1E2418
(30,36,24)
#151913
(21,25,19)
#0C0E0E
(12,14,14)
#000000
(0,0,0)

Tints of #667C40

#667C40
(102,124,64)
#738751
(115,135,81)
#809262
(128,146,98)
#8D9D73
(141,157,115)
#9AA884
(154,168,132)
#A7B395
(167,179,149)
#B4BEA6
(180,190,166)
#C1C9B7
(193,201,183)
#CED4C8
(206,212,200)
#DBDFD9
(219,223,217)
#E8EAEA
(232,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #667C40; }

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

This text font color is #667C40.


Background Color

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

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

This div background color is #667C40.


Border color

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

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

This div border color is #667C40.


Opacity

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

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

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

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

This text has shadow with #667C40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #667C40 on black background.


Color preview on white background

This text has color #667C40 on white background.



Black color preview on #667C40 background

This text has black color on #667C40 background.


White color preview on #667C40 background

This text has white color on #667C40 background.