COLOR #407C3E

HEX: #407C3E
RGB: (64,124,62)

Color info

#407C3E contains mainly green color. Web safe color of #407C3E is #336633 (or #363).

RGB color model

#407C3E color RGB value is (64,124,62).

  • red value is 64;
  • green value is 124;
  • blue value is 62.
RGB:
(64,124,62)
(25%,49%,24%)

RGB channels and saturation

R 64 of 255 = 25%
G 124 of 255 = 49%
B 62 of 255 = 24%

64
124
62

R + G + B ~ 33%. #407C3E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 124 + 62 = 250 (100%)
R 64 of 250 ~ 25.6%
G 124 of 250 ~ 49.6%
B 62 of 250 ~ 24.8%

%25.6
%49.6
%24.8

CMYK color model

#407C3E color CMYK value is (48,0,50,51).

  • cyan value is 48.39%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 51.37%
CMYK:
(48,0,50,51)
C48M0Y50K51 
(48%,0%,50%,51%)
(0.48/0.00/0.50/0.51)	

CMYK percentages

%48.39
%0
%50
%51.37

Codes

Color #407C3E in popluar color models

407C3E
RGB6412462
HSL118°33.33%36.47%
HSB/HSV118°50.00%48.63%
CMYK48.39%0.00%50.00%
51.37%

Color #407C3E in popluar number systems.

HEX407C3E
Decimal6412462
Binary10000001111100111110
Octal10017476

Shades and tints

Shades of #407C3E

#407C3E
(64,124,62)
#3B7139
(59,113,57)
#366634
(54,102,52)
#315B2F
(49,91,47)
#2C502A
(44,80,42)
#274525
(39,69,37)
#223A20
(34,58,32)
#1D2F1B
(29,47,27)
#182416
(24,36,22)
#131911
(19,25,17)
#0E0E0C
(14,14,12)
#000000
(0,0,0)

Tints of #407C3E

#407C3E
(64,124,62)
#51874F
(81,135,79)
#629260
(98,146,96)
#739D71
(115,157,113)
#84A882
(132,168,130)
#95B393
(149,179,147)
#A6BEA4
(166,190,164)
#B7C9B5
(183,201,181)
#C8D4C6
(200,212,198)
#D9DFD7
(217,223,215)
#EAEAE8
(234,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #407C3E color. Also use rgb(64,124,62) instead hex code.

Text Font Color

.myTextColor { color: #407C3E; }

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

This text font color is #407C3E.


Background Color

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

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

This div background color is #407C3E.


Border color

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

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

This div border color is #407C3E.


Opacity

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

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

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

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

This text has shadow with #407C3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #407C3E on black background.


Color preview on white background

This text has color #407C3E on white background.



Black color preview on #407C3E background

This text has black color on #407C3E background.


White color preview on #407C3E background

This text has white color on #407C3E background.