COLOR #667E3D

HEX: #667E3D
RGB: (102,126,61)

Color info

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

RGB color model

#667E3D color RGB value is (102,126,61).

  • red value is 102;
  • green value is 126;
  • blue value is 61.
RGB:
(102,126,61)
(40%,49%,24%)

RGB channels and saturation

R 102 of 255 = 40%
G 126 of 255 = 49%
B 61 of 255 = 24%

102
126
61

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

Portions of RGB colors in percentages

R + G + B =
102 + 126 + 61 = 289 (100%)
R 102 of 289 ~ 35.29%
G 126 of 289 ~ 43.6%
B 61 of 289 ~ 21.11%

%35.29
%43.6
%21.11

CMYK color model

#667E3D color CMYK value is (19,0,52,51).

  • cyan value is 19.05%
  • magenta value is 0.00%
  • yellow value is 51.59%
  • key color value is 50.59%
CMYK:
(19,0,52,51)
C19M0Y52K51 
(19%,0%,52%,51%)
(0.19/0.00/0.52/0.51)	

CMYK percentages

%19.05
%0
%51.59
%50.59

Codes

Color #667E3D in popluar color models

667E3D
RGB10212661
HSL82°34.76%36.67%
HSB/HSV82°51.59%49.41%
CMYK19.05%0.00%51.59%
50.59%

Color #667E3D in popluar number systems.

HEX667E3D
Decimal10212661
Binary11001101111110111101
Octal14617675

Shades and tints

Shades of #667E3D

#667E3D
(102,126,61)
#5D7338
(93,115,56)
#546833
(84,104,51)
#4B5D2E
(75,93,46)
#425229
(66,82,41)
#394724
(57,71,36)
#303C1F
(48,60,31)
#27311A
(39,49,26)
#1E2615
(30,38,21)
#151B10
(21,27,16)
#0C100B
(12,16,11)
#000000
(0,0,0)

Tints of #667E3D

#667E3D
(102,126,61)
#73894E
(115,137,78)
#80945F
(128,148,95)
#8D9F70
(141,159,112)
#9AAA81
(154,170,129)
#A7B592
(167,181,146)
#B4C0A3
(180,192,163)
#C1CBB4
(193,203,180)
#CED6C5
(206,214,197)
#DBE1D6
(219,225,214)
#E8ECE7
(232,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #667E3D color. Also use rgb(102,126,61) instead hex code.

Text Font Color

.myTextColor { color: #667E3D; }

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

This text font color is #667E3D.


Background Color

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

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

This div background color is #667E3D.


Border color

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

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

This div border color is #667E3D.


Opacity

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

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

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

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

This text has shadow with #667E3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #667E3D on black background.


Color preview on white background

This text has color #667E3D on white background.



Black color preview on #667E3D background

This text has black color on #667E3D background.


White color preview on #667E3D background

This text has white color on #667E3D background.