COLOR #409D74

HEX: #409D74
RGB: (64,157,116)

Color info

#409D74 contains mainly green and blue colors. Web safe color of #409D74 is #339966 (or #396).

RGB color model

#409D74 color RGB value is (64,157,116).

  • red value is 64;
  • green value is 157;
  • blue value is 116.
RGB:
(64,157,116)
(25%,62%,45%)

RGB channels and saturation

R 64 of 255 = 25%
G 157 of 255 = 62%
B 116 of 255 = 45%

64
157
116

R + G + B ~ 44%. #409D74 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
64 + 157 + 116 = 337 (100%)
R 64 of 337 ~ 18.99%
G 157 of 337 ~ 46.59%
B 116 of 337 ~ 34.42%

%18.99
%46.59
%34.42

CMYK color model

#409D74 color CMYK value is (59,0,26,38).

  • cyan value is 59.24%
  • magenta value is 0.00%
  • yellow value is 26.11%
  • key color value is 38.43%
CMYK:
(59,0,26,38)
C59M0Y26K38 
(59%,0%,26%,38%)
(0.59/0.00/0.26/0.38)	

CMYK percentages

%59.24
%0
%26.11
%38.43

Codes

Color #409D74 in popluar color models

409D74
RGB64157116
HSL154°42.08%43.33%
HSB/HSV154°59.24%61.57%
CMYK59.24%0.00%26.11%
38.43%

Color #409D74 in popluar number systems.

HEX409D74
Decimal64157116
Binary1000000100111011110100
Octal100235164

Shades and tints

Shades of #409D74

#409D74
(64,157,116)
#3B8F6A
(59,143,106)
#368160
(54,129,96)
#317356
(49,115,86)
#2C654C
(44,101,76)
#275742
(39,87,66)
#224938
(34,73,56)
#1D3B2E
(29,59,46)
#182D24
(24,45,36)
#131F1A
(19,31,26)
#0E1110
(14,17,16)
#000000
(0,0,0)

Tints of #409D74

#409D74
(64,157,116)
#51A580
(81,165,128)
#62AD8C
(98,173,140)
#73B598
(115,181,152)
#84BDA4
(132,189,164)
#95C5B0
(149,197,176)
#A6CDBC
(166,205,188)
#B7D5C8
(183,213,200)
#C8DDD4
(200,221,212)
#D9E5E0
(217,229,224)
#EAEDEC
(234,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #409D74 color. Also use rgb(64,157,116) instead hex code.

Text Font Color

.myTextColor { color: #409D74; }

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

This text font color is #409D74.


Background Color

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

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

This div background color is #409D74.


Border color

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

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

This div border color is #409D74.


Opacity

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

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

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

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

This text has shadow with #409D74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #409D74 on black background.


Color preview on white background

This text has color #409D74 on white background.



Black color preview on #409D74 background

This text has black color on #409D74 background.


White color preview on #409D74 background

This text has white color on #409D74 background.