COLOR #40724F

HEX: #40724F
RGB: (64,114,79)

Color info

#40724F contains red, green and blue colors in about the same proportion. Web safe color of #40724F is #336666 (or #366).

RGB color model

#40724F color RGB value is (64,114,79).

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

RGB channels and saturation

R 64 of 255 = 25%
G 114 of 255 = 45%
B 79 of 255 = 31%

64
114
79

R + G + B ~ 34%. #40724F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 114 + 79 = 257 (100%)
R 64 of 257 ~ 24.9%
G 114 of 257 ~ 44.36%
B 79 of 257 ~ 30.74%

%24.9
%44.36
%30.74

CMYK color model

#40724F color CMYK value is (44,0,31,55).

  • cyan value is 43.86%
  • magenta value is 0.00%
  • yellow value is 30.70%
  • key color value is 55.29%
CMYK:
(44,0,31,55)
C44M0Y31K55 
(44%,0%,31%,55%)
(0.44/0.00/0.31/0.55)	

CMYK percentages

%43.86
%0
%30.7
%55.29

Codes

Color #40724F in popluar color models

40724F
RGB6411479
HSL138°28.09%34.90%
HSB/HSV138°43.86%44.71%
CMYK43.86%0.00%30.70%
55.29%

Color #40724F in popluar number systems.

HEX40724F
Decimal6411479
Binary100000011100101001111
Octal100162117

Shades and tints

Shades of #40724F

#40724F
(64,114,79)
#3B6848
(59,104,72)
#365E41
(54,94,65)
#31543A
(49,84,58)
#2C4A33
(44,74,51)
#27402C
(39,64,44)
#223625
(34,54,37)
#1D2C1E
(29,44,30)
#182217
(24,34,23)
#131810
(19,24,16)
#0E0E09
(14,14,9)
#000000
(0,0,0)

Tints of #40724F

#40724F
(64,114,79)
#517E5F
(81,126,95)
#628A6F
(98,138,111)
#73967F
(115,150,127)
#84A28F
(132,162,143)
#95AE9F
(149,174,159)
#A6BAAF
(166,186,175)
#B7C6BF
(183,198,191)
#C8D2CF
(200,210,207)
#D9DEDF
(217,222,223)
#EAEAEF
(234,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40724F color. Also use rgb(64,114,79) instead hex code.

Text Font Color

.myTextColor { color: #40724F; }

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

This text font color is #40724F.


Background Color

.myBgColor { background-color: #40724F; }

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

This div background color is #40724F.


Border color

.myBorderColor { border: 1px solid #40724F; }

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

This div border color is #40724F.


Opacity

.myOpacity80 { color: #40724F; opacity: 0.8; }

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

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

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

This text has shadow with #40724F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40724F on black background.


Color preview on white background

This text has color #40724F on white background.



Black color preview on #40724F background

This text has black color on #40724F background.


White color preview on #40724F background

This text has white color on #40724F background.