COLOR #407E5A

HEX: #407E5A
RGB: (64,126,90)

Color info

#407E5A contains mainly green and blue colors. Web safe color of #407E5A is #336666 (or #366).

RGB color model

#407E5A color RGB value is (64,126,90).

  • red value is 64;
  • green value is 126;
  • blue value is 90.
RGB:
(64,126,90)
(25%,49%,35%)

RGB channels and saturation

R 64 of 255 = 25%
G 126 of 255 = 49%
B 90 of 255 = 35%

64
126
90

R + G + B ~ 36%. #407E5A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 126 + 90 = 280 (100%)
R 64 of 280 ~ 22.86%
G 126 of 280 ~ 45%
B 90 of 280 ~ 32.14%

%22.86
%45
%32.14

CMYK color model

#407E5A color CMYK value is (49,0,29,51).

  • cyan value is 49.21%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 50.59%
CMYK:
(49,0,29,51)
C49M0Y29K51 
(49%,0%,29%,51%)
(0.49/0.00/0.29/0.51)	

CMYK percentages

%49.21
%0
%28.57
%50.59

Codes

Color #407E5A in popluar color models

407E5A
RGB6412690
HSL145°32.63%37.25%
HSB/HSV145°49.21%49.41%
CMYK49.21%0.00%28.57%
50.59%

Color #407E5A in popluar number systems.

HEX407E5A
Decimal6412690
Binary100000011111101011010
Octal100176132

Shades and tints

Shades of #407E5A

#407E5A
(64,126,90)
#3B7352
(59,115,82)
#36684A
(54,104,74)
#315D42
(49,93,66)
#2C523A
(44,82,58)
#274732
(39,71,50)
#223C2A
(34,60,42)
#1D3122
(29,49,34)
#18261A
(24,38,26)
#131B12
(19,27,18)
#0E100A
(14,16,10)
#000000
(0,0,0)

Tints of #407E5A

#407E5A
(64,126,90)
#518969
(81,137,105)
#629478
(98,148,120)
#739F87
(115,159,135)
#84AA96
(132,170,150)
#95B5A5
(149,181,165)
#A6C0B4
(166,192,180)
#B7CBC3
(183,203,195)
#C8D6D2
(200,214,210)
#D9E1E1
(217,225,225)
#EAECF0
(234,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #407E5A color. Also use rgb(64,126,90) instead hex code.

Text Font Color

.myTextColor { color: #407E5A; }

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

This text font color is #407E5A.


Background Color

.myBgColor { background-color: #407E5A; }

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

This div background color is #407E5A.


Border color

.myBorderColor { border: 1px solid #407E5A; }

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

This div border color is #407E5A.


Opacity

.myOpacity80 { color: #407E5A; opacity: 0.8; }

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

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

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

This text has shadow with #407E5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #407E5A on black background.


Color preview on white background

This text has color #407E5A on white background.



Black color preview on #407E5A background

This text has black color on #407E5A background.


White color preview on #407E5A background

This text has white color on #407E5A background.