COLOR #40AB7C

HEX: #40AB7C
RGB: (64,171,124)

Color info

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

RGB color model

#40AB7C color RGB value is (64,171,124).

  • red value is 64;
  • green value is 171;
  • blue value is 124.
RGB:
(64,171,124)
(25%,67%,49%)

RGB channels and saturation

R 64 of 255 = 25%
G 171 of 255 = 67%
B 124 of 255 = 49%

64
171
124

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

Portions of RGB colors in percentages

R + G + B =
64 + 171 + 124 = 359 (100%)
R 64 of 359 ~ 17.83%
G 171 of 359 ~ 47.63%
B 124 of 359 ~ 34.54%

%17.83
%47.63
%34.54

CMYK color model

#40AB7C color CMYK value is (63,0,27,33).

  • cyan value is 62.57%
  • magenta value is 0.00%
  • yellow value is 27.49%
  • key color value is 32.94%
CMYK:
(63,0,27,33)
C63M0Y27K33 
(63%,0%,27%,33%)
(0.63/0.00/0.27/0.33)	

CMYK percentages

%62.57
%0
%27.49
%32.94

Codes

Color #40AB7C in popluar color models

40AB7C
RGB64171124
HSL154°45.53%46.08%
HSB/HSV154°62.57%67.06%
CMYK62.57%0.00%27.49%
32.94%

Color #40AB7C in popluar number systems.

HEX40AB7C
Decimal64171124
Binary1000000101010111111100
Octal100253174

Shades and tints

Shades of #40AB7C

#40AB7C
(64,171,124)
#3B9C71
(59,156,113)
#368D66
(54,141,102)
#317E5B
(49,126,91)
#2C6F50
(44,111,80)
#276045
(39,96,69)
#22513A
(34,81,58)
#1D422F
(29,66,47)
#183324
(24,51,36)
#132419
(19,36,25)
#0E150E
(14,21,14)
#000000
(0,0,0)

Tints of #40AB7C

#40AB7C
(64,171,124)
#51B287
(81,178,135)
#62B992
(98,185,146)
#73C09D
(115,192,157)
#84C7A8
(132,199,168)
#95CEB3
(149,206,179)
#A6D5BE
(166,213,190)
#B7DCC9
(183,220,201)
#C8E3D4
(200,227,212)
#D9EADF
(217,234,223)
#EAF1EA
(234,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40AB7C color. Also use rgb(64,171,124) instead hex code.

Text Font Color

.myTextColor { color: #40AB7C; }

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

This text font color is #40AB7C.


Background Color

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

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

This div background color is #40AB7C.


Border color

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

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

This div border color is #40AB7C.


Opacity

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

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

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

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

This text has shadow with #40AB7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40AB7C on black background.


Color preview on white background

This text has color #40AB7C on white background.



Black color preview on #40AB7C background

This text has black color on #40AB7C background.


White color preview on #40AB7C background

This text has white color on #40AB7C background.