COLOR #407F3B

HEX: #407F3B
RGB: (64,127,59)

Color info

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

RGB color model

#407F3B color RGB value is (64,127,59).

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

RGB channels and saturation

R 64 of 255 = 25%
G 127 of 255 = 50%
B 59 of 255 = 23%

64
127
59

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

Portions of RGB colors in percentages

R + G + B =
64 + 127 + 59 = 250 (100%)
R 64 of 250 ~ 25.6%
G 127 of 250 ~ 50.8%
B 59 of 250 ~ 23.6%

%25.6
%50.8
%23.6

CMYK color model

#407F3B color CMYK value is (50,0,54,50).

  • cyan value is 49.61%
  • magenta value is 0.00%
  • yellow value is 53.54%
  • key color value is 50.20%
CMYK:
(50,0,54,50)
C50M0Y54K50 
(50%,0%,54%,50%)
(0.50/0.00/0.54/0.50)	

CMYK percentages

%49.61
%0
%53.54
%50.2

Codes

Color #407F3B in popluar color models

407F3B
RGB6412759
HSL116°36.56%36.47%
HSB/HSV116°53.54%49.80%
CMYK49.61%0.00%53.54%
50.20%

Color #407F3B in popluar number systems.

HEX407F3B
Decimal6412759
Binary10000001111111111011
Octal10017773

Shades and tints

Shades of #407F3B

#407F3B
(64,127,59)
#3B7436
(59,116,54)
#366931
(54,105,49)
#315E2C
(49,94,44)
#2C5327
(44,83,39)
#274822
(39,72,34)
#223D1D
(34,61,29)
#1D3218
(29,50,24)
#182713
(24,39,19)
#131C0E
(19,28,14)
#0E1109
(14,17,9)
#000000
(0,0,0)

Tints of #407F3B

#407F3B
(64,127,59)
#518A4C
(81,138,76)
#62955D
(98,149,93)
#73A06E
(115,160,110)
#84AB7F
(132,171,127)
#95B690
(149,182,144)
#A6C1A1
(166,193,161)
#B7CCB2
(183,204,178)
#C8D7C3
(200,215,195)
#D9E2D4
(217,226,212)
#EAEDE5
(234,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #407F3B; }

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

This text font color is #407F3B.


Background Color

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

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

This div background color is #407F3B.


Border color

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

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

This div border color is #407F3B.


Opacity

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

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

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

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

This text has shadow with #407F3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #407F3B on black background.


Color preview on white background

This text has color #407F3B on white background.



Black color preview on #407F3B background

This text has black color on #407F3B background.


White color preview on #407F3B background

This text has white color on #407F3B background.