COLOR #409A9E

HEX: #409A9E
RGB: (64,154,158)

Color info

#409A9E contains mainly green and blue colors. Web safe color of #409A9E is #339999 (or #399).

RGB color model

#409A9E color RGB value is (64,154,158).

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

RGB channels and saturation

R 64 of 255 = 25%
G 154 of 255 = 60%
B 158 of 255 = 62%

64
154
158

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

Portions of RGB colors in percentages

R + G + B =
64 + 154 + 158 = 376 (100%)
R 64 of 376 ~ 17.02%
G 154 of 376 ~ 40.96%
B 158 of 376 ~ 42.02%

%17.02
%40.96
%42.02

CMYK color model

#409A9E color CMYK value is (59,3,0,38).

  • cyan value is 59.49%
  • magenta value is 2.53%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(59,3,0,38)
C59M3Y0K38 
(59%,3%,0%,38%)
(0.59/0.03/0.00/0.38)	

CMYK percentages

%59.49
%2.53
%0
%38.04

Codes

Color #409A9E in popluar color models

409A9E
RGB64154158
HSL183°42.34%43.53%
HSB/HSV183°59.49%61.96%
CMYK59.49%2.53%0.00%
38.04%

Color #409A9E in popluar number systems.

HEX409A9E
Decimal64154158
Binary10000001001101010011110
Octal100232236

Shades and tints

Shades of #409A9E

#409A9E
(64,154,158)
#3B8C90
(59,140,144)
#367E82
(54,126,130)
#317074
(49,112,116)
#2C6266
(44,98,102)
#275458
(39,84,88)
#22464A
(34,70,74)
#1D383C
(29,56,60)
#182A2E
(24,42,46)
#131C20
(19,28,32)
#0E0E12
(14,14,18)
#000000
(0,0,0)

Tints of #409A9E

#409A9E
(64,154,158)
#51A3A6
(81,163,166)
#62ACAE
(98,172,174)
#73B5B6
(115,181,182)
#84BEBE
(132,190,190)
#95C7C6
(149,199,198)
#A6D0CE
(166,208,206)
#B7D9D6
(183,217,214)
#C8E2DE
(200,226,222)
#D9EBE6
(217,235,230)
#EAF4EE
(234,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #409A9E; }

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

This text font color is #409A9E.


Background Color

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

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

This div background color is #409A9E.


Border color

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

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

This div border color is #409A9E.


Opacity

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

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

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

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

This text has shadow with #409A9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #409A9E on black background.


Color preview on white background

This text has color #409A9E on white background.



Black color preview on #409A9E background

This text has black color on #409A9E background.


White color preview on #409A9E background

This text has white color on #409A9E background.