COLOR #409480

HEX: #409480
RGB: (64,148,128)

Color info

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

RGB color model

#409480 color RGB value is (64,148,128).

  • red value is 64;
  • green value is 148;
  • blue value is 128.
RGB:
(64,148,128)
(25%,58%,50%)

RGB channels and saturation

R 64 of 255 = 25%
G 148 of 255 = 58%
B 128 of 255 = 50%

64
148
128

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

Portions of RGB colors in percentages

R + G + B =
64 + 148 + 128 = 340 (100%)
R 64 of 340 ~ 18.82%
G 148 of 340 ~ 43.53%
B 128 of 340 ~ 37.65%

%18.82
%43.53
%37.65

CMYK color model

#409480 color CMYK value is (57,0,14,42).

  • cyan value is 56.76%
  • magenta value is 0.00%
  • yellow value is 13.51%
  • key color value is 41.96%
CMYK:
(57,0,14,42)
C57M0Y14K42 
(57%,0%,14%,42%)
(0.57/0.00/0.14/0.42)	

CMYK percentages

%56.76
%0
%13.51
%41.96

Codes

Color #409480 in popluar color models

409480
RGB64148128
HSL166°39.62%41.57%
HSB/HSV166°56.76%58.04%
CMYK56.76%0.00%13.51%
41.96%

Color #409480 in popluar number systems.

HEX409480
Decimal64148128
Binary10000001001010010000000
Octal100224200

Shades and tints

Shades of #409480

#409480
(64,148,128)
#3B8775
(59,135,117)
#367A6A
(54,122,106)
#316D5F
(49,109,95)
#2C6054
(44,96,84)
#275349
(39,83,73)
#22463E
(34,70,62)
#1D3933
(29,57,51)
#182C28
(24,44,40)
#131F1D
(19,31,29)
#0E1212
(14,18,18)
#000000
(0,0,0)

Tints of #409480

#409480
(64,148,128)
#519D8B
(81,157,139)
#62A696
(98,166,150)
#73AFA1
(115,175,161)
#84B8AC
(132,184,172)
#95C1B7
(149,193,183)
#A6CAC2
(166,202,194)
#B7D3CD
(183,211,205)
#C8DCD8
(200,220,216)
#D9E5E3
(217,229,227)
#EAEEEE
(234,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #409480 color. Also use rgb(64,148,128) instead hex code.

Text Font Color

.myTextColor { color: #409480; }

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

This text font color is #409480.


Background Color

.myBgColor { background-color: #409480; }

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

This div background color is #409480.


Border color

.myBorderColor { border: 1px solid #409480; }

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

This div border color is #409480.


Opacity

.myOpacity80 { color: #409480; opacity: 0.8; }

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

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

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

This text has shadow with #409480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #409480 on black background.


Color preview on white background

This text has color #409480 on white background.



Black color preview on #409480 background

This text has black color on #409480 background.


White color preview on #409480 background

This text has white color on #409480 background.