COLOR #40722E

HEX: #40722E
RGB: (64,114,46)

Color info

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

RGB color model

#40722E color RGB value is (64,114,46).

  • red value is 64;
  • green value is 114;
  • blue value is 46.
RGB:
(64,114,46)
(25%,45%,18%)

RGB channels and saturation

R 64 of 255 = 25%
G 114 of 255 = 45%
B 46 of 255 = 18%

64
114
46

R + G + B ~ 29%. #40722E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 114 + 46 = 224 (100%)
R 64 of 224 ~ 28.57%
G 114 of 224 ~ 50.89%
B 46 of 224 ~ 20.54%

%28.57
%50.89
%20.54

CMYK color model

#40722E color CMYK value is (44,0,60,55).

  • cyan value is 43.86%
  • magenta value is 0.00%
  • yellow value is 59.65%
  • key color value is 55.29%
CMYK:
(44,0,60,55)
C44M0Y60K55 
(44%,0%,60%,55%)
(0.44/0.00/0.60/0.55)	

CMYK percentages

%43.86
%0
%59.65
%55.29

Codes

Color #40722E in popluar color models

40722E
RGB6411446
HSL104°42.50%31.37%
HSB/HSV104°59.65%44.71%
CMYK43.86%0.00%59.65%
55.29%

Color #40722E in popluar number systems.

HEX40722E
Decimal6411446
Binary10000001110010101110
Octal10016256

Shades and tints

Shades of #40722E

#40722E
(64,114,46)
#3B682A
(59,104,42)
#365E26
(54,94,38)
#315422
(49,84,34)
#2C4A1E
(44,74,30)
#27401A
(39,64,26)
#223616
(34,54,22)
#1D2C12
(29,44,18)
#18220E
(24,34,14)
#13180A
(19,24,10)
#0E0E06
(14,14,6)
#000000
(0,0,0)

Tints of #40722E

#40722E
(64,114,46)
#517E41
(81,126,65)
#628A54
(98,138,84)
#739667
(115,150,103)
#84A27A
(132,162,122)
#95AE8D
(149,174,141)
#A6BAA0
(166,186,160)
#B7C6B3
(183,198,179)
#C8D2C6
(200,210,198)
#D9DED9
(217,222,217)
#EAEAEC
(234,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40722E color. Also use rgb(64,114,46) instead hex code.

Text Font Color

.myTextColor { color: #40722E; }

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

This text font color is #40722E.


Background Color

.myBgColor { background-color: #40722E; }

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

This div background color is #40722E.


Border color

.myBorderColor { border: 1px solid #40722E; }

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

This div border color is #40722E.


Opacity

.myOpacity80 { color: #40722E; opacity: 0.8; }

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

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

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

This text has shadow with #40722E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40722E on black background.


Color preview on white background

This text has color #40722E on white background.



Black color preview on #40722E background

This text has black color on #40722E background.


White color preview on #40722E background

This text has white color on #40722E background.