COLOR #409368

HEX: #409368
RGB: (64,147,104)

Color info

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

RGB color model

#409368 color RGB value is (64,147,104).

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

RGB channels and saturation

R 64 of 255 = 25%
G 147 of 255 = 58%
B 104 of 255 = 41%

64
147
104

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

Portions of RGB colors in percentages

R + G + B =
64 + 147 + 104 = 315 (100%)
R 64 of 315 ~ 20.32%
G 147 of 315 ~ 46.67%
B 104 of 315 ~ 33.02%

%20.32
%46.67
%33.02

CMYK color model

#409368 color CMYK value is (56,0,29,42).

  • cyan value is 56.46%
  • magenta value is 0.00%
  • yellow value is 29.25%
  • key color value is 42.35%
CMYK:
(56,0,29,42)
C56M0Y29K42 
(56%,0%,29%,42%)
(0.56/0.00/0.29/0.42)	

CMYK percentages

%56.46
%0
%29.25
%42.35

Codes

Color #409368 in popluar color models

409368
RGB64147104
HSL149°39.34%41.37%
HSB/HSV149°56.46%57.65%
CMYK56.46%0.00%29.25%
42.35%

Color #409368 in popluar number systems.

HEX409368
Decimal64147104
Binary1000000100100111101000
Octal100223150

Shades and tints

Shades of #409368

#409368
(64,147,104)
#3B865F
(59,134,95)
#367956
(54,121,86)
#316C4D
(49,108,77)
#2C5F44
(44,95,68)
#27523B
(39,82,59)
#224532
(34,69,50)
#1D3829
(29,56,41)
#182B20
(24,43,32)
#131E17
(19,30,23)
#0E110E
(14,17,14)
#000000
(0,0,0)

Tints of #409368

#409368
(64,147,104)
#519C75
(81,156,117)
#62A582
(98,165,130)
#73AE8F
(115,174,143)
#84B79C
(132,183,156)
#95C0A9
(149,192,169)
#A6C9B6
(166,201,182)
#B7D2C3
(183,210,195)
#C8DBD0
(200,219,208)
#D9E4DD
(217,228,221)
#EAEDEA
(234,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #409368; }

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

This text font color is #409368.


Background Color

.myBgColor { background-color: #409368; }

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

This div background color is #409368.


Border color

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

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

This div border color is #409368.


Opacity

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

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

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

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

This text has shadow with #409368 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #409368 on black background.


Color preview on white background

This text has color #409368 on white background.



Black color preview on #409368 background

This text has black color on #409368 background.


White color preview on #409368 background

This text has white color on #409368 background.