COLOR #40AC72

HEX: #40AC72
RGB: (64,172,114)

Color info

#40AC72 contains mainly green and blue colors. Web safe color of #40AC72 is #339966 (or #396).

RGB color model

#40AC72 color RGB value is (64,172,114).

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

RGB channels and saturation

R 64 of 255 = 25%
G 172 of 255 = 67%
B 114 of 255 = 45%

64
172
114

R + G + B ~ 46%. #40AC72 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
64 + 172 + 114 = 350 (100%)
R 64 of 350 ~ 18.29%
G 172 of 350 ~ 49.14%
B 114 of 350 ~ 32.57%

%18.29
%49.14
%32.57

CMYK color model

#40AC72 color CMYK value is (63,0,34,33).

  • cyan value is 62.79%
  • magenta value is 0.00%
  • yellow value is 33.72%
  • key color value is 32.55%
CMYK:
(63,0,34,33)
C63M0Y34K33 
(63%,0%,34%,33%)
(0.63/0.00/0.34/0.33)	

CMYK percentages

%62.79
%0
%33.72
%32.55

Codes

Color #40AC72 in popluar color models

40AC72
RGB64172114
HSL148°45.76%46.27%
HSB/HSV148°62.79%67.45%
CMYK62.79%0.00%33.72%
32.55%

Color #40AC72 in popluar number systems.

HEX40AC72
Decimal64172114
Binary1000000101011001110010
Octal100254162

Shades and tints

Shades of #40AC72

#40AC72
(64,172,114)
#3B9D68
(59,157,104)
#368E5E
(54,142,94)
#317F54
(49,127,84)
#2C704A
(44,112,74)
#276140
(39,97,64)
#225236
(34,82,54)
#1D432C
(29,67,44)
#183422
(24,52,34)
#132518
(19,37,24)
#0E160E
(14,22,14)
#000000
(0,0,0)

Tints of #40AC72

#40AC72
(64,172,114)
#51B37E
(81,179,126)
#62BA8A
(98,186,138)
#73C196
(115,193,150)
#84C8A2
(132,200,162)
#95CFAE
(149,207,174)
#A6D6BA
(166,214,186)
#B7DDC6
(183,221,198)
#C8E4D2
(200,228,210)
#D9EBDE
(217,235,222)
#EAF2EA
(234,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40AC72 color. Also use rgb(64,172,114) instead hex code.

Text Font Color

.myTextColor { color: #40AC72; }

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

This text font color is #40AC72.


Background Color

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

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

This div background color is #40AC72.


Border color

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

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

This div border color is #40AC72.


Opacity

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

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

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

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

This text has shadow with #40AC72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40AC72 on black background.


Color preview on white background

This text has color #40AC72 on white background.



Black color preview on #40AC72 background

This text has black color on #40AC72 background.


White color preview on #40AC72 background

This text has white color on #40AC72 background.