COLOR #40AA78

HEX: #40AA78
RGB: (64,170,120)

Color info

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

RGB color model

#40AA78 color RGB value is (64,170,120).

  • red value is 64;
  • green value is 170;
  • blue value is 120.
RGB:
(64,170,120)
(25%,67%,47%)

RGB channels and saturation

R 64 of 255 = 25%
G 170 of 255 = 67%
B 120 of 255 = 47%

64
170
120

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

Portions of RGB colors in percentages

R + G + B =
64 + 170 + 120 = 354 (100%)
R 64 of 354 ~ 18.08%
G 170 of 354 ~ 48.02%
B 120 of 354 ~ 33.9%

%18.08
%48.02
%33.9

CMYK color model

#40AA78 color CMYK value is (62,0,29,33).

  • cyan value is 62.35%
  • magenta value is 0.00%
  • yellow value is 29.41%
  • key color value is 33.33%
CMYK:
(62,0,29,33)
C62M0Y29K33 
(62%,0%,29%,33%)
(0.62/0.00/0.29/0.33)	

CMYK percentages

%62.35
%0
%29.41
%33.33

Codes

Color #40AA78 in popluar color models

40AA78
RGB64170120
HSL152°45.30%45.88%
HSB/HSV152°62.35%66.67%
CMYK62.35%0.00%29.41%
33.33%

Color #40AA78 in popluar number systems.

HEX40AA78
Decimal64170120
Binary1000000101010101111000
Octal100252170

Shades and tints

Shades of #40AA78

#40AA78
(64,170,120)
#3B9B6E
(59,155,110)
#368C64
(54,140,100)
#317D5A
(49,125,90)
#2C6E50
(44,110,80)
#275F46
(39,95,70)
#22503C
(34,80,60)
#1D4132
(29,65,50)
#183228
(24,50,40)
#13231E
(19,35,30)
#0E1414
(14,20,20)
#000000
(0,0,0)

Tints of #40AA78

#40AA78
(64,170,120)
#51B184
(81,177,132)
#62B890
(98,184,144)
#73BF9C
(115,191,156)
#84C6A8
(132,198,168)
#95CDB4
(149,205,180)
#A6D4C0
(166,212,192)
#B7DBCC
(183,219,204)
#C8E2D8
(200,226,216)
#D9E9E4
(217,233,228)
#EAF0F0
(234,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40AA78 color. Also use rgb(64,170,120) instead hex code.

Text Font Color

.myTextColor { color: #40AA78; }

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

This text font color is #40AA78.


Background Color

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

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

This div background color is #40AA78.


Border color

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

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

This div border color is #40AA78.


Opacity

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

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

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

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

This text has shadow with #40AA78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40AA78 on black background.


Color preview on white background

This text has color #40AA78 on white background.



Black color preview on #40AA78 background

This text has black color on #40AA78 background.


White color preview on #40AA78 background

This text has white color on #40AA78 background.