COLOR #408B49

HEX: #408B49
RGB: (64,139,73)

Color info

#408B49 contains mainly green color. Web safe color of #408B49 is #339933 (or #393).

RGB color model

#408B49 color RGB value is (64,139,73).

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

RGB channels and saturation

R 64 of 255 = 25%
G 139 of 255 = 55%
B 73 of 255 = 29%

64
139
73

R + G + B ~ 36%. #408B49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 139 + 73 = 276 (100%)
R 64 of 276 ~ 23.19%
G 139 of 276 ~ 50.36%
B 73 of 276 ~ 26.45%

%23.19
%50.36
%26.45

CMYK color model

#408B49 color CMYK value is (54,0,47,45).

  • cyan value is 53.96%
  • magenta value is 0.00%
  • yellow value is 47.48%
  • key color value is 45.49%
CMYK:
(54,0,47,45)
C54M0Y47K45 
(54%,0%,47%,45%)
(0.54/0.00/0.47/0.45)	

CMYK percentages

%53.96
%0
%47.48
%45.49

Codes

Color #408B49 in popluar color models

408B49
RGB6413973
HSL127°36.95%39.80%
HSB/HSV127°53.96%54.51%
CMYK53.96%0.00%47.48%
45.49%

Color #408B49 in popluar number systems.

HEX408B49
Decimal6413973
Binary1000000100010111001001
Octal100213111

Shades and tints

Shades of #408B49

#408B49
(64,139,73)
#3B7F43
(59,127,67)
#36733D
(54,115,61)
#316737
(49,103,55)
#2C5B31
(44,91,49)
#274F2B
(39,79,43)
#224325
(34,67,37)
#1D371F
(29,55,31)
#182B19
(24,43,25)
#131F13
(19,31,19)
#0E130D
(14,19,13)
#000000
(0,0,0)

Tints of #408B49

#408B49
(64,139,73)
#519559
(81,149,89)
#629F69
(98,159,105)
#73A979
(115,169,121)
#84B389
(132,179,137)
#95BD99
(149,189,153)
#A6C7A9
(166,199,169)
#B7D1B9
(183,209,185)
#C8DBC9
(200,219,201)
#D9E5D9
(217,229,217)
#EAEFE9
(234,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #408B49; }

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

This text font color is #408B49.


Background Color

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

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

This div background color is #408B49.


Border color

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

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

This div border color is #408B49.


Opacity

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

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

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

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

This text has shadow with #408B49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #408B49 on black background.


Color preview on white background

This text has color #408B49 on white background.



Black color preview on #408B49 background

This text has black color on #408B49 background.


White color preview on #408B49 background

This text has white color on #408B49 background.