COLOR #409071

HEX: #409071
RGB: (64,144,113)

Color info

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

RGB color model

#409071 color RGB value is (64,144,113).

  • red value is 64;
  • green value is 144;
  • blue value is 113.
RGB:
(64,144,113)
(25%,56%,44%)

RGB channels and saturation

R 64 of 255 = 25%
G 144 of 255 = 56%
B 113 of 255 = 44%

64
144
113

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

Portions of RGB colors in percentages

R + G + B =
64 + 144 + 113 = 321 (100%)
R 64 of 321 ~ 19.94%
G 144 of 321 ~ 44.86%
B 113 of 321 ~ 35.2%

%19.94
%44.86
%35.2

CMYK color model

#409071 color CMYK value is (56,0,22,44).

  • cyan value is 55.56%
  • magenta value is 0.00%
  • yellow value is 21.53%
  • key color value is 43.53%
CMYK:
(56,0,22,44)
C56M0Y22K44 
(56%,0%,22%,44%)
(0.56/0.00/0.22/0.44)	

CMYK percentages

%55.56
%0
%21.53
%43.53

Codes

Color #409071 in popluar color models

409071
RGB64144113
HSL157°38.46%40.78%
HSB/HSV157°55.56%56.47%
CMYK55.56%0.00%21.53%
43.53%

Color #409071 in popluar number systems.

HEX409071
Decimal64144113
Binary1000000100100001110001
Octal100220161

Shades and tints

Shades of #409071

#409071
(64,144,113)
#3B8367
(59,131,103)
#36765D
(54,118,93)
#316953
(49,105,83)
#2C5C49
(44,92,73)
#274F3F
(39,79,63)
#224235
(34,66,53)
#1D352B
(29,53,43)
#182821
(24,40,33)
#131B17
(19,27,23)
#0E0E0D
(14,14,13)
#000000
(0,0,0)

Tints of #409071

#409071
(64,144,113)
#519A7D
(81,154,125)
#62A489
(98,164,137)
#73AE95
(115,174,149)
#84B8A1
(132,184,161)
#95C2AD
(149,194,173)
#A6CCB9
(166,204,185)
#B7D6C5
(183,214,197)
#C8E0D1
(200,224,209)
#D9EADD
(217,234,221)
#EAF4E9
(234,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #409071 color. Also use rgb(64,144,113) instead hex code.

Text Font Color

.myTextColor { color: #409071; }

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

This text font color is #409071.


Background Color

.myBgColor { background-color: #409071; }

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

This div background color is #409071.


Border color

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

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

This div border color is #409071.


Opacity

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

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

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

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

This text has shadow with #409071 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #409071 on black background.


Color preview on white background

This text has color #409071 on white background.



Black color preview on #409071 background

This text has black color on #409071 background.


White color preview on #409071 background

This text has white color on #409071 background.