COLOR #40A58F

HEX: #40A58F RGB: (64,165,143)

Color info

#40A58F contains mainly green and blue colors. Web safe color of #40A58F is #339999 (or #399).

RGB color model

#40A58F color RGB value is (64,165,143).

RGB: (64,165,143) (25%, 65%, 56%)

RGB channels and saturation

R 64 of 255 = 25%
G 165 of 255 = 65%
B 143 of 255 = 56%

64
165
143

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

Portions of RGB colors in percentages

R + G + B = 64 + 165 + 143 = 372 (100%)
R 64 of 372 ~ 17.2%
G 165 of 372 ~ 44.35%
B 143 of 372 ~ 38.44'%

%17.2
%44.35
%38.44

CMYK color model

#40A58F color CMYK value is (61,0,13,35).

  • cyan value is 61.21%
  • magenta value is 0.00%
  • yellow value is 13.33%
  • key color value is 35.29%

CMYK: (61,0,13,35)
C61M0Y13K35 (61%, 0%, 13%, 35%)
(0.61 / 0.00 / 0.13 / 0.35)

CMYK percentages

%61.21
%0
%13.33
%35.29

Codes

Color #40A58F in popluar color models

40 A5 8F
RGB 64 165 143
HSL 167° 44.10% 44.90%
HSB/HSV 167° 61.21% 64.71%
CMYK 61.21% 0.00% 13.33%
35.29%

Color #40A58F in popluar number systems.

HEX 40 A5 8F
Decimal 64 165 143
Binary 1000000 10100101 10001111
Octal 100 245 217

Shades and tints

Shades of #40A58F

#40A58F
(64,165,143)
#3B9682
(59,150,130)
#368775
(54,135,117)
#317868
(49,120,104)
#2C695B
(44,105,91)
#275A4E
(39,90,78)
#224B41
(34,75,65)
#1D3C34
(29,60,52)
#182D27
(24,45,39)
#131E1A
(19,30,26)
#0E0F0D
(14,15,13)
#000000
(0,0,0)

Tints of #40A58F

#40A58F
(64,165,143)
#51AD99
(81,173,153)
#62B5A3
(98,181,163)
#73BDAD
(115,189,173)
#84C5B7
(132,197,183)
#95CDC1
(149,205,193)
#A6D5CB
(166,213,203)
#B7DDD5
(183,221,213)
#C8E5DF
(200,229,223)
#D9EDE9
(217,237,233)
#EAF5F3
(234,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40A58F color. Also use rgb(64,165,143) instead hex code.

Text Font Color

.myTextColor { color: #40A58F; }

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

This text font color is #40A58F.

Background Color

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

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

This div background color is #40A58F.

Border color

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

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

This div border color is #40A58F.

Opacity

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

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

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

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

This text has shadow with #40A58F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #40A58F.

Preview

Color preview on black background

This text has color #40A58F on black background.


Color preview on white background

This text has color #40A58F on white background.


Black color preview on #40A58F background

This text has black color on #40A58F background.


White color preview on #40A58F background

This text has white color on #40A58F background.


Related colors

Complementary color

Complementary color for #hex is #BF5A70.


I love getcolorcode.com

Triadic colors

1 #8F40A5 and #A58F40 with #40A58F are triadic colors.

2 #8FA540 and #A5408F with #40A58F are triadic colors.