COLOR #409558

HEX: #409558
RGB: (64,149,88)

Color info

#409558 contains mainly green color. Web safe color of #409558 is #339966 (or #396).

RGB color model

#409558 color RGB value is (64,149,88).

  • red value is 64;
  • green value is 149;
  • blue value is 88.
RGB:
(64,149,88)
(25%,58%,35%)

RGB channels and saturation

R 64 of 255 = 25%
G 149 of 255 = 58%
B 88 of 255 = 35%

64
149
88

R + G + B ~ 39%. #409558 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 149 + 88 = 301 (100%)
R 64 of 301 ~ 21.26%
G 149 of 301 ~ 49.5%
B 88 of 301 ~ 29.24%

%21.26
%49.5
%29.24

CMYK color model

#409558 color CMYK value is (57,0,41,42).

  • cyan value is 57.05%
  • magenta value is 0.00%
  • yellow value is 40.94%
  • key color value is 41.57%
CMYK:
(57,0,41,42)
C57M0Y41K42 
(57%,0%,41%,42%)
(0.57/0.00/0.41/0.42)	

CMYK percentages

%57.05
%0
%40.94
%41.57

Codes

Color #409558 in popluar color models

409558
RGB6414988
HSL137°39.91%41.76%
HSB/HSV137°57.05%58.43%
CMYK57.05%0.00%40.94%
41.57%

Color #409558 in popluar number systems.

HEX409558
Decimal6414988
Binary1000000100101011011000
Octal100225130

Shades and tints

Shades of #409558

#409558
(64,149,88)
#3B8850
(59,136,80)
#367B48
(54,123,72)
#316E40
(49,110,64)
#2C6138
(44,97,56)
#275430
(39,84,48)
#224728
(34,71,40)
#1D3A20
(29,58,32)
#182D18
(24,45,24)
#132010
(19,32,16)
#0E1308
(14,19,8)
#000000
(0,0,0)

Tints of #409558

#409558
(64,149,88)
#519E67
(81,158,103)
#62A776
(98,167,118)
#73B085
(115,176,133)
#84B994
(132,185,148)
#95C2A3
(149,194,163)
#A6CBB2
(166,203,178)
#B7D4C1
(183,212,193)
#C8DDD0
(200,221,208)
#D9E6DF
(217,230,223)
#EAEFEE
(234,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #409558 color. Also use rgb(64,149,88) instead hex code.

Text Font Color

.myTextColor { color: #409558; }

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

This text font color is #409558.


Background Color

.myBgColor { background-color: #409558; }

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

This div background color is #409558.


Border color

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

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

This div border color is #409558.


Opacity

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

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

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

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

This text has shadow with #409558 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #409558 on black background.


Color preview on white background

This text has color #409558 on white background.



Black color preview on #409558 background

This text has black color on #409558 background.


White color preview on #409558 background

This text has white color on #409558 background.