COLOR #407E4B

HEX: #407E4B
RGB: (64,126,75)

Color info

#407E4B contains mainly green and blue colors. Web safe color of #407E4B is #336633 (or #363).

RGB color model

#407E4B color RGB value is (64,126,75).

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

RGB channels and saturation

R 64 of 255 = 25%
G 126 of 255 = 49%
B 75 of 255 = 29%

64
126
75

R + G + B ~ 34%. #407E4B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 126 + 75 = 265 (100%)
R 64 of 265 ~ 24.15%
G 126 of 265 ~ 47.55%
B 75 of 265 ~ 28.3%

%24.15
%47.55
%28.3

CMYK color model

#407E4B color CMYK value is (49,0,40,51).

  • cyan value is 49.21%
  • magenta value is 0.00%
  • yellow value is 40.48%
  • key color value is 50.59%
CMYK:
(49,0,40,51)
C49M0Y40K51 
(49%,0%,40%,51%)
(0.49/0.00/0.40/0.51)	

CMYK percentages

%49.21
%0
%40.48
%50.59

Codes

Color #407E4B in popluar color models

407E4B
RGB6412675
HSL131°32.63%37.25%
HSB/HSV131°49.21%49.41%
CMYK49.21%0.00%40.48%
50.59%

Color #407E4B in popluar number systems.

HEX407E4B
Decimal6412675
Binary100000011111101001011
Octal100176113

Shades and tints

Shades of #407E4B

#407E4B
(64,126,75)
#3B7345
(59,115,69)
#36683F
(54,104,63)
#315D39
(49,93,57)
#2C5233
(44,82,51)
#27472D
(39,71,45)
#223C27
(34,60,39)
#1D3121
(29,49,33)
#18261B
(24,38,27)
#131B15
(19,27,21)
#0E100F
(14,16,15)
#000000
(0,0,0)

Tints of #407E4B

#407E4B
(64,126,75)
#51895B
(81,137,91)
#62946B
(98,148,107)
#739F7B
(115,159,123)
#84AA8B
(132,170,139)
#95B59B
(149,181,155)
#A6C0AB
(166,192,171)
#B7CBBB
(183,203,187)
#C8D6CB
(200,214,203)
#D9E1DB
(217,225,219)
#EAECEB
(234,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #407E4B; }

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

This text font color is #407E4B.


Background Color

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

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

This div background color is #407E4B.


Border color

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

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

This div border color is #407E4B.


Opacity

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

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

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

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

This text has shadow with #407E4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #407E4B on black background.


Color preview on white background

This text has color #407E4B on white background.



Black color preview on #407E4B background

This text has black color on #407E4B background.


White color preview on #407E4B background

This text has white color on #407E4B background.