COLOR #407939

HEX: #407939
RGB: (64,121,57)

Color info

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

RGB color model

#407939 color RGB value is (64,121,57).

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

RGB channels and saturation

R 64 of 255 = 25%
G 121 of 255 = 47%
B 57 of 255 = 22%

64
121
57

R + G + B ~ 31%. #407939 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 121 + 57 = 242 (100%)
R 64 of 242 ~ 26.45%
G 121 of 242 ~ 50%
B 57 of 242 ~ 23.55%

%26.45
%50
%23.55

CMYK color model

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

  • cyan value is 47.11%
  • magenta value is 0.00%
  • yellow value is 52.89%
  • key color value is 52.55%
CMYK:
(47,0,53,53)
C47M0Y53K53 
(47%,0%,53%,53%)
(0.47/0.00/0.53/0.53)	

CMYK percentages

%47.11
%0
%52.89
%52.55

Codes

Color #407939 in popluar color models

407939
RGB6412157
HSL113°35.96%34.90%
HSB/HSV113°52.89%47.45%
CMYK47.11%0.00%52.89%
52.55%

Color #407939 in popluar number systems.

HEX407939
Decimal6412157
Binary10000001111001111001
Octal10017171

Shades and tints

Shades of #407939

#407939
(64,121,57)
#3B6E34
(59,110,52)
#36632F
(54,99,47)
#31582A
(49,88,42)
#2C4D25
(44,77,37)
#274220
(39,66,32)
#22371B
(34,55,27)
#1D2C16
(29,44,22)
#182111
(24,33,17)
#13160C
(19,22,12)
#0E0B07
(14,11,7)
#000000
(0,0,0)

Tints of #407939

#407939
(64,121,57)
#51854B
(81,133,75)
#62915D
(98,145,93)
#739D6F
(115,157,111)
#84A981
(132,169,129)
#95B593
(149,181,147)
#A6C1A5
(166,193,165)
#B7CDB7
(183,205,183)
#C8D9C9
(200,217,201)
#D9E5DB
(217,229,219)
#EAF1ED
(234,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #407939; }

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

This text font color is #407939.


Background Color

.myBgColor { background-color: #407939; }

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

This div background color is #407939.


Border color

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

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

This div border color is #407939.


Opacity

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

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

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

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

This text has shadow with #407939 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #407939 on black background.


Color preview on white background

This text has color #407939 on white background.



Black color preview on #407939 background

This text has black color on #407939 background.


White color preview on #407939 background

This text has white color on #407939 background.