COLOR #408F72

HEX: #408F72 RGB: (64,143,114)

Color info

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

RGB color model

#408F72 color RGB value is (64,143,114).

RGB: (64,143,114) (25%, 56%, 45%)

RGB channels and saturation

R 64 of 255 = 25%
G 143 of 255 = 56%
B 114 of 255 = 45%

64
143
114

R + G + B ~ 42%. #408F72 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 64 + 143 + 114 = 321 (100%)
R 64 of 321 ~ 19.94%
G 143 of 321 ~ 44.55%
B 114 of 321 ~ 35.51'%

%19.94
%44.55
%35.51

CMYK color model

#408F72 color CMYK value is (55,0,20,44).

  • cyan value is 55.24%
  • magenta value is 0.00%
  • yellow value is 20.28%
  • key color value is 43.92%

CMYK: (55,0,20,44)
C55M0Y20K44 (55%, 0%, 20%, 44%)
(0.55 / 0.00 / 0.20 / 0.44)

CMYK percentages

%55.24
%0
%20.28
%43.92

Codes

Color #408F72 in popluar color models

40 8F 72
RGB 64 143 114
HSL 158° 38.16% 40.59%
HSB/HSV 158° 55.24% 56.08%
CMYK 55.24% 0.00% 20.28%
43.92%

Color #408F72 in popluar number systems.

HEX 40 8F 72
Decimal 64 143 114
Binary 1000000 10001111 1110010
Octal 100 217 162

Shades and tints

Shades of #408F72

#408F72
(64,143,114)
#3B8268
(59,130,104)
#36755E
(54,117,94)
#316854
(49,104,84)
#2C5B4A
(44,91,74)
#274E40
(39,78,64)
#224136
(34,65,54)
#1D342C
(29,52,44)
#182722
(24,39,34)
#131A18
(19,26,24)
#0E0D0E
(14,13,14)
#000000
(0,0,0)

Tints of #408F72

#408F72
(64,143,114)
#51997E
(81,153,126)
#62A38A
(98,163,138)
#73AD96
(115,173,150)
#84B7A2
(132,183,162)
#95C1AE
(149,193,174)
#A6CBBA
(166,203,186)
#B7D5C6
(183,213,198)
#C8DFD2
(200,223,210)
#D9E9DE
(217,233,222)
#EAF3EA
(234,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #408F72 color. Also use rgb(64,143,114) instead hex code.

Text Font Color

.myTextColor { color: #408F72; }

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

This text font color is #408F72.

Background Color

.myBgColor { background-color: #408F72; }

<div style="background-color:#408F72">Inner text</div>

This div background color is #408F72.

Border color

.myBorderColor { border: 1px solid #408F72; }

<div style="border:3px solid #408F72">Div</div>

This div border color is #408F72.

Opacity

.myOpacity80 { color: #408F72; opacity: 0.8; }

<p style="color:#408F72;opacity:0.8;">80%</p>

Text with #408F72 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 #408F72;}

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

This text has shadow with #408F72 color.


.textShadow {text-shadow: 3px 3px 1px #408F72', 3px 3px 1px red;}

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

This text has shadow with #408F72 primary color and red secondary color.


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

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

This text has shadow with #408F72 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #408F72; -webkit-box-shadow: 1px 1px 3px 2px #408F72; box-shadow:1px 1px 3px 2px #408F72;">
Div content here
</div>

This div box has shadow with color #408F72.

Preview

Color preview on black background

This text has color #408F72 on black background.


Color preview on white background

This text has color #408F72 on white background.


Black color preview on #408F72 background

This text has black color on #408F72 background.


White color preview on #408F72 background

This text has white color on #408F72 background.


Related colors

Complementary color

Complementary color for #hex is #BF708D.


I love getcolorcode.com

Triadic colors

1 #72408F and #8F7240 with #408F72 are triadic colors.

2 #728F40 and #8F4072 with #408F72 are triadic colors.