COLOR #407F36

HEX: #407F36
RGB: (64,127,54)

Color info

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

RGB color model

#407F36 color RGB value is (64,127,54).

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

RGB channels and saturation

R 64 of 255 = 25%
G 127 of 255 = 50%
B 54 of 255 = 21%

64
127
54

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

Portions of RGB colors in percentages

R + G + B =
64 + 127 + 54 = 245 (100%)
R 64 of 245 ~ 26.12%
G 127 of 245 ~ 51.84%
B 54 of 245 ~ 22.04%

%26.12
%51.84
%22.04

CMYK color model

#407F36 color CMYK value is (50,0,57,50).

  • cyan value is 49.61%
  • magenta value is 0.00%
  • yellow value is 57.48%
  • key color value is 50.20%
CMYK:
(50,0,57,50)
C50M0Y57K50 
(50%,0%,57%,50%)
(0.50/0.00/0.57/0.50)	

CMYK percentages

%49.61
%0
%57.48
%50.2

Codes

Color #407F36 in popluar color models

407F36
RGB6412754
HSL112°40.33%35.49%
HSB/HSV112°57.48%49.80%
CMYK49.61%0.00%57.48%
50.20%

Color #407F36 in popluar number systems.

HEX407F36
Decimal6412754
Binary10000001111111110110
Octal10017766

Shades and tints

Shades of #407F36

#407F36
(64,127,54)
#3B7432
(59,116,50)
#36692E
(54,105,46)
#315E2A
(49,94,42)
#2C5326
(44,83,38)
#274822
(39,72,34)
#223D1E
(34,61,30)
#1D321A
(29,50,26)
#182716
(24,39,22)
#131C12
(19,28,18)
#0E110E
(14,17,14)
#000000
(0,0,0)

Tints of #407F36

#407F36
(64,127,54)
#518A48
(81,138,72)
#62955A
(98,149,90)
#73A06C
(115,160,108)
#84AB7E
(132,171,126)
#95B690
(149,182,144)
#A6C1A2
(166,193,162)
#B7CCB4
(183,204,180)
#C8D7C6
(200,215,198)
#D9E2D8
(217,226,216)
#EAEDEA
(234,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #407F36; }

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

This text font color is #407F36.


Background Color

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

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

This div background color is #407F36.


Border color

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

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

This div border color is #407F36.


Opacity

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

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

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

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

This text has shadow with #407F36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #407F36 on black background.


Color preview on white background

This text has color #407F36 on white background.



Black color preview on #407F36 background

This text has black color on #407F36 background.


White color preview on #407F36 background

This text has white color on #407F36 background.