COLOR #407E6D

HEX: #407E6D
RGB: (64,126,109)

Color info

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

RGB color model

#407E6D color RGB value is (64,126,109).

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

RGB channels and saturation

R 64 of 255 = 25%
G 126 of 255 = 49%
B 109 of 255 = 43%

64
126
109

R + G + B ~ 39%. #407E6D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 126 + 109 = 299 (100%)
R 64 of 299 ~ 21.4%
G 126 of 299 ~ 42.14%
B 109 of 299 ~ 36.45%

%21.4
%42.14
%36.45

CMYK color model

#407E6D color CMYK value is (49,0,13,51).

  • cyan value is 49.21%
  • magenta value is 0.00%
  • yellow value is 13.49%
  • key color value is 50.59%
CMYK:
(49,0,13,51)
C49M0Y13K51 
(49%,0%,13%,51%)
(0.49/0.00/0.13/0.51)	

CMYK percentages

%49.21
%0
%13.49
%50.59

Codes

Color #407E6D in popluar color models

407E6D
RGB64126109
HSL164°32.63%37.25%
HSB/HSV164°49.21%49.41%
CMYK49.21%0.00%13.49%
50.59%

Color #407E6D in popluar number systems.

HEX407E6D
Decimal64126109
Binary100000011111101101101
Octal100176155

Shades and tints

Shades of #407E6D

#407E6D
(64,126,109)
#3B7364
(59,115,100)
#36685B
(54,104,91)
#315D52
(49,93,82)
#2C5249
(44,82,73)
#274740
(39,71,64)
#223C37
(34,60,55)
#1D312E
(29,49,46)
#182625
(24,38,37)
#131B1C
(19,27,28)
#0E1013
(14,16,19)
#000000
(0,0,0)

Tints of #407E6D

#407E6D
(64,126,109)
#51897A
(81,137,122)
#629487
(98,148,135)
#739F94
(115,159,148)
#84AAA1
(132,170,161)
#95B5AE
(149,181,174)
#A6C0BB
(166,192,187)
#B7CBC8
(183,203,200)
#C8D6D5
(200,214,213)
#D9E1E2
(217,225,226)
#EAECEF
(234,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #407E6D; }

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

This text font color is #407E6D.


Background Color

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

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

This div background color is #407E6D.


Border color

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

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

This div border color is #407E6D.


Opacity

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

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

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

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

This text has shadow with #407E6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #407E6D on black background.


Color preview on white background

This text has color #407E6D on white background.



Black color preview on #407E6D background

This text has black color on #407E6D background.


White color preview on #407E6D background

This text has white color on #407E6D background.