COLOR #40A278

HEX: #40A278
RGB: (64,162,120)

Color info

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

RGB color model

#40A278 color RGB value is (64,162,120).

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

RGB channels and saturation

R 64 of 255 = 25%
G 162 of 255 = 64%
B 120 of 255 = 47%

64
162
120

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

Portions of RGB colors in percentages

R + G + B =
64 + 162 + 120 = 346 (100%)
R 64 of 346 ~ 18.5%
G 162 of 346 ~ 46.82%
B 120 of 346 ~ 34.68%

%18.5
%46.82
%34.68

CMYK color model

#40A278 color CMYK value is (60,0,26,36).

  • cyan value is 60.49%
  • magenta value is 0.00%
  • yellow value is 25.93%
  • key color value is 36.47%
CMYK:
(60,0,26,36)
C60M0Y26K36 
(60%,0%,26%,36%)
(0.60/0.00/0.26/0.36)	

CMYK percentages

%60.49
%0
%25.93
%36.47

Codes

Color #40A278 in popluar color models

40A278
RGB64162120
HSL154°43.36%44.31%
HSB/HSV154°60.49%63.53%
CMYK60.49%0.00%25.93%
36.47%

Color #40A278 in popluar number systems.

HEX40A278
Decimal64162120
Binary1000000101000101111000
Octal100242170

Shades and tints

Shades of #40A278

#40A278
(64,162,120)
#3B946E
(59,148,110)
#368664
(54,134,100)
#31785A
(49,120,90)
#2C6A50
(44,106,80)
#275C46
(39,92,70)
#224E3C
(34,78,60)
#1D4032
(29,64,50)
#183228
(24,50,40)
#13241E
(19,36,30)
#0E1614
(14,22,20)
#000000
(0,0,0)

Tints of #40A278

#40A278
(64,162,120)
#51AA84
(81,170,132)
#62B290
(98,178,144)
#73BA9C
(115,186,156)
#84C2A8
(132,194,168)
#95CAB4
(149,202,180)
#A6D2C0
(166,210,192)
#B7DACC
(183,218,204)
#C8E2D8
(200,226,216)
#D9EAE4
(217,234,228)
#EAF2F0
(234,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40A278; }

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

This text font color is #40A278.


Background Color

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

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

This div background color is #40A278.


Border color

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

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

This div border color is #40A278.


Opacity

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

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

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

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

This text has shadow with #40A278 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40A278 on black background.


Color preview on white background

This text has color #40A278 on white background.



Black color preview on #40A278 background

This text has black color on #40A278 background.


White color preview on #40A278 background

This text has white color on #40A278 background.