COLOR #409A4F

HEX: #409A4F
RGB: (64,154,79)

Color info

#409A4F contains mainly green color. Web safe color of #409A4F is #339966 (or #396).

RGB color model

#409A4F color RGB value is (64,154,79).

  • red value is 64;
  • green value is 154;
  • blue value is 79.
RGB:
(64,154,79)
(25%,60%,31%)

RGB channels and saturation

R 64 of 255 = 25%
G 154 of 255 = 60%
B 79 of 255 = 31%

64
154
79

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

Portions of RGB colors in percentages

R + G + B =
64 + 154 + 79 = 297 (100%)
R 64 of 297 ~ 21.55%
G 154 of 297 ~ 51.85%
B 79 of 297 ~ 26.6%

%21.55
%51.85
%26.6

CMYK color model

#409A4F color CMYK value is (58,0,49,40).

  • cyan value is 58.44%
  • magenta value is 0.00%
  • yellow value is 48.70%
  • key color value is 39.61%
CMYK:
(58,0,49,40)
C58M0Y49K40 
(58%,0%,49%,40%)
(0.58/0.00/0.49/0.40)	

CMYK percentages

%58.44
%0
%48.7
%39.61

Codes

Color #409A4F in popluar color models

409A4F
RGB6415479
HSL130°41.28%42.75%
HSB/HSV130°58.44%60.39%
CMYK58.44%0.00%48.70%
39.61%

Color #409A4F in popluar number systems.

HEX409A4F
Decimal6415479
Binary1000000100110101001111
Octal100232117

Shades and tints

Shades of #409A4F

#409A4F
(64,154,79)
#3B8C48
(59,140,72)
#367E41
(54,126,65)
#31703A
(49,112,58)
#2C6233
(44,98,51)
#27542C
(39,84,44)
#224625
(34,70,37)
#1D381E
(29,56,30)
#182A17
(24,42,23)
#131C10
(19,28,16)
#0E0E09
(14,14,9)
#000000
(0,0,0)

Tints of #409A4F

#409A4F
(64,154,79)
#51A35F
(81,163,95)
#62AC6F
(98,172,111)
#73B57F
(115,181,127)
#84BE8F
(132,190,143)
#95C79F
(149,199,159)
#A6D0AF
(166,208,175)
#B7D9BF
(183,217,191)
#C8E2CF
(200,226,207)
#D9EBDF
(217,235,223)
#EAF4EF
(234,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #409A4F color. Also use rgb(64,154,79) instead hex code.

Text Font Color

.myTextColor { color: #409A4F; }

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

This text font color is #409A4F.


Background Color

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

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

This div background color is #409A4F.


Border color

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

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

This div border color is #409A4F.


Opacity

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

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

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

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

This text has shadow with #409A4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #409A4F on black background.


Color preview on white background

This text has color #409A4F on white background.



Black color preview on #409A4F background

This text has black color on #409A4F background.


White color preview on #409A4F background

This text has white color on #409A4F background.