COLOR #408B7D

HEX: #408B7D
RGB: (64,139,125)

Color info

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

RGB color model

#408B7D color RGB value is (64,139,125).

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

RGB channels and saturation

R 64 of 255 = 25%
G 139 of 255 = 55%
B 125 of 255 = 49%

64
139
125

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

Portions of RGB colors in percentages

R + G + B =
64 + 139 + 125 = 328 (100%)
R 64 of 328 ~ 19.51%
G 139 of 328 ~ 42.38%
B 125 of 328 ~ 38.11%

%19.51
%42.38
%38.11

CMYK color model

#408B7D color CMYK value is (54,0,10,45).

  • cyan value is 53.96%
  • magenta value is 0.00%
  • yellow value is 10.07%
  • key color value is 45.49%
CMYK:
(54,0,10,45)
C54M0Y10K45 
(54%,0%,10%,45%)
(0.54/0.00/0.10/0.45)	

CMYK percentages

%53.96
%0
%10.07
%45.49

Codes

Color #408B7D in popluar color models

408B7D
RGB64139125
HSL169°36.95%39.80%
HSB/HSV169°53.96%54.51%
CMYK53.96%0.00%10.07%
45.49%

Color #408B7D in popluar number systems.

HEX408B7D
Decimal64139125
Binary1000000100010111111101
Octal100213175

Shades and tints

Shades of #408B7D

#408B7D
(64,139,125)
#3B7F72
(59,127,114)
#367367
(54,115,103)
#31675C
(49,103,92)
#2C5B51
(44,91,81)
#274F46
(39,79,70)
#22433B
(34,67,59)
#1D3730
(29,55,48)
#182B25
(24,43,37)
#131F1A
(19,31,26)
#0E130F
(14,19,15)
#000000
(0,0,0)

Tints of #408B7D

#408B7D
(64,139,125)
#519588
(81,149,136)
#629F93
(98,159,147)
#73A99E
(115,169,158)
#84B3A9
(132,179,169)
#95BDB4
(149,189,180)
#A6C7BF
(166,199,191)
#B7D1CA
(183,209,202)
#C8DBD5
(200,219,213)
#D9E5E0
(217,229,224)
#EAEFEB
(234,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #408B7D color. Also use rgb(64,139,125) instead hex code.

Text Font Color

.myTextColor { color: #408B7D; }

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

This text font color is #408B7D.


Background Color

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

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

This div background color is #408B7D.


Border color

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

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

This div border color is #408B7D.


Opacity

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

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

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

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

This text has shadow with #408B7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #408B7D on black background.


Color preview on white background

This text has color #408B7D on white background.



Black color preview on #408B7D background

This text has black color on #408B7D background.


White color preview on #408B7D background

This text has white color on #408B7D background.