COLOR #409B70

HEX: #409B70
RGB: (64,155,112)

Color info

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

RGB color model

#409B70 color RGB value is (64,155,112).

  • red value is 64;
  • green value is 155;
  • blue value is 112.
RGB:
(64,155,112)
(25%,61%,44%)

RGB channels and saturation

R 64 of 255 = 25%
G 155 of 255 = 61%
B 112 of 255 = 44%

64
155
112

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

Portions of RGB colors in percentages

R + G + B =
64 + 155 + 112 = 331 (100%)
R 64 of 331 ~ 19.34%
G 155 of 331 ~ 46.83%
B 112 of 331 ~ 33.84%

%19.34
%46.83
%33.84

CMYK color model

#409B70 color CMYK value is (59,0,28,39).

  • cyan value is 58.71%
  • magenta value is 0.00%
  • yellow value is 27.74%
  • key color value is 39.22%
CMYK:
(59,0,28,39)
C59M0Y28K39 
(59%,0%,28%,39%)
(0.59/0.00/0.28/0.39)	

CMYK percentages

%58.71
%0
%27.74
%39.22

Codes

Color #409B70 in popluar color models

409B70
RGB64155112
HSL152°41.55%42.94%
HSB/HSV152°58.71%60.78%
CMYK58.71%0.00%27.74%
39.22%

Color #409B70 in popluar number systems.

HEX409B70
Decimal64155112
Binary1000000100110111110000
Octal100233160

Shades and tints

Shades of #409B70

#409B70
(64,155,112)
#3B8D66
(59,141,102)
#367F5C
(54,127,92)
#317152
(49,113,82)
#2C6348
(44,99,72)
#27553E
(39,85,62)
#224734
(34,71,52)
#1D392A
(29,57,42)
#182B20
(24,43,32)
#131D16
(19,29,22)
#0E0F0C
(14,15,12)
#000000
(0,0,0)

Tints of #409B70

#409B70
(64,155,112)
#51A47D
(81,164,125)
#62AD8A
(98,173,138)
#73B697
(115,182,151)
#84BFA4
(132,191,164)
#95C8B1
(149,200,177)
#A6D1BE
(166,209,190)
#B7DACB
(183,218,203)
#C8E3D8
(200,227,216)
#D9ECE5
(217,236,229)
#EAF5F2
(234,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #409B70 color. Also use rgb(64,155,112) instead hex code.

Text Font Color

.myTextColor { color: #409B70; }

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

This text font color is #409B70.


Background Color

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

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

This div background color is #409B70.


Border color

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

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

This div border color is #409B70.


Opacity

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

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

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

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

This text has shadow with #409B70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #409B70 on black background.


Color preview on white background

This text has color #409B70 on white background.



Black color preview on #409B70 background

This text has black color on #409B70 background.


White color preview on #409B70 background

This text has white color on #409B70 background.