COLOR #40A39C

HEX: #40A39C
RGB: (64,163,156)

Color info

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

RGB color model

#40A39C color RGB value is (64,163,156).

  • red value is 64;
  • green value is 163;
  • blue value is 156.
RGB:
(64,163,156)
(25%,64%,61%)

RGB channels and saturation

R 64 of 255 = 25%
G 163 of 255 = 64%
B 156 of 255 = 61%

64
163
156

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

Portions of RGB colors in percentages

R + G + B =
64 + 163 + 156 = 383 (100%)
R 64 of 383 ~ 16.71%
G 163 of 383 ~ 42.56%
B 156 of 383 ~ 40.73%

%16.71
%42.56
%40.73

CMYK color model

#40A39C color CMYK value is (61,0,4,36).

  • cyan value is 60.74%
  • magenta value is 0.00%
  • yellow value is 4.29%
  • key color value is 36.08%
CMYK:
(61,0,4,36)
C61M0Y4K36 
(61%,0%,4%,36%)
(0.61/0.00/0.04/0.36)	

CMYK percentages

%60.74
%0
%4.29
%36.08

Codes

Color #40A39C in popluar color models

40A39C
RGB64163156
HSL176°43.61%44.51%
HSB/HSV176°60.74%63.92%
CMYK60.74%0.00%4.29%
36.08%

Color #40A39C in popluar number systems.

HEX40A39C
Decimal64163156
Binary10000001010001110011100
Octal100243234

Shades and tints

Shades of #40A39C

#40A39C
(64,163,156)
#3B958E
(59,149,142)
#368780
(54,135,128)
#317972
(49,121,114)
#2C6B64
(44,107,100)
#275D56
(39,93,86)
#224F48
(34,79,72)
#1D413A
(29,65,58)
#18332C
(24,51,44)
#13251E
(19,37,30)
#0E1710
(14,23,16)
#000000
(0,0,0)

Tints of #40A39C

#40A39C
(64,163,156)
#51ABA5
(81,171,165)
#62B3AE
(98,179,174)
#73BBB7
(115,187,183)
#84C3C0
(132,195,192)
#95CBC9
(149,203,201)
#A6D3D2
(166,211,210)
#B7DBDB
(183,219,219)
#C8E3E4
(200,227,228)
#D9EBED
(217,235,237)
#EAF3F6
(234,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40A39C color. Also use rgb(64,163,156) instead hex code.

Text Font Color

.myTextColor { color: #40A39C; }

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

This text font color is #40A39C.


Background Color

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

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

This div background color is #40A39C.


Border color

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

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

This div border color is #40A39C.


Opacity

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

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

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

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

This text has shadow with #40A39C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40A39C on black background.


Color preview on white background

This text has color #40A39C on white background.



Black color preview on #40A39C background

This text has black color on #40A39C background.


White color preview on #40A39C background

This text has white color on #40A39C background.