COLOR #408B37

HEX: #408B37 RGB: (64,139,55)

Color info

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

RGB color model

#408B37 color RGB value is (64,139,55).

RGB: (64,139,55) (25%, 55%, 22%)

RGB channels and saturation

R 64 of 255 = 25%
G 139 of 255 = 55%
B 55 of 255 = 22%

64
139
55

R + G + B ~ 34%. #408B37 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 64 + 139 + 55 = 258 (100%)
R 64 of 258 ~ 24.81%
G 139 of 258 ~ 53.88%
B 55 of 258 ~ 21.32'%

%24.81
%53.88
%21.32

CMYK color model

#408B37 color CMYK value is (54,0,60,45).

  • cyan value is 53.96%
  • magenta value is 0.00%
  • yellow value is 60.43%
  • key color value is 45.49%

CMYK: (54,0,60,45)
C54M0Y60K45 (54%, 0%, 60%, 45%)
(0.54 / 0.00 / 0.60 / 0.45)

CMYK percentages

%53.96
%0
%60.43
%45.49

Codes

Color #408B37 in popluar color models

40 8B 37
RGB 64 139 55
HSL 114° 43.30% 38.04%
HSB/HSV 114° 60.43% 54.51%
CMYK 53.96% 0.00% 60.43%
45.49%

Color #408B37 in popluar number systems.

HEX 40 8B 37
Decimal 64 139 55
Binary 1000000 10001011 110111
Octal 100 213 67

Shades and tints

Shades of #408B37

#408B37
(64,139,55)
#3B7F32
(59,127,50)
#36732D
(54,115,45)
#316728
(49,103,40)
#2C5B23
(44,91,35)
#274F1E
(39,79,30)
#224319
(34,67,25)
#1D3714
(29,55,20)
#182B0F
(24,43,15)
#131F0A
(19,31,10)
#0E1305
(14,19,5)
#000000
(0,0,0)

Tints of #408B37

#408B37
(64,139,55)
#519549
(81,149,73)
#629F5B
(98,159,91)
#73A96D
(115,169,109)
#84B37F
(132,179,127)
#95BD91
(149,189,145)
#A6C7A3
(166,199,163)
#B7D1B5
(183,209,181)
#C8DBC7
(200,219,199)
#D9E5D9
(217,229,217)
#EAEFEB
(234,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #408B37; }

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

This text font color is #408B37.

Background Color

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

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

This div background color is #408B37.

Border color

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

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

This div border color is #408B37.

Opacity

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

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

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

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

This text has shadow with #408B37 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #408B37.

Preview

Color preview on black background

This text has color #408B37 on black background.


Color preview on white background

This text has color #408B37 on white background.


Black color preview on #408B37 background

This text has black color on #408B37 background.


White color preview on #408B37 background

This text has white color on #408B37 background.


Related colors

Complementary color

Complementary color for #hex is #BF74C8.


I love getcolorcode.com

Triadic colors

1 #37408B and #8B3740 with #408B37 are triadic colors.

2 #378B40 and #8B4037 with #408B37 are triadic colors.