COLOR #40A477

HEX: #40A477
RGB: (64,164,119)

Color info

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

RGB color model

#40A477 color RGB value is (64,164,119).

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

RGB channels and saturation

R 64 of 255 = 25%
G 164 of 255 = 64%
B 119 of 255 = 47%

64
164
119

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

Portions of RGB colors in percentages

R + G + B =
64 + 164 + 119 = 347 (100%)
R 64 of 347 ~ 18.44%
G 164 of 347 ~ 47.26%
B 119 of 347 ~ 34.29%

%18.44
%47.26
%34.29

CMYK color model

#40A477 color CMYK value is (61,0,27,36).

  • cyan value is 60.98%
  • magenta value is 0.00%
  • yellow value is 27.44%
  • key color value is 35.69%
CMYK:
(61,0,27,36)
C61M0Y27K36 
(61%,0%,27%,36%)
(0.61/0.00/0.27/0.36)	

CMYK percentages

%60.98
%0
%27.44
%35.69

Codes

Color #40A477 in popluar color models

40A477
RGB64164119
HSL153°43.86%44.71%
HSB/HSV153°60.98%64.31%
CMYK60.98%0.00%27.44%
35.69%

Color #40A477 in popluar number systems.

HEX40A477
Decimal64164119
Binary1000000101001001110111
Octal100244167

Shades and tints

Shades of #40A477

#40A477
(64,164,119)
#3B966D
(59,150,109)
#368863
(54,136,99)
#317A59
(49,122,89)
#2C6C4F
(44,108,79)
#275E45
(39,94,69)
#22503B
(34,80,59)
#1D4231
(29,66,49)
#183427
(24,52,39)
#13261D
(19,38,29)
#0E1813
(14,24,19)
#000000
(0,0,0)

Tints of #40A477

#40A477
(64,164,119)
#51AC83
(81,172,131)
#62B48F
(98,180,143)
#73BC9B
(115,188,155)
#84C4A7
(132,196,167)
#95CCB3
(149,204,179)
#A6D4BF
(166,212,191)
#B7DCCB
(183,220,203)
#C8E4D7
(200,228,215)
#D9ECE3
(217,236,227)
#EAF4EF
(234,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40A477 color. Also use rgb(64,164,119) instead hex code.

Text Font Color

.myTextColor { color: #40A477; }

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

This text font color is #40A477.


Background Color

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

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

This div background color is #40A477.


Border color

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

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

This div border color is #40A477.


Opacity

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

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

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

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

This text has shadow with #40A477 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40A477 on black background.


Color preview on white background

This text has color #40A477 on white background.



Black color preview on #40A477 background

This text has black color on #40A477 background.


White color preview on #40A477 background

This text has white color on #40A477 background.