COLOR #40A06A

HEX: #40A06A
RGB: (64,160,106)

Color info

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

RGB color model

#40A06A color RGB value is (64,160,106).

  • red value is 64;
  • green value is 160;
  • blue value is 106.
RGB:
(64,160,106)
(25%,63%,42%)

RGB channels and saturation

R 64 of 255 = 25%
G 160 of 255 = 63%
B 106 of 255 = 42%

64
160
106

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

Portions of RGB colors in percentages

R + G + B =
64 + 160 + 106 = 330 (100%)
R 64 of 330 ~ 19.39%
G 160 of 330 ~ 48.48%
B 106 of 330 ~ 32.12%

%19.39
%48.48
%32.12

CMYK color model

#40A06A color CMYK value is (60,0,34,37).

  • cyan value is 60.00%
  • magenta value is 0.00%
  • yellow value is 33.75%
  • key color value is 37.25%
CMYK:
(60,0,34,37)
C60M0Y34K37 
(60%,0%,34%,37%)
(0.60/0.00/0.34/0.37)	

CMYK percentages

%60
%0
%33.75
%37.25

Codes

Color #40A06A in popluar color models

40A06A
RGB64160106
HSL146°42.86%43.92%
HSB/HSV146°60.00%62.75%
CMYK60.00%0.00%33.75%
37.25%

Color #40A06A in popluar number systems.

HEX40A06A
Decimal64160106
Binary1000000101000001101010
Octal100240152

Shades and tints

Shades of #40A06A

#40A06A
(64,160,106)
#3B9261
(59,146,97)
#368458
(54,132,88)
#31764F
(49,118,79)
#2C6846
(44,104,70)
#275A3D
(39,90,61)
#224C34
(34,76,52)
#1D3E2B
(29,62,43)
#183022
(24,48,34)
#132219
(19,34,25)
#0E1410
(14,20,16)
#000000
(0,0,0)

Tints of #40A06A

#40A06A
(64,160,106)
#51A877
(81,168,119)
#62B084
(98,176,132)
#73B891
(115,184,145)
#84C09E
(132,192,158)
#95C8AB
(149,200,171)
#A6D0B8
(166,208,184)
#B7D8C5
(183,216,197)
#C8E0D2
(200,224,210)
#D9E8DF
(217,232,223)
#EAF0EC
(234,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40A06A color. Also use rgb(64,160,106) instead hex code.

Text Font Color

.myTextColor { color: #40A06A; }

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

This text font color is #40A06A.


Background Color

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

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

This div background color is #40A06A.


Border color

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

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

This div border color is #40A06A.


Opacity

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

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

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

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

This text has shadow with #40A06A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40A06A on black background.


Color preview on white background

This text has color #40A06A on white background.



Black color preview on #40A06A background

This text has black color on #40A06A background.


White color preview on #40A06A background

This text has white color on #40A06A background.