COLOR #409F82

HEX: #409F82 RGB: (64,159,130)

Color info

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

RGB color model

#409F82 color RGB value is (64,159,130).

RGB: (64,159,130) (25%, 62%, 51%)

RGB channels and saturation

R 64 of 255 = 25%
G 159 of 255 = 62%
B 130 of 255 = 51%

64
159
130

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

Portions of RGB colors in percentages

R + G + B = 64 + 159 + 130 = 353 (100%)
R 64 of 353 ~ 18.13%
G 159 of 353 ~ 45.04%
B 130 of 353 ~ 36.83'%

%18.13
%45.04
%36.83

CMYK color model

#409F82 color CMYK value is (60,0,18,38).

  • cyan value is 59.75%
  • magenta value is 0.00%
  • yellow value is 18.24%
  • key color value is 37.65%

CMYK: (60,0,18,38)
C60M0Y18K38 (60%, 0%, 18%, 38%)
(0.60 / 0.00 / 0.18 / 0.38)

CMYK percentages

%59.75
%0
%18.24
%37.65

Codes

Color #409F82 in popluar color models

40 9F 82
RGB 64 159 130
HSL 162° 42.60% 43.73%
HSB/HSV 162° 59.75% 62.35%
CMYK 59.75% 0.00% 18.24%
37.65%

Color #409F82 in popluar number systems.

HEX 40 9F 82
Decimal 64 159 130
Binary 1000000 10011111 10000010
Octal 100 237 202

Shades and tints

Shades of #409F82

#409F82
(64,159,130)
#3B9177
(59,145,119)
#36836C
(54,131,108)
#317561
(49,117,97)
#2C6756
(44,103,86)
#27594B
(39,89,75)
#224B40
(34,75,64)
#1D3D35
(29,61,53)
#182F2A
(24,47,42)
#13211F
(19,33,31)
#0E1314
(14,19,20)
#000000
(0,0,0)

Tints of #409F82

#409F82
(64,159,130)
#51A78D
(81,167,141)
#62AF98
(98,175,152)
#73B7A3
(115,183,163)
#84BFAE
(132,191,174)
#95C7B9
(149,199,185)
#A6CFC4
(166,207,196)
#B7D7CF
(183,215,207)
#C8DFDA
(200,223,218)
#D9E7E5
(217,231,229)
#EAEFF0
(234,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #409F82 color. Also use rgb(64,159,130) instead hex code.

Text Font Color

.myTextColor { color: #409F82; }

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

This text font color is #409F82.

Background Color

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

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

This div background color is #409F82.

Border color

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

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

This div border color is #409F82.

Opacity

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

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

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

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

This text has shadow with #409F82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #409F82.

Preview

Color preview on black background

This text has color #409F82 on black background.


Color preview on white background

This text has color #409F82 on white background.


Black color preview on #409F82 background

This text has black color on #409F82 background.


White color preview on #409F82 background

This text has white color on #409F82 background.


Related colors

Complementary color

Complementary color for #hex is #BF607D.


I love getcolorcode.com

Triadic colors

1 #82409F and #9F8240 with #409F82 are triadic colors.

2 #829F40 and #9F4082 with #409F82 are triadic colors.