COLOR #667021

HEX: #667021
RGB: (102,112,33)

Color info

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

RGB color model

#667021 color RGB value is (102,112,33).

  • red value is 102;
  • green value is 112;
  • blue value is 33.
RGB:
(102,112,33)
(40%,44%,13%)

RGB channels and saturation

R 102 of 255 = 40%
G 112 of 255 = 44%
B 33 of 255 = 13%

102
112
33

R + G + B ~ 32%. #667021 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 112 + 33 = 247 (100%)
R 102 of 247 ~ 41.3%
G 112 of 247 ~ 45.34%
B 33 of 247 ~ 13.36%

%41.3
%45.34
%13.36

CMYK color model

#667021 color CMYK value is (9,0,71,56).

  • cyan value is 8.93%
  • magenta value is 0.00%
  • yellow value is 70.54%
  • key color value is 56.08%
CMYK:
(9,0,71,56)
C9M0Y71K56 
(9%,0%,71%,56%)
(0.09/0.00/0.71/0.56)	

CMYK percentages

%8.93
%0
%70.54
%56.08

Codes

Color #667021 in popluar color models

667021
RGB10211233
HSL68°54.48%28.43%
HSB/HSV68°70.54%43.92%
CMYK8.93%0.00%70.54%
56.08%

Color #667021 in popluar number systems.

HEX667021
Decimal10211233
Binary11001101110000100001
Octal14616041

Shades and tints

Shades of #667021

#667021
(102,112,33)
#5D661E
(93,102,30)
#545C1B
(84,92,27)
#4B5218
(75,82,24)
#424815
(66,72,21)
#393E12
(57,62,18)
#30340F
(48,52,15)
#272A0C
(39,42,12)
#1E2009
(30,32,9)
#151606
(21,22,6)
#0C0C03
(12,12,3)
#000000
(0,0,0)

Tints of #667021

#667021
(102,112,33)
#737D35
(115,125,53)
#808A49
(128,138,73)
#8D975D
(141,151,93)
#9AA471
(154,164,113)
#A7B185
(167,177,133)
#B4BE99
(180,190,153)
#C1CBAD
(193,203,173)
#CED8C1
(206,216,193)
#DBE5D5
(219,229,213)
#E8F2E9
(232,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #667021 color. Also use rgb(102,112,33) instead hex code.

Text Font Color

.myTextColor { color: #667021; }

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

This text font color is #667021.


Background Color

.myBgColor { background-color: #667021; }

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

This div background color is #667021.


Border color

.myBorderColor { border: 1px solid #667021; }

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

This div border color is #667021.


Opacity

.myOpacity80 { color: #667021; opacity: 0.8; }

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

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

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

This text has shadow with #667021 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #667021 on black background.


Color preview on white background

This text has color #667021 on white background.



Black color preview on #667021 background

This text has black color on #667021 background.


White color preview on #667021 background

This text has white color on #667021 background.