COLOR #409D93

HEX: #409D93
RGB: (64,157,147)

Color info

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

RGB color model

#409D93 color RGB value is (64,157,147).

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

RGB channels and saturation

R 64 of 255 = 25%
G 157 of 255 = 62%
B 147 of 255 = 58%

64
157
147

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

Portions of RGB colors in percentages

R + G + B =
64 + 157 + 147 = 368 (100%)
R 64 of 368 ~ 17.39%
G 157 of 368 ~ 42.66%
B 147 of 368 ~ 39.95%

%17.39
%42.66
%39.95

CMYK color model

#409D93 color CMYK value is (59,0,6,38).

  • cyan value is 59.24%
  • magenta value is 0.00%
  • yellow value is 6.37%
  • key color value is 38.43%
CMYK:
(59,0,6,38)
C59M0Y6K38 
(59%,0%,6%,38%)
(0.59/0.00/0.06/0.38)	

CMYK percentages

%59.24
%0
%6.37
%38.43

Codes

Color #409D93 in popluar color models

409D93
RGB64157147
HSL174°42.08%43.33%
HSB/HSV174°59.24%61.57%
CMYK59.24%0.00%6.37%
38.43%

Color #409D93 in popluar number systems.

HEX409D93
Decimal64157147
Binary10000001001110110010011
Octal100235223

Shades and tints

Shades of #409D93

#409D93
(64,157,147)
#3B8F86
(59,143,134)
#368179
(54,129,121)
#31736C
(49,115,108)
#2C655F
(44,101,95)
#275752
(39,87,82)
#224945
(34,73,69)
#1D3B38
(29,59,56)
#182D2B
(24,45,43)
#131F1E
(19,31,30)
#0E1111
(14,17,17)
#000000
(0,0,0)

Tints of #409D93

#409D93
(64,157,147)
#51A59C
(81,165,156)
#62ADA5
(98,173,165)
#73B5AE
(115,181,174)
#84BDB7
(132,189,183)
#95C5C0
(149,197,192)
#A6CDC9
(166,205,201)
#B7D5D2
(183,213,210)
#C8DDDB
(200,221,219)
#D9E5E4
(217,229,228)
#EAEDED
(234,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #409D93; }

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

This text font color is #409D93.


Background Color

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

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

This div background color is #409D93.


Border color

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

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

This div border color is #409D93.


Opacity

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

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

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

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

This text has shadow with #409D93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #409D93 on black background.


Color preview on white background

This text has color #409D93 on white background.



Black color preview on #409D93 background

This text has black color on #409D93 background.


White color preview on #409D93 background

This text has white color on #409D93 background.