COLOR #408D75

HEX: #408D75 RGB: (64,141,117)

Color info

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

RGB color model

#408D75 color RGB value is (64,141,117).

RGB: (64,141,117) (25%, 55%, 46%)

RGB channels and saturation

R 64 of 255 = 25%
G 141 of 255 = 55%
B 117 of 255 = 46%

64
141
117

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

Portions of RGB colors in percentages

R + G + B = 64 + 141 + 117 = 322 (100%)
R 64 of 322 ~ 19.88%
G 141 of 322 ~ 43.79%
B 117 of 322 ~ 36.34'%

%19.88
%43.79
%36.34

CMYK color model

#408D75 color CMYK value is (55,0,17,45).

  • cyan value is 54.61%
  • magenta value is 0.00%
  • yellow value is 17.02%
  • key color value is 44.71%

CMYK: (55,0,17,45)
C55M0Y17K45 (55%, 0%, 17%, 45%)
(0.55 / 0.00 / 0.17 / 0.45)

CMYK percentages

%54.61
%0
%17.02
%44.71

Codes

Color #408D75 in popluar color models

40 8D 75
RGB 64 141 117
HSL 161° 37.56% 40.20%
HSB/HSV 161° 54.61% 55.29%
CMYK 54.61% 0.00% 17.02%
44.71%

Color #408D75 in popluar number systems.

HEX 40 8D 75
Decimal 64 141 117
Binary 1000000 10001101 1110101
Octal 100 215 165

Shades and tints

Shades of #408D75

#408D75
(64,141,117)
#3B816B
(59,129,107)
#367561
(54,117,97)
#316957
(49,105,87)
#2C5D4D
(44,93,77)
#275143
(39,81,67)
#224539
(34,69,57)
#1D392F
(29,57,47)
#182D25
(24,45,37)
#13211B
(19,33,27)
#0E1511
(14,21,17)
#000000
(0,0,0)

Tints of #408D75

#408D75
(64,141,117)
#519781
(81,151,129)
#62A18D
(98,161,141)
#73AB99
(115,171,153)
#84B5A5
(132,181,165)
#95BFB1
(149,191,177)
#A6C9BD
(166,201,189)
#B7D3C9
(183,211,201)
#C8DDD5
(200,221,213)
#D9E7E1
(217,231,225)
#EAF1ED
(234,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #408D75 color. Also use rgb(64,141,117) instead hex code.

Text Font Color

.myTextColor { color: #408D75; }

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

This text font color is #408D75.

Background Color

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

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

This div background color is #408D75.

Border color

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

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

This div border color is #408D75.

Opacity

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

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

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

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

This text has shadow with #408D75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #408D75.

Preview

Color preview on black background

This text has color #408D75 on black background.


Color preview on white background

This text has color #408D75 on white background.


Black color preview on #408D75 background

This text has black color on #408D75 background.


White color preview on #408D75 background

This text has white color on #408D75 background.


Related colors

Complementary color

Complementary color for #hex is #BF728A.


I love getcolorcode.com

Triadic colors

1 #75408D and #8D7540 with #408D75 are triadic colors.

2 #758D40 and #8D4075 with #408D75 are triadic colors.