COLOR #408B25

HEX: #408B25
RGB: (64,139,37)

Color info

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

RGB color model

#408B25 color RGB value is (64,139,37).

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

RGB channels and saturation

R 64 of 255 = 25%
G 139 of 255 = 55%
B 37 of 255 = 15%

64
139
37

R + G + B ~ 32%. #408B25 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 139 + 37 = 240 (100%)
R 64 of 240 ~ 26.67%
G 139 of 240 ~ 57.92%
B 37 of 240 ~ 15.42%

%26.67
%57.92
%15.42

CMYK color model

#408B25 color CMYK value is (54,0,73,45).

  • cyan value is 53.96%
  • magenta value is 0.00%
  • yellow value is 73.38%
  • key color value is 45.49%
CMYK:
(54,0,73,45)
C54M0Y73K45 
(54%,0%,73%,45%)
(0.54/0.00/0.73/0.45)	

CMYK percentages

%53.96
%0
%73.38
%45.49

Codes

Color #408B25 in popluar color models

408B25
RGB6413937
HSL104°57.95%34.51%
HSB/HSV104°73.38%54.51%
CMYK53.96%0.00%73.38%
45.49%

Color #408B25 in popluar number systems.

HEX408B25
Decimal6413937
Binary100000010001011100101
Octal10021345

Shades and tints

Shades of #408B25

#408B25
(64,139,37)
#3B7F22
(59,127,34)
#36731F
(54,115,31)
#31671C
(49,103,28)
#2C5B19
(44,91,25)
#274F16
(39,79,22)
#224313
(34,67,19)
#1D3710
(29,55,16)
#182B0D
(24,43,13)
#131F0A
(19,31,10)
#0E1307
(14,19,7)
#000000
(0,0,0)

Tints of #408B25

#408B25
(64,139,37)
#519538
(81,149,56)
#629F4B
(98,159,75)
#73A95E
(115,169,94)
#84B371
(132,179,113)
#95BD84
(149,189,132)
#A6C797
(166,199,151)
#B7D1AA
(183,209,170)
#C8DBBD
(200,219,189)
#D9E5D0
(217,229,208)
#EAEFE3
(234,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #408B25; }

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

This text font color is #408B25.


Background Color

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

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

This div background color is #408B25.


Border color

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

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

This div border color is #408B25.


Opacity

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

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

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

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

This text has shadow with #408B25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #408B25 on black background.


Color preview on white background

This text has color #408B25 on white background.



Black color preview on #408B25 background

This text has black color on #408B25 background.


White color preview on #408B25 background

This text has white color on #408B25 background.