COLOR #40A369

HEX: #40A369
RGB: (64,163,105)

Color info

#40A369 contains mainly green and blue colors. Web safe color of #40A369 is #339966 (or #396).

RGB color model

#40A369 color RGB value is (64,163,105).

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

RGB channels and saturation

R 64 of 255 = 25%
G 163 of 255 = 64%
B 105 of 255 = 41%

64
163
105

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

Portions of RGB colors in percentages

R + G + B =
64 + 163 + 105 = 332 (100%)
R 64 of 332 ~ 19.28%
G 163 of 332 ~ 49.1%
B 105 of 332 ~ 31.63%

%19.28
%49.1
%31.63

CMYK color model

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

  • cyan value is 60.74%
  • magenta value is 0.00%
  • yellow value is 35.58%
  • key color value is 36.08%
CMYK:
(61,0,36,36)
C61M0Y36K36 
(61%,0%,36%,36%)
(0.61/0.00/0.36/0.36)	

CMYK percentages

%60.74
%0
%35.58
%36.08

Codes

Color #40A369 in popluar color models

40A369
RGB64163105
HSL145°43.61%44.51%
HSB/HSV145°60.74%63.92%
CMYK60.74%0.00%35.58%
36.08%

Color #40A369 in popluar number systems.

HEX40A369
Decimal64163105
Binary1000000101000111101001
Octal100243151

Shades and tints

Shades of #40A369

#40A369
(64,163,105)
#3B9560
(59,149,96)
#368757
(54,135,87)
#31794E
(49,121,78)
#2C6B45
(44,107,69)
#275D3C
(39,93,60)
#224F33
(34,79,51)
#1D412A
(29,65,42)
#183321
(24,51,33)
#132518
(19,37,24)
#0E170F
(14,23,15)
#000000
(0,0,0)

Tints of #40A369

#40A369
(64,163,105)
#51AB76
(81,171,118)
#62B383
(98,179,131)
#73BB90
(115,187,144)
#84C39D
(132,195,157)
#95CBAA
(149,203,170)
#A6D3B7
(166,211,183)
#B7DBC4
(183,219,196)
#C8E3D1
(200,227,209)
#D9EBDE
(217,235,222)
#EAF3EB
(234,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40A369; }

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

This text font color is #40A369.


Background Color

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

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

This div background color is #40A369.


Border color

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

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

This div border color is #40A369.


Opacity

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

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

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

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

This text has shadow with #40A369 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40A369 on black background.


Color preview on white background

This text has color #40A369 on white background.



Black color preview on #40A369 background

This text has black color on #40A369 background.


White color preview on #40A369 background

This text has white color on #40A369 background.