COLOR #408B01

HEX: #408B01
RGB: (64,139,1)

Color info

#408B01 contains mainly green color. Web safe color of #408B01 is #339900 (or #390).

RGB color model

#408B01 color RGB value is (64,139,1).

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

RGB channels and saturation

R 64 of 255 = 25%
G 139 of 255 = 55%
B 1 of 255 = 0%

64
139
1

R + G + B ~ 27%. #408B01 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 139 + 1 = 204 (100%)
R 64 of 204 ~ 31.37%
G 139 of 204 ~ 68.14%
B 1 of 204 ~ 0.49%

%31.37
%68.14

CMYK color model

#408B01 color CMYK value is (54,0,99,45).

  • cyan value is 53.96%
  • magenta value is 0.00%
  • yellow value is 99.28%
  • key color value is 45.49%
CMYK:
(54,0,99,45)
C54M0Y99K45 
(54%,0%,99%,45%)
(0.54/0.00/0.99/0.45)	

CMYK percentages

%53.96
%0
%99.28
%45.49

Codes

Color #408B01 in popluar color models

408B01
RGB641391
HSL93°98.57%27.45%
HSB/HSV93°99.28%54.51%
CMYK53.96%0.00%99.28%
45.49%

Color #408B01 in popluar number systems.

HEX408B01
Decimal641391
Binary1000000100010111
Octal1002131

Shades and tints

Shades of #408B01

#408B01
(64,139,1)
#3B7F01
(59,127,1)
#367301
(54,115,1)
#316701
(49,103,1)
#2C5B01
(44,91,1)
#274F01
(39,79,1)
#224301
(34,67,1)
#1D3701
(29,55,1)
#182B01
(24,43,1)
#131F01
(19,31,1)
#0E1301
(14,19,1)
#000000
(0,0,0)

Tints of #408B01

#408B01
(64,139,1)
#519518
(81,149,24)
#629F2F
(98,159,47)
#73A946
(115,169,70)
#84B35D
(132,179,93)
#95BD74
(149,189,116)
#A6C78B
(166,199,139)
#B7D1A2
(183,209,162)
#C8DBB9
(200,219,185)
#D9E5D0
(217,229,208)
#EAEFE7
(234,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #408B01; }

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

This text font color is #408B01.


Background Color

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

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

This div background color is #408B01.


Border color

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

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

This div border color is #408B01.


Opacity

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

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

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

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

This text has shadow with #408B01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #408B01 on black background.


Color preview on white background

This text has color #408B01 on white background.



Black color preview on #408B01 background

This text has black color on #408B01 background.


White color preview on #408B01 background

This text has white color on #408B01 background.