COLOR #40AC86

HEX: #40AC86
RGB: (64,172,134)

Color info

#40AC86 contains mainly green and blue colors. Web safe color of #40AC86 is #339999 (or #399).

RGB color model

#40AC86 color RGB value is (64,172,134).

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

RGB channels and saturation

R 64 of 255 = 25%
G 172 of 255 = 67%
B 134 of 255 = 53%

64
172
134

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

Portions of RGB colors in percentages

R + G + B =
64 + 172 + 134 = 370 (100%)
R 64 of 370 ~ 17.3%
G 172 of 370 ~ 46.49%
B 134 of 370 ~ 36.22%

%17.3
%46.49
%36.22

CMYK color model

#40AC86 color CMYK value is (63,0,22,33).

  • cyan value is 62.79%
  • magenta value is 0.00%
  • yellow value is 22.09%
  • key color value is 32.55%
CMYK:
(63,0,22,33)
C63M0Y22K33 
(63%,0%,22%,33%)
(0.63/0.00/0.22/0.33)	

CMYK percentages

%62.79
%0
%22.09
%32.55

Codes

Color #40AC86 in popluar color models

40AC86
RGB64172134
HSL159°45.76%46.27%
HSB/HSV159°62.79%67.45%
CMYK62.79%0.00%22.09%
32.55%

Color #40AC86 in popluar number systems.

HEX40AC86
Decimal64172134
Binary10000001010110010000110
Octal100254206

Shades and tints

Shades of #40AC86

#40AC86
(64,172,134)
#3B9D7A
(59,157,122)
#368E6E
(54,142,110)
#317F62
(49,127,98)
#2C7056
(44,112,86)
#27614A
(39,97,74)
#22523E
(34,82,62)
#1D4332
(29,67,50)
#183426
(24,52,38)
#13251A
(19,37,26)
#0E160E
(14,22,14)
#000000
(0,0,0)

Tints of #40AC86

#40AC86
(64,172,134)
#51B391
(81,179,145)
#62BA9C
(98,186,156)
#73C1A7
(115,193,167)
#84C8B2
(132,200,178)
#95CFBD
(149,207,189)
#A6D6C8
(166,214,200)
#B7DDD3
(183,221,211)
#C8E4DE
(200,228,222)
#D9EBE9
(217,235,233)
#EAF2F4
(234,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40AC86; }

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

This text font color is #40AC86.


Background Color

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

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

This div background color is #40AC86.


Border color

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

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

This div border color is #40AC86.


Opacity

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

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

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

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

This text has shadow with #40AC86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40AC86 on black background.


Color preview on white background

This text has color #40AC86 on white background.



Black color preview on #40AC86 background

This text has black color on #40AC86 background.


White color preview on #40AC86 background

This text has white color on #40AC86 background.