COLOR #407924

HEX: #407924
RGB: (64,121,36)

Color info

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

RGB color model

#407924 color RGB value is (64,121,36).

  • red value is 64;
  • green value is 121;
  • blue value is 36.
RGB:
(64,121,36)
(25%,47%,14%)

RGB channels and saturation

R 64 of 255 = 25%
G 121 of 255 = 47%
B 36 of 255 = 14%

64
121
36

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

Portions of RGB colors in percentages

R + G + B =
64 + 121 + 36 = 221 (100%)
R 64 of 221 ~ 28.96%
G 121 of 221 ~ 54.75%
B 36 of 221 ~ 16.29%

%28.96
%54.75
%16.29

CMYK color model

#407924 color CMYK value is (47,0,70,53).

  • cyan value is 47.11%
  • magenta value is 0.00%
  • yellow value is 70.25%
  • key color value is 52.55%
CMYK:
(47,0,70,53)
C47M0Y70K53 
(47%,0%,70%,53%)
(0.47/0.00/0.70/0.53)	

CMYK percentages

%47.11
%0
%70.25
%52.55

Codes

Color #407924 in popluar color models

407924
RGB6412136
HSL100°54.14%30.78%
HSB/HSV100°70.25%47.45%
CMYK47.11%0.00%70.25%
52.55%

Color #407924 in popluar number systems.

HEX407924
Decimal6412136
Binary10000001111001100100
Octal10017144

Shades and tints

Shades of #407924

#407924
(64,121,36)
#3B6E21
(59,110,33)
#36631E
(54,99,30)
#31581B
(49,88,27)
#2C4D18
(44,77,24)
#274215
(39,66,21)
#223712
(34,55,18)
#1D2C0F
(29,44,15)
#18210C
(24,33,12)
#131609
(19,22,9)
#0E0B06
(14,11,6)
#000000
(0,0,0)

Tints of #407924

#407924
(64,121,36)
#518537
(81,133,55)
#62914A
(98,145,74)
#739D5D
(115,157,93)
#84A970
(132,169,112)
#95B583
(149,181,131)
#A6C196
(166,193,150)
#B7CDA9
(183,205,169)
#C8D9BC
(200,217,188)
#D9E5CF
(217,229,207)
#EAF1E2
(234,241,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #407924 color. Also use rgb(64,121,36) instead hex code.

Text Font Color

.myTextColor { color: #407924; }

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

This text font color is #407924.


Background Color

.myBgColor { background-color: #407924; }

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

This div background color is #407924.


Border color

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

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

This div border color is #407924.


Opacity

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

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

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

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

This text has shadow with #407924 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #407924 on black background.


Color preview on white background

This text has color #407924 on white background.



Black color preview on #407924 background

This text has black color on #407924 background.


White color preview on #407924 background

This text has white color on #407924 background.