COLOR #407D20

HEX: #407D20
RGB: (64,125,32)

Color info

#407D20 contains mainly green color. Web safe color of #407D20 is #336633 (or #363).

RGB color model

#407D20 color RGB value is (64,125,32).

  • red value is 64;
  • green value is 125;
  • blue value is 32.
RGB:
(64,125,32)
(25%,49%,13%)

RGB channels and saturation

R 64 of 255 = 25%
G 125 of 255 = 49%
B 32 of 255 = 13%

64
125
32

R + G + B ~ 29%. #407D20 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 125 + 32 = 221 (100%)
R 64 of 221 ~ 28.96%
G 125 of 221 ~ 56.56%
B 32 of 221 ~ 14.48%

%28.96
%56.56
%14.48

CMYK color model

#407D20 color CMYK value is (49,0,74,51).

  • cyan value is 48.80%
  • magenta value is 0.00%
  • yellow value is 74.40%
  • key color value is 50.98%
CMYK:
(49,0,74,51)
C49M0Y74K51 
(49%,0%,74%,51%)
(0.49/0.00/0.74/0.51)	

CMYK percentages

%48.8
%0
%74.4
%50.98

Codes

Color #407D20 in popluar color models

407D20
RGB6412532
HSL99°59.24%30.78%
HSB/HSV99°74.40%49.02%
CMYK48.80%0.00%74.40%
50.98%

Color #407D20 in popluar number systems.

HEX407D20
Decimal6412532
Binary10000001111101100000
Octal10017540

Shades and tints

Shades of #407D20

#407D20
(64,125,32)
#3B721E
(59,114,30)
#36671C
(54,103,28)
#315C1A
(49,92,26)
#2C5118
(44,81,24)
#274616
(39,70,22)
#223B14
(34,59,20)
#1D3012
(29,48,18)
#182510
(24,37,16)
#131A0E
(19,26,14)
#0E0F0C
(14,15,12)
#000000
(0,0,0)

Tints of #407D20

#407D20
(64,125,32)
#518834
(81,136,52)
#629348
(98,147,72)
#739E5C
(115,158,92)
#84A970
(132,169,112)
#95B484
(149,180,132)
#A6BF98
(166,191,152)
#B7CAAC
(183,202,172)
#C8D5C0
(200,213,192)
#D9E0D4
(217,224,212)
#EAEBE8
(234,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #407D20 color. Also use rgb(64,125,32) instead hex code.

Text Font Color

.myTextColor { color: #407D20; }

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

This text font color is #407D20.


Background Color

.myBgColor { background-color: #407D20; }

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

This div background color is #407D20.


Border color

.myBorderColor { border: 1px solid #407D20; }

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

This div border color is #407D20.


Opacity

.myOpacity80 { color: #407D20; opacity: 0.8; }

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

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

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

This text has shadow with #407D20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #407D20 on black background.


Color preview on white background

This text has color #407D20 on white background.



Black color preview on #407D20 background

This text has black color on #407D20 background.


White color preview on #407D20 background

This text has white color on #407D20 background.