COLOR #407E1A

HEX: #407E1A RGB: (64,126,26)

Color info

#407E1A contains mainly green color. Web safe color of #407E1A is #336600 (or #360).

RGB color model

#407E1A color RGB value is (64,126,26).

RGB: (64,126,26) (25%, 49%, 10%)

RGB channels and saturation

R 64 of 255 = 25%
G 126 of 255 = 49%
B 26 of 255 = 10%

64
126
26

R + G + B ~ 28%. #407E1A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 64 + 126 + 26 = 216 (100%)
R 64 of 216 ~ 29.63%
G 126 of 216 ~ 58.33%
B 26 of 216 ~ 12.04'%

%29.63
%58.33
%12.04

CMYK color model

#407E1A color CMYK value is (49,0,79,51).

  • cyan value is 49.21%
  • magenta value is 0.00%
  • yellow value is 79.37%
  • key color value is 50.59%

CMYK: (49,0,79,51)
C49M0Y79K51 (49%, 0%, 79%, 51%)
(0.49 / 0.00 / 0.79 / 0.51)

CMYK percentages

%49.21
%0
%79.37
%50.59

Codes

Color #407E1A in popluar color models

40 7E 1A
RGB 64 126 26
HSL 97° 65.79% 29.80%
HSB/HSV 97° 79.37% 49.41%
CMYK 49.21% 0.00% 79.37%
50.59%

Color #407E1A in popluar number systems.

HEX 40 7E 1A
Decimal 64 126 26
Binary 1000000 1111110 11010
Octal 100 176 32

Shades and tints

Shades of #407E1A

#407E1A
(64,126,26)
#3B7318
(59,115,24)
#366816
(54,104,22)
#315D14
(49,93,20)
#2C5212
(44,82,18)
#274710
(39,71,16)
#223C0E
(34,60,14)
#1D310C
(29,49,12)
#18260A
(24,38,10)
#131B08
(19,27,8)
#0E1006
(14,16,6)
#000000
(0,0,0)

Tints of #407E1A

#407E1A
(64,126,26)
#51892E
(81,137,46)
#629442
(98,148,66)
#739F56
(115,159,86)
#84AA6A
(132,170,106)
#95B57E
(149,181,126)
#A6C092
(166,192,146)
#B7CBA6
(183,203,166)
#C8D6BA
(200,214,186)
#D9E1CE
(217,225,206)
#EAECE2
(234,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #407E1A; }

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

This text font color is #407E1A.

Background Color

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

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

This div background color is #407E1A.

Border color

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

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

This div border color is #407E1A.

Opacity

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

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

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

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

This text has shadow with #407E1A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #407E1A.

Preview

Color preview on black background

This text has color #407E1A on black background.


Color preview on white background

This text has color #407E1A on white background.


Black color preview on #407E1A background

This text has black color on #407E1A background.


White color preview on #407E1A background

This text has white color on #407E1A background.


Related colors

Complementary color

Complementary color for #hex is #BF81E5.


I love getcolorcode.com

Triadic colors

1 #1A407E and #7E1A40 with #407E1A are triadic colors.

2 #1A7E40 and #7E401A with #407E1A are triadic colors.