COLOR #409F4D

HEX: #409F4D
RGB: (64,159,77)

Color info

#409F4D contains mainly green color. Web safe color of #409F4D is #339933 (or #393).

RGB color model

#409F4D color RGB value is (64,159,77).

  • red value is 64;
  • green value is 159;
  • blue value is 77.
RGB:
(64,159,77)
(25%,62%,30%)

RGB channels and saturation

R 64 of 255 = 25%
G 159 of 255 = 62%
B 77 of 255 = 30%

64
159
77

R + G + B ~ 39%. #409F4D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 159 + 77 = 300 (100%)
R 64 of 300 ~ 21.33%
G 159 of 300 ~ 53%
B 77 of 300 ~ 25.67%

%21.33
%53
%25.67

CMYK color model

#409F4D color CMYK value is (60,0,52,38).

  • cyan value is 59.75%
  • magenta value is 0.00%
  • yellow value is 51.57%
  • key color value is 37.65%
CMYK:
(60,0,52,38)
C60M0Y52K38 
(60%,0%,52%,38%)
(0.60/0.00/0.52/0.38)	

CMYK percentages

%59.75
%0
%51.57
%37.65

Codes

Color #409F4D in popluar color models

409F4D
RGB6415977
HSL128°42.60%43.73%
HSB/HSV128°59.75%62.35%
CMYK59.75%0.00%51.57%
37.65%

Color #409F4D in popluar number systems.

HEX409F4D
Decimal6415977
Binary1000000100111111001101
Octal100237115

Shades and tints

Shades of #409F4D

#409F4D
(64,159,77)
#3B9146
(59,145,70)
#36833F
(54,131,63)
#317538
(49,117,56)
#2C6731
(44,103,49)
#27592A
(39,89,42)
#224B23
(34,75,35)
#1D3D1C
(29,61,28)
#182F15
(24,47,21)
#13210E
(19,33,14)
#0E1307
(14,19,7)
#000000
(0,0,0)

Tints of #409F4D

#409F4D
(64,159,77)
#51A75D
(81,167,93)
#62AF6D
(98,175,109)
#73B77D
(115,183,125)
#84BF8D
(132,191,141)
#95C79D
(149,199,157)
#A6CFAD
(166,207,173)
#B7D7BD
(183,215,189)
#C8DFCD
(200,223,205)
#D9E7DD
(217,231,221)
#EAEFED
(234,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #409F4D color. Also use rgb(64,159,77) instead hex code.

Text Font Color

.myTextColor { color: #409F4D; }

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

This text font color is #409F4D.


Background Color

.myBgColor { background-color: #409F4D; }

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

This div background color is #409F4D.


Border color

.myBorderColor { border: 1px solid #409F4D; }

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

This div border color is #409F4D.


Opacity

.myOpacity80 { color: #409F4D; opacity: 0.8; }

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

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

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

This text has shadow with #409F4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #409F4D on black background.


Color preview on white background

This text has color #409F4D on white background.



Black color preview on #409F4D background

This text has black color on #409F4D background.


White color preview on #409F4D background

This text has white color on #409F4D background.