COLOR #408377

HEX: #408377
RGB: (64,131,119)

Color info

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

RGB color model

#408377 color RGB value is (64,131,119).

  • red value is 64;
  • green value is 131;
  • blue value is 119.
RGB:
(64,131,119)
(25%,51%,47%)

RGB channels and saturation

R 64 of 255 = 25%
G 131 of 255 = 51%
B 119 of 255 = 47%

64
131
119

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

Portions of RGB colors in percentages

R + G + B =
64 + 131 + 119 = 314 (100%)
R 64 of 314 ~ 20.38%
G 131 of 314 ~ 41.72%
B 119 of 314 ~ 37.9%

%20.38
%41.72
%37.9

CMYK color model

#408377 color CMYK value is (51,0,9,49).

  • cyan value is 51.15%
  • magenta value is 0.00%
  • yellow value is 9.16%
  • key color value is 48.63%
CMYK:
(51,0,9,49)
C51M0Y9K49 
(51%,0%,9%,49%)
(0.51/0.00/0.09/0.49)	

CMYK percentages

%51.15
%0
%9.16
%48.63

Codes

Color #408377 in popluar color models

408377
RGB64131119
HSL169°34.36%38.24%
HSB/HSV169°51.15%51.37%
CMYK51.15%0.00%9.16%
48.63%

Color #408377 in popluar number systems.

HEX408377
Decimal64131119
Binary1000000100000111110111
Octal100203167

Shades and tints

Shades of #408377

#408377
(64,131,119)
#3B786D
(59,120,109)
#366D63
(54,109,99)
#316259
(49,98,89)
#2C574F
(44,87,79)
#274C45
(39,76,69)
#22413B
(34,65,59)
#1D3631
(29,54,49)
#182B27
(24,43,39)
#13201D
(19,32,29)
#0E1513
(14,21,19)
#000000
(0,0,0)

Tints of #408377

#408377
(64,131,119)
#518E83
(81,142,131)
#62998F
(98,153,143)
#73A49B
(115,164,155)
#84AFA7
(132,175,167)
#95BAB3
(149,186,179)
#A6C5BF
(166,197,191)
#B7D0CB
(183,208,203)
#C8DBD7
(200,219,215)
#D9E6E3
(217,230,227)
#EAF1EF
(234,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #408377 color. Also use rgb(64,131,119) instead hex code.

Text Font Color

.myTextColor { color: #408377; }

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

This text font color is #408377.


Background Color

.myBgColor { background-color: #408377; }

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

This div background color is #408377.


Border color

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

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

This div border color is #408377.


Opacity

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

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

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

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

This text has shadow with #408377 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #408377 on black background.


Color preview on white background

This text has color #408377 on white background.



Black color preview on #408377 background

This text has black color on #408377 background.


White color preview on #408377 background

This text has white color on #408377 background.