COLOR #40A5A1

HEX: #40A5A1
RGB: (64,165,161)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

64
165
161

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

Portions of RGB colors in percentages

R + G + B =
64 + 165 + 161 = 390 (100%)
R 64 of 390 ~ 16.41%
G 165 of 390 ~ 42.31%
B 161 of 390 ~ 41.28%

%16.41
%42.31
%41.28

CMYK color model

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

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

CMYK percentages

%61.21
%0
%2.42
%35.29

Codes

Color #40A5A1 in popluar color models

40A5A1
RGB64165161
HSL178°44.10%44.90%
HSB/HSV178°61.21%64.71%
CMYK61.21%0.00%2.42%
35.29%

Color #40A5A1 in popluar number systems.

HEX40A5A1
Decimal64165161
Binary10000001010010110100001
Octal100245241

Shades and tints

Shades of #40A5A1

#40A5A1
(64,165,161)
#3B9693
(59,150,147)
#368785
(54,135,133)
#317877
(49,120,119)
#2C6969
(44,105,105)
#275A5B
(39,90,91)
#224B4D
(34,75,77)
#1D3C3F
(29,60,63)
#182D31
(24,45,49)
#131E23
(19,30,35)
#0E0F15
(14,15,21)
#000000
(0,0,0)

Tints of #40A5A1

#40A5A1
(64,165,161)
#51ADA9
(81,173,169)
#62B5B1
(98,181,177)
#73BDB9
(115,189,185)
#84C5C1
(132,197,193)
#95CDC9
(149,205,201)
#A6D5D1
(166,213,209)
#B7DDD9
(183,221,217)
#C8E5E1
(200,229,225)
#D9EDE9
(217,237,233)
#EAF5F1
(234,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40A5A1; }

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

This text font color is #40A5A1.


Background Color

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

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

This div background color is #40A5A1.


Border color

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

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

This div border color is #40A5A1.


Opacity

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

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

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

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

This text has shadow with #40A5A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40A5A1 on black background.


Color preview on white background

This text has color #40A5A1 on white background.



Black color preview on #40A5A1 background

This text has black color on #40A5A1 background.


White color preview on #40A5A1 background

This text has white color on #40A5A1 background.