COLOR #40A482

HEX: #40A482
RGB: (64,164,130)

Color info

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

RGB color model

#40A482 color RGB value is (64,164,130).

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

RGB channels and saturation

R 64 of 255 = 25%
G 164 of 255 = 64%
B 130 of 255 = 51%

64
164
130

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

Portions of RGB colors in percentages

R + G + B =
64 + 164 + 130 = 358 (100%)
R 64 of 358 ~ 17.88%
G 164 of 358 ~ 45.81%
B 130 of 358 ~ 36.31%

%17.88
%45.81
%36.31

CMYK color model

#40A482 color CMYK value is (61,0,21,36).

  • cyan value is 60.98%
  • magenta value is 0.00%
  • yellow value is 20.73%
  • key color value is 35.69%
CMYK:
(61,0,21,36)
C61M0Y21K36 
(61%,0%,21%,36%)
(0.61/0.00/0.21/0.36)	

CMYK percentages

%60.98
%0
%20.73
%35.69

Codes

Color #40A482 in popluar color models

40A482
RGB64164130
HSL160°43.86%44.71%
HSB/HSV160°60.98%64.31%
CMYK60.98%0.00%20.73%
35.69%

Color #40A482 in popluar number systems.

HEX40A482
Decimal64164130
Binary10000001010010010000010
Octal100244202

Shades and tints

Shades of #40A482

#40A482
(64,164,130)
#3B9677
(59,150,119)
#36886C
(54,136,108)
#317A61
(49,122,97)
#2C6C56
(44,108,86)
#275E4B
(39,94,75)
#225040
(34,80,64)
#1D4235
(29,66,53)
#18342A
(24,52,42)
#13261F
(19,38,31)
#0E1814
(14,24,20)
#000000
(0,0,0)

Tints of #40A482

#40A482
(64,164,130)
#51AC8D
(81,172,141)
#62B498
(98,180,152)
#73BCA3
(115,188,163)
#84C4AE
(132,196,174)
#95CCB9
(149,204,185)
#A6D4C4
(166,212,196)
#B7DCCF
(183,220,207)
#C8E4DA
(200,228,218)
#D9ECE5
(217,236,229)
#EAF4F0
(234,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40A482; }

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

This text font color is #40A482.


Background Color

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

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

This div background color is #40A482.


Border color

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

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

This div border color is #40A482.


Opacity

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

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

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

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

This text has shadow with #40A482 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40A482 on black background.


Color preview on white background

This text has color #40A482 on white background.



Black color preview on #40A482 background

This text has black color on #40A482 background.


White color preview on #40A482 background

This text has white color on #40A482 background.