COLOR #408B78

HEX: #408B78
RGB: (64,139,120)

Color info

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

RGB color model

#408B78 color RGB value is (64,139,120).

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

RGB channels and saturation

R 64 of 255 = 25%
G 139 of 255 = 55%
B 120 of 255 = 47%

64
139
120

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

Portions of RGB colors in percentages

R + G + B =
64 + 139 + 120 = 323 (100%)
R 64 of 323 ~ 19.81%
G 139 of 323 ~ 43.03%
B 120 of 323 ~ 37.15%

%19.81
%43.03
%37.15

CMYK color model

#408B78 color CMYK value is (54,0,14,45).

  • cyan value is 53.96%
  • magenta value is 0.00%
  • yellow value is 13.67%
  • key color value is 45.49%
CMYK:
(54,0,14,45)
C54M0Y14K45 
(54%,0%,14%,45%)
(0.54/0.00/0.14/0.45)	

CMYK percentages

%53.96
%0
%13.67
%45.49

Codes

Color #408B78 in popluar color models

408B78
RGB64139120
HSL165°36.95%39.80%
HSB/HSV165°53.96%54.51%
CMYK53.96%0.00%13.67%
45.49%

Color #408B78 in popluar number systems.

HEX408B78
Decimal64139120
Binary1000000100010111111000
Octal100213170

Shades and tints

Shades of #408B78

#408B78
(64,139,120)
#3B7F6E
(59,127,110)
#367364
(54,115,100)
#31675A
(49,103,90)
#2C5B50
(44,91,80)
#274F46
(39,79,70)
#22433C
(34,67,60)
#1D3732
(29,55,50)
#182B28
(24,43,40)
#131F1E
(19,31,30)
#0E1314
(14,19,20)
#000000
(0,0,0)

Tints of #408B78

#408B78
(64,139,120)
#519584
(81,149,132)
#629F90
(98,159,144)
#73A99C
(115,169,156)
#84B3A8
(132,179,168)
#95BDB4
(149,189,180)
#A6C7C0
(166,199,192)
#B7D1CC
(183,209,204)
#C8DBD8
(200,219,216)
#D9E5E4
(217,229,228)
#EAEFF0
(234,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #408B78; }

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

This text font color is #408B78.


Background Color

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

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

This div background color is #408B78.


Border color

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

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

This div border color is #408B78.


Opacity

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

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

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

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

This text has shadow with #408B78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #408B78 on black background.


Color preview on white background

This text has color #408B78 on white background.



Black color preview on #408B78 background

This text has black color on #408B78 background.


White color preview on #408B78 background

This text has white color on #408B78 background.