COLOR #40A5A5

HEX: #40A5A5
RGB: (64,165,165)

Color info

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

RGB color model

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

  • red value is 64;
  • green value is 165;
  • blue value is 165.
RGB:
(64,165,165)
(25%,65%,65%)

RGB channels and saturation

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

64
165
165

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

Portions of RGB colors in percentages

R + G + B =
64 + 165 + 165 = 394 (100%)
R 64 of 394 ~ 16.24%
G 165 of 394 ~ 41.88%
B 165 of 394 ~ 41.88%

%16.24
%41.88
%41.88

CMYK color model

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

  • cyan value is 61.21%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(61,0,0,35)
C61M0Y0K35 
(61%,0%,0%,35%)
(0.61/0.00/0.00/0.35)	

CMYK percentages

%61.21
%0
%0
%35.29

Codes

Color #40A5A5 in popluar color models

40A5A5
RGB64165165
HSL180°44.10%44.90%
HSB/HSV180°61.21%64.71%
CMYK61.21%0.00%0.00%
35.29%

Color #40A5A5 in popluar number systems.

HEX40A5A5
Decimal64165165
Binary10000001010010110100101
Octal100245245

Shades and tints

Shades of #40A5A5

#40A5A5
(64,165,165)
#3B9696
(59,150,150)
#368787
(54,135,135)
#317878
(49,120,120)
#2C6969
(44,105,105)
#275A5A
(39,90,90)
#224B4B
(34,75,75)
#1D3C3C
(29,60,60)
#182D2D
(24,45,45)
#131E1E
(19,30,30)
#0E0F0F
(14,15,15)
#000000
(0,0,0)

Tints of #40A5A5

#40A5A5
(64,165,165)
#51ADAD
(81,173,173)
#62B5B5
(98,181,181)
#73BDBD
(115,189,189)
#84C5C5
(132,197,197)
#95CDCD
(149,205,205)
#A6D5D5
(166,213,213)
#B7DDDD
(183,221,221)
#C8E5E5
(200,229,229)
#D9EDED
(217,237,237)
#EAF5F5
(234,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40A5A5; }

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

This text font color is #40A5A5.


Background Color

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

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

This div background color is #40A5A5.


Border color

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

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

This div border color is #40A5A5.


Opacity

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

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

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

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

This text has shadow with #40A5A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40A5A5 on black background.


Color preview on white background

This text has color #40A5A5 on white background.



Black color preview on #40A5A5 background

This text has black color on #40A5A5 background.


White color preview on #40A5A5 background

This text has white color on #40A5A5 background.