COLOR #407021

HEX: #407021
RGB: (64,112,33)

Color info

#407021 contains mainly red and green colors. Web safe color of #407021 is #336633 (or #363).

RGB color model

#407021 color RGB value is (64,112,33).

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

RGB channels and saturation

R 64 of 255 = 25%
G 112 of 255 = 44%
B 33 of 255 = 13%

64
112
33

R + G + B ~ 27%. #407021 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 112 + 33 = 209 (100%)
R 64 of 209 ~ 30.62%
G 112 of 209 ~ 53.59%
B 33 of 209 ~ 15.79%

%30.62
%53.59
%15.79

CMYK color model

#407021 color CMYK value is (43,0,71,56).

  • cyan value is 42.86%
  • magenta value is 0.00%
  • yellow value is 70.54%
  • key color value is 56.08%
CMYK:
(43,0,71,56)
C43M0Y71K56 
(43%,0%,71%,56%)
(0.43/0.00/0.71/0.56)	

CMYK percentages

%42.86
%0
%70.54
%56.08

Codes

Color #407021 in popluar color models

407021
RGB6411233
HSL96°54.48%28.43%
HSB/HSV96°70.54%43.92%
CMYK42.86%0.00%70.54%
56.08%

Color #407021 in popluar number systems.

HEX407021
Decimal6411233
Binary10000001110000100001
Octal10016041

Shades and tints

Shades of #407021

#407021
(64,112,33)
#3B661E
(59,102,30)
#365C1B
(54,92,27)
#315218
(49,82,24)
#2C4815
(44,72,21)
#273E12
(39,62,18)
#22340F
(34,52,15)
#1D2A0C
(29,42,12)
#182009
(24,32,9)
#131606
(19,22,6)
#0E0C03
(14,12,3)
#000000
(0,0,0)

Tints of #407021

#407021
(64,112,33)
#517D35
(81,125,53)
#628A49
(98,138,73)
#73975D
(115,151,93)
#84A471
(132,164,113)
#95B185
(149,177,133)
#A6BE99
(166,190,153)
#B7CBAD
(183,203,173)
#C8D8C1
(200,216,193)
#D9E5D5
(217,229,213)
#EAF2E9
(234,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #407021; }

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

This text font color is #407021.


Background Color

.myBgColor { background-color: #407021; }

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

This div background color is #407021.


Border color

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

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

This div border color is #407021.


Opacity

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

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

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

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

This text has shadow with #407021 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #407021 on black background.


Color preview on white background

This text has color #407021 on white background.



Black color preview on #407021 background

This text has black color on #407021 background.


White color preview on #407021 background

This text has white color on #407021 background.