COLOR #40A67D

HEX: #40A67D
RGB: (64,166,125)

Color info

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

RGB color model

#40A67D color RGB value is (64,166,125).

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

RGB channels and saturation

R 64 of 255 = 25%
G 166 of 255 = 65%
B 125 of 255 = 49%

64
166
125

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

Portions of RGB colors in percentages

R + G + B =
64 + 166 + 125 = 355 (100%)
R 64 of 355 ~ 18.03%
G 166 of 355 ~ 46.76%
B 125 of 355 ~ 35.21%

%18.03
%46.76
%35.21

CMYK color model

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

  • cyan value is 61.45%
  • magenta value is 0.00%
  • yellow value is 24.70%
  • key color value is 34.90%
CMYK:
(61,0,25,35)
C61M0Y25K35 
(61%,0%,25%,35%)
(0.61/0.00/0.25/0.35)	

CMYK percentages

%61.45
%0
%24.7
%34.9

Codes

Color #40A67D in popluar color models

40A67D
RGB64166125
HSL156°44.35%45.10%
HSB/HSV156°61.45%65.10%
CMYK61.45%0.00%24.70%
34.90%

Color #40A67D in popluar number systems.

HEX40A67D
Decimal64166125
Binary1000000101001101111101
Octal100246175

Shades and tints

Shades of #40A67D

#40A67D
(64,166,125)
#3B9772
(59,151,114)
#368867
(54,136,103)
#31795C
(49,121,92)
#2C6A51
(44,106,81)
#275B46
(39,91,70)
#224C3B
(34,76,59)
#1D3D30
(29,61,48)
#182E25
(24,46,37)
#131F1A
(19,31,26)
#0E100F
(14,16,15)
#000000
(0,0,0)

Tints of #40A67D

#40A67D
(64,166,125)
#51AE88
(81,174,136)
#62B693
(98,182,147)
#73BE9E
(115,190,158)
#84C6A9
(132,198,169)
#95CEB4
(149,206,180)
#A6D6BF
(166,214,191)
#B7DECA
(183,222,202)
#C8E6D5
(200,230,213)
#D9EEE0
(217,238,224)
#EAF6EB
(234,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40A67D; }

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

This text font color is #40A67D.


Background Color

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

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

This div background color is #40A67D.


Border color

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

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

This div border color is #40A67D.


Opacity

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

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

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

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

This text has shadow with #40A67D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40A67D on black background.


Color preview on white background

This text has color #40A67D on white background.



Black color preview on #40A67D background

This text has black color on #40A67D background.


White color preview on #40A67D background

This text has white color on #40A67D background.