COLOR #407731

HEX: #407731
RGB: (64,119,49)

Color info

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

RGB color model

#407731 color RGB value is (64,119,49).

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

RGB channels and saturation

R 64 of 255 = 25%
G 119 of 255 = 47%
B 49 of 255 = 19%

64
119
49

R + G + B ~ 30%. #407731 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 119 + 49 = 232 (100%)
R 64 of 232 ~ 27.59%
G 119 of 232 ~ 51.29%
B 49 of 232 ~ 21.12%

%27.59
%51.29
%21.12

CMYK color model

#407731 color CMYK value is (46,0,59,53).

  • cyan value is 46.22%
  • magenta value is 0.00%
  • yellow value is 58.82%
  • key color value is 53.33%
CMYK:
(46,0,59,53)
C46M0Y59K53 
(46%,0%,59%,53%)
(0.46/0.00/0.59/0.53)	

CMYK percentages

%46.22
%0
%58.82
%53.33

Codes

Color #407731 in popluar color models

407731
RGB6411949
HSL107°41.67%32.94%
HSB/HSV107°58.82%46.67%
CMYK46.22%0.00%58.82%
53.33%

Color #407731 in popluar number systems.

HEX407731
Decimal6411949
Binary10000001110111110001
Octal10016761

Shades and tints

Shades of #407731

#407731
(64,119,49)
#3B6D2D
(59,109,45)
#366329
(54,99,41)
#315925
(49,89,37)
#2C4F21
(44,79,33)
#27451D
(39,69,29)
#223B19
(34,59,25)
#1D3115
(29,49,21)
#182711
(24,39,17)
#131D0D
(19,29,13)
#0E1309
(14,19,9)
#000000
(0,0,0)

Tints of #407731

#407731
(64,119,49)
#518343
(81,131,67)
#628F55
(98,143,85)
#739B67
(115,155,103)
#84A779
(132,167,121)
#95B38B
(149,179,139)
#A6BF9D
(166,191,157)
#B7CBAF
(183,203,175)
#C8D7C1
(200,215,193)
#D9E3D3
(217,227,211)
#EAEFE5
(234,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #407731; }

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

This text font color is #407731.


Background Color

.myBgColor { background-color: #407731; }

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

This div background color is #407731.


Border color

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

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

This div border color is #407731.


Opacity

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

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

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

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

This text has shadow with #407731 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #407731 on black background.


Color preview on white background

This text has color #407731 on white background.



Black color preview on #407731 background

This text has black color on #407731 background.


White color preview on #407731 background

This text has white color on #407731 background.