COLOR #407736

HEX: #407736
RGB: (64,119,54)

Color info

#407736 contains mainly red and green colors. Web safe color of #407736 is #336633 (or #363).

RGB color model

#407736 color RGB value is (64,119,54).

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

RGB channels and saturation

R 64 of 255 = 25%
G 119 of 255 = 47%
B 54 of 255 = 21%

64
119
54

R + G + B ~ 31%. #407736 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 119 + 54 = 237 (100%)
R 64 of 237 ~ 27%
G 119 of 237 ~ 50.21%
B 54 of 237 ~ 22.78%

%27
%50.21
%22.78

CMYK color model

#407736 color CMYK value is (46,0,55,53).

  • cyan value is 46.22%
  • magenta value is 0.00%
  • yellow value is 54.62%
  • key color value is 53.33%
CMYK:
(46,0,55,53)
C46M0Y55K53 
(46%,0%,55%,53%)
(0.46/0.00/0.55/0.53)	

CMYK percentages

%46.22
%0
%54.62
%53.33

Codes

Color #407736 in popluar color models

407736
RGB6411954
HSL111°37.57%33.92%
HSB/HSV111°54.62%46.67%
CMYK46.22%0.00%54.62%
53.33%

Color #407736 in popluar number systems.

HEX407736
Decimal6411954
Binary10000001110111110110
Octal10016766

Shades and tints

Shades of #407736

#407736
(64,119,54)
#3B6D32
(59,109,50)
#36632E
(54,99,46)
#31592A
(49,89,42)
#2C4F26
(44,79,38)
#274522
(39,69,34)
#223B1E
(34,59,30)
#1D311A
(29,49,26)
#182716
(24,39,22)
#131D12
(19,29,18)
#0E130E
(14,19,14)
#000000
(0,0,0)

Tints of #407736

#407736
(64,119,54)
#518348
(81,131,72)
#628F5A
(98,143,90)
#739B6C
(115,155,108)
#84A77E
(132,167,126)
#95B390
(149,179,144)
#A6BFA2
(166,191,162)
#B7CBB4
(183,203,180)
#C8D7C6
(200,215,198)
#D9E3D8
(217,227,216)
#EAEFEA
(234,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #407736; }

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

This text font color is #407736.


Background Color

.myBgColor { background-color: #407736; }

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

This div background color is #407736.


Border color

.myBorderColor { border: 1px solid #407736; }

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

This div border color is #407736.


Opacity

.myOpacity80 { color: #407736; opacity: 0.8; }

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

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

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

This text has shadow with #407736 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #407736 on black background.


Color preview on white background

This text has color #407736 on white background.



Black color preview on #407736 background

This text has black color on #407736 background.


White color preview on #407736 background

This text has white color on #407736 background.