COLOR #408A46

HEX: #408A46
RGB: (64,138,70)

Color info

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

RGB color model

#408A46 color RGB value is (64,138,70).

  • red value is 64;
  • green value is 138;
  • blue value is 70.
RGB:
(64,138,70)
(25%,54%,27%)

RGB channels and saturation

R 64 of 255 = 25%
G 138 of 255 = 54%
B 70 of 255 = 27%

64
138
70

R + G + B ~ 35%. #408A46 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 138 + 70 = 272 (100%)
R 64 of 272 ~ 23.53%
G 138 of 272 ~ 50.74%
B 70 of 272 ~ 25.74%

%23.53
%50.74
%25.74

CMYK color model

#408A46 color CMYK value is (54,0,49,46).

  • cyan value is 53.62%
  • magenta value is 0.00%
  • yellow value is 49.28%
  • key color value is 45.88%
CMYK:
(54,0,49,46)
C54M0Y49K46 
(54%,0%,49%,46%)
(0.54/0.00/0.49/0.46)	

CMYK percentages

%53.62
%0
%49.28
%45.88

Codes

Color #408A46 in popluar color models

408A46
RGB6413870
HSL125°36.63%39.61%
HSB/HSV125°53.62%54.12%
CMYK53.62%0.00%49.28%
45.88%

Color #408A46 in popluar number systems.

HEX408A46
Decimal6413870
Binary1000000100010101000110
Octal100212106

Shades and tints

Shades of #408A46

#408A46
(64,138,70)
#3B7E40
(59,126,64)
#36723A
(54,114,58)
#316634
(49,102,52)
#2C5A2E
(44,90,46)
#274E28
(39,78,40)
#224222
(34,66,34)
#1D361C
(29,54,28)
#182A16
(24,42,22)
#131E10
(19,30,16)
#0E120A
(14,18,10)
#000000
(0,0,0)

Tints of #408A46

#408A46
(64,138,70)
#519456
(81,148,86)
#629E66
(98,158,102)
#73A876
(115,168,118)
#84B286
(132,178,134)
#95BC96
(149,188,150)
#A6C6A6
(166,198,166)
#B7D0B6
(183,208,182)
#C8DAC6
(200,218,198)
#D9E4D6
(217,228,214)
#EAEEE6
(234,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #408A46 color. Also use rgb(64,138,70) instead hex code.

Text Font Color

.myTextColor { color: #408A46; }

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

This text font color is #408A46.


Background Color

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

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

This div background color is #408A46.


Border color

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

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

This div border color is #408A46.


Opacity

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

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

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

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

This text has shadow with #408A46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #408A46 on black background.


Color preview on white background

This text has color #408A46 on white background.



Black color preview on #408A46 background

This text has black color on #408A46 background.


White color preview on #408A46 background

This text has white color on #408A46 background.