COLOR #407C36

HEX: #407C36
RGB: (64,124,54)

Color info

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

RGB color model

#407C36 color RGB value is (64,124,54).

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

RGB channels and saturation

R 64 of 255 = 25%
G 124 of 255 = 49%
B 54 of 255 = 21%

64
124
54

R + G + B ~ 32%. #407C36 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 124 + 54 = 242 (100%)
R 64 of 242 ~ 26.45%
G 124 of 242 ~ 51.24%
B 54 of 242 ~ 22.31%

%26.45
%51.24
%22.31

CMYK color model

#407C36 color CMYK value is (48,0,56,51).

  • cyan value is 48.39%
  • magenta value is 0.00%
  • yellow value is 56.45%
  • key color value is 51.37%
CMYK:
(48,0,56,51)
C48M0Y56K51 
(48%,0%,56%,51%)
(0.48/0.00/0.56/0.51)	

CMYK percentages

%48.39
%0
%56.45
%51.37

Codes

Color #407C36 in popluar color models

407C36
RGB6412454
HSL111°39.33%34.90%
HSB/HSV111°56.45%48.63%
CMYK48.39%0.00%56.45%
51.37%

Color #407C36 in popluar number systems.

HEX407C36
Decimal6412454
Binary10000001111100110110
Octal10017466

Shades and tints

Shades of #407C36

#407C36
(64,124,54)
#3B7132
(59,113,50)
#36662E
(54,102,46)
#315B2A
(49,91,42)
#2C5026
(44,80,38)
#274522
(39,69,34)
#223A1E
(34,58,30)
#1D2F1A
(29,47,26)
#182416
(24,36,22)
#131912
(19,25,18)
#0E0E0E
(14,14,14)
#000000
(0,0,0)

Tints of #407C36

#407C36
(64,124,54)
#518748
(81,135,72)
#62925A
(98,146,90)
#739D6C
(115,157,108)
#84A87E
(132,168,126)
#95B390
(149,179,144)
#A6BEA2
(166,190,162)
#B7C9B4
(183,201,180)
#C8D4C6
(200,212,198)
#D9DFD8
(217,223,216)
#EAEAEA
(234,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #407C36; }

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

This text font color is #407C36.


Background Color

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

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

This div background color is #407C36.


Border color

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

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

This div border color is #407C36.


Opacity

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

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

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

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

This text has shadow with #407C36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #407C36 on black background.


Color preview on white background

This text has color #407C36 on white background.



Black color preview on #407C36 background

This text has black color on #407C36 background.


White color preview on #407C36 background

This text has white color on #407C36 background.