COLOR #40AC37

HEX: #40AC37 RGB: (64,172,55)

Color info

#40AC37 contains mainly green color. Web safe color of #40AC37 is #339933 (or #393).

RGB color model

#40AC37 color RGB value is (64,172,55).

RGB: (64,172,55) (25%, 67%, 22%)

RGB channels and saturation

R 64 of 255 = 25%
G 172 of 255 = 67%
B 55 of 255 = 22%

64
172
55

R + G + B ~ 38%. #40AC37 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 64 + 172 + 55 = 291 (100%)
R 64 of 291 ~ 21.99%
G 172 of 291 ~ 59.11%
B 55 of 291 ~ 18.9'%

%21.99
%59.11
%18.9

CMYK color model

#40AC37 color CMYK value is (63,0,68,33).

  • cyan value is 62.79%
  • magenta value is 0.00%
  • yellow value is 68.02%
  • key color value is 32.55%

CMYK: (63,0,68,33)
C63M0Y68K33 (63%, 0%, 68%, 33%)
(0.63 / 0.00 / 0.68 / 0.33)

CMYK percentages

%62.79
%0
%68.02
%32.55

Codes

Color #40AC37 in popluar color models

40 AC 37
RGB 64 172 55
HSL 115° 51.54% 44.51%
HSB/HSV 115° 68.02% 67.45%
CMYK 62.79% 0.00% 68.02%
32.55%

Color #40AC37 in popluar number systems.

HEX 40 AC 37
Decimal 64 172 55
Binary 1000000 10101100 110111
Octal 100 254 67

Shades and tints

Shades of #40AC37

#40AC37
(64,172,55)
#3B9D32
(59,157,50)
#368E2D
(54,142,45)
#317F28
(49,127,40)
#2C7023
(44,112,35)
#27611E
(39,97,30)
#225219
(34,82,25)
#1D4314
(29,67,20)
#18340F
(24,52,15)
#13250A
(19,37,10)
#0E1605
(14,22,5)
#000000
(0,0,0)

Tints of #40AC37

#40AC37
(64,172,55)
#51B349
(81,179,73)
#62BA5B
(98,186,91)
#73C16D
(115,193,109)
#84C87F
(132,200,127)
#95CF91
(149,207,145)
#A6D6A3
(166,214,163)
#B7DDB5
(183,221,181)
#C8E4C7
(200,228,199)
#D9EBD9
(217,235,217)
#EAF2EB
(234,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40AC37; }

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

This text font color is #40AC37.

Background Color

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

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

This div background color is #40AC37.

Border color

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

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

This div border color is #40AC37.

Opacity

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

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

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

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

This text has shadow with #40AC37 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #40AC37.

Preview

Color preview on black background

This text has color #40AC37 on black background.


Color preview on white background

This text has color #40AC37 on white background.


Black color preview on #40AC37 background

This text has black color on #40AC37 background.


White color preview on #40AC37 background

This text has white color on #40AC37 background.


Related colors

Complementary color

Complementary color for #hex is #BF53C8.


I love getcolorcode.com

Triadic colors

1 #3740AC and #AC3740 with #40AC37 are triadic colors.

2 #37AC40 and #AC4037 with #40AC37 are triadic colors.