COLOR #40A718

HEX: #40A718
RGB: (64,167,24)

Color info

#40A718 contains mainly green color. Web safe color of #40A718 is #339900 (or #390).

RGB color model

#40A718 color RGB value is (64,167,24).

  • red value is 64;
  • green value is 167;
  • blue value is 24.
RGB:
(64,167,24)
(25%,65%,9%)

RGB channels and saturation

R 64 of 255 = 25%
G 167 of 255 = 65%
B 24 of 255 = 9%

64
167
24

R + G + B ~ 33%. #40A718 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 167 + 24 = 255 (100%)
R 64 of 255 ~ 25.1%
G 167 of 255 ~ 65.49%
B 24 of 255 ~ 9.41%

%25.1
%65.49

CMYK color model

#40A718 color CMYK value is (62,0,86,35).

  • cyan value is 61.68%
  • magenta value is 0.00%
  • yellow value is 85.63%
  • key color value is 34.51%
CMYK:
(62,0,86,35)
C62M0Y86K35 
(62%,0%,86%,35%)
(0.62/0.00/0.86/0.35)	

CMYK percentages

%61.68
%0
%85.63
%34.51

Codes

Color #40A718 in popluar color models

40A718
RGB6416724
HSL103°74.87%37.45%
HSB/HSV103°85.63%65.49%
CMYK61.68%0.00%85.63%
34.51%

Color #40A718 in popluar number systems.

HEX40A718
Decimal6416724
Binary10000001010011111000
Octal10024730

Shades and tints

Shades of #40A718

#40A718
(64,167,24)
#3B9816
(59,152,22)
#368914
(54,137,20)
#317A12
(49,122,18)
#2C6B10
(44,107,16)
#275C0E
(39,92,14)
#224D0C
(34,77,12)
#1D3E0A
(29,62,10)
#182F08
(24,47,8)
#132006
(19,32,6)
#0E1104
(14,17,4)
#000000
(0,0,0)

Tints of #40A718

#40A718
(64,167,24)
#51AF2D
(81,175,45)
#62B742
(98,183,66)
#73BF57
(115,191,87)
#84C76C
(132,199,108)
#95CF81
(149,207,129)
#A6D796
(166,215,150)
#B7DFAB
(183,223,171)
#C8E7C0
(200,231,192)
#D9EFD5
(217,239,213)
#EAF7EA
(234,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40A718 color. Also use rgb(64,167,24) instead hex code.

Text Font Color

.myTextColor { color: #40A718; }

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

This text font color is #40A718.


Background Color

.myBgColor { background-color: #40A718; }

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

This div background color is #40A718.


Border color

.myBorderColor { border: 1px solid #40A718; }

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

This div border color is #40A718.


Opacity

.myOpacity80 { color: #40A718; opacity: 0.8; }

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

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

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

This text has shadow with #40A718 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40A718 on black background.


Color preview on white background

This text has color #40A718 on white background.



Black color preview on #40A718 background

This text has black color on #40A718 background.


White color preview on #40A718 background

This text has white color on #40A718 background.