COLOR #409B63

HEX: #409B63
RGB: (64,155,99)

Color info

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

RGB color model

#409B63 color RGB value is (64,155,99).

  • red value is 64;
  • green value is 155;
  • blue value is 99.
RGB:
(64,155,99)
(25%,61%,39%)

RGB channels and saturation

R 64 of 255 = 25%
G 155 of 255 = 61%
B 99 of 255 = 39%

64
155
99

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

Portions of RGB colors in percentages

R + G + B =
64 + 155 + 99 = 318 (100%)
R 64 of 318 ~ 20.13%
G 155 of 318 ~ 48.74%
B 99 of 318 ~ 31.13%

%20.13
%48.74
%31.13

CMYK color model

#409B63 color CMYK value is (59,0,36,39).

  • cyan value is 58.71%
  • magenta value is 0.00%
  • yellow value is 36.13%
  • key color value is 39.22%
CMYK:
(59,0,36,39)
C59M0Y36K39 
(59%,0%,36%,39%)
(0.59/0.00/0.36/0.39)	

CMYK percentages

%58.71
%0
%36.13
%39.22

Codes

Color #409B63 in popluar color models

409B63
RGB6415599
HSL143°41.55%42.94%
HSB/HSV143°58.71%60.78%
CMYK58.71%0.00%36.13%
39.22%

Color #409B63 in popluar number systems.

HEX409B63
Decimal6415599
Binary1000000100110111100011
Octal100233143

Shades and tints

Shades of #409B63

#409B63
(64,155,99)
#3B8D5A
(59,141,90)
#367F51
(54,127,81)
#317148
(49,113,72)
#2C633F
(44,99,63)
#275536
(39,85,54)
#22472D
(34,71,45)
#1D3924
(29,57,36)
#182B1B
(24,43,27)
#131D12
(19,29,18)
#0E0F09
(14,15,9)
#000000
(0,0,0)

Tints of #409B63

#409B63
(64,155,99)
#51A471
(81,164,113)
#62AD7F
(98,173,127)
#73B68D
(115,182,141)
#84BF9B
(132,191,155)
#95C8A9
(149,200,169)
#A6D1B7
(166,209,183)
#B7DAC5
(183,218,197)
#C8E3D3
(200,227,211)
#D9ECE1
(217,236,225)
#EAF5EF
(234,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #409B63 color. Also use rgb(64,155,99) instead hex code.

Text Font Color

.myTextColor { color: #409B63; }

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

This text font color is #409B63.


Background Color

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

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

This div background color is #409B63.


Border color

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

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

This div border color is #409B63.


Opacity

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

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

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

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

This text has shadow with #409B63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #409B63 on black background.


Color preview on white background

This text has color #409B63 on white background.



Black color preview on #409B63 background

This text has black color on #409B63 background.


White color preview on #409B63 background

This text has white color on #409B63 background.