COLOR #408478

HEX: #408478
RGB: (64,132,120)

Color info

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

RGB color model

#408478 color RGB value is (64,132,120).

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

RGB channels and saturation

R 64 of 255 = 25%
G 132 of 255 = 52%
B 120 of 255 = 47%

64
132
120

R + G + B ~ 41%. #408478 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
64 + 132 + 120 = 316 (100%)
R 64 of 316 ~ 20.25%
G 132 of 316 ~ 41.77%
B 120 of 316 ~ 37.97%

%20.25
%41.77
%37.97

CMYK color model

#408478 color CMYK value is (52,0,9,48).

  • cyan value is 51.52%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 48.24%
CMYK:
(52,0,9,48)
C52M0Y9K48 
(52%,0%,9%,48%)
(0.52/0.00/0.09/0.48)	

CMYK percentages

%51.52
%0
%9.09
%48.24

Codes

Color #408478 in popluar color models

408478
RGB64132120
HSL169°34.69%38.43%
HSB/HSV169°51.52%51.76%
CMYK51.52%0.00%9.09%
48.24%

Color #408478 in popluar number systems.

HEX408478
Decimal64132120
Binary1000000100001001111000
Octal100204170

Shades and tints

Shades of #408478

#408478
(64,132,120)
#3B786E
(59,120,110)
#366C64
(54,108,100)
#31605A
(49,96,90)
#2C5450
(44,84,80)
#274846
(39,72,70)
#223C3C
(34,60,60)
#1D3032
(29,48,50)
#182428
(24,36,40)
#13181E
(19,24,30)
#0E0C14
(14,12,20)
#000000
(0,0,0)

Tints of #408478

#408478
(64,132,120)
#518F84
(81,143,132)
#629A90
(98,154,144)
#73A59C
(115,165,156)
#84B0A8
(132,176,168)
#95BBB4
(149,187,180)
#A6C6C0
(166,198,192)
#B7D1CC
(183,209,204)
#C8DCD8
(200,220,216)
#D9E7E4
(217,231,228)
#EAF2F0
(234,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #408478; }

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

This text font color is #408478.


Background Color

.myBgColor { background-color: #408478; }

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

This div background color is #408478.


Border color

.myBorderColor { border: 1px solid #408478; }

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

This div border color is #408478.


Opacity

.myOpacity80 { color: #408478; opacity: 0.8; }

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

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

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

This text has shadow with #408478 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #408478 on black background.


Color preview on white background

This text has color #408478 on white background.



Black color preview on #408478 background

This text has black color on #408478 background.


White color preview on #408478 background

This text has white color on #408478 background.