COLOR #406D3B

HEX: #406D3B
RGB: (64,109,59)

Color info

#406D3B contains red, green and blue colors in about the same proportion. Web safe color of #406D3B is #336633 (or #363).

RGB color model

#406D3B color RGB value is (64,109,59).

  • red value is 64;
  • green value is 109;
  • blue value is 59.
RGB:
(64,109,59)
(25%,43%,23%)

RGB channels and saturation

R 64 of 255 = 25%
G 109 of 255 = 43%
B 59 of 255 = 23%

64
109
59

R + G + B ~ 30%. #406D3B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 109 + 59 = 232 (100%)
R 64 of 232 ~ 27.59%
G 109 of 232 ~ 46.98%
B 59 of 232 ~ 25.43%

%27.59
%46.98
%25.43

CMYK color model

#406D3B color CMYK value is (41,0,46,57).

  • cyan value is 41.28%
  • magenta value is 0.00%
  • yellow value is 45.87%
  • key color value is 57.25%
CMYK:
(41,0,46,57)
C41M0Y46K57 
(41%,0%,46%,57%)
(0.41/0.00/0.46/0.57)	

CMYK percentages

%41.28
%0
%45.87
%57.25

Codes

Color #406D3B in popluar color models

406D3B
RGB6410959
HSL114°29.76%32.94%
HSB/HSV114°45.87%42.75%
CMYK41.28%0.00%45.87%
57.25%

Color #406D3B in popluar number systems.

HEX406D3B
Decimal6410959
Binary10000001101101111011
Octal10015573

Shades and tints

Shades of #406D3B

#406D3B
(64,109,59)
#3B6436
(59,100,54)
#365B31
(54,91,49)
#31522C
(49,82,44)
#2C4927
(44,73,39)
#274022
(39,64,34)
#22371D
(34,55,29)
#1D2E18
(29,46,24)
#182513
(24,37,19)
#131C0E
(19,28,14)
#0E1309
(14,19,9)
#000000
(0,0,0)

Tints of #406D3B

#406D3B
(64,109,59)
#517A4C
(81,122,76)
#62875D
(98,135,93)
#73946E
(115,148,110)
#84A17F
(132,161,127)
#95AE90
(149,174,144)
#A6BBA1
(166,187,161)
#B7C8B2
(183,200,178)
#C8D5C3
(200,213,195)
#D9E2D4
(217,226,212)
#EAEFE5
(234,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #406D3B color. Also use rgb(64,109,59) instead hex code.

Text Font Color

.myTextColor { color: #406D3B; }

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

This text font color is #406D3B.


Background Color

.myBgColor { background-color: #406D3B; }

<div style="background-color:#406D3B">Inner text</div>

This div background color is #406D3B.


Border color

.myBorderColor { border: 1px solid #406D3B; }

<div style="border:3px solid #406D3B">Div</div>

This div border color is #406D3B.


Opacity

.myOpacity80 { color: #406D3B; opacity: 0.8; }

<p style="color:#406D3B;opacity:0.8;">80%</p>

Text with #406D3B 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 #406D3B;}

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

This text has shadow with #406D3B color.

.textShadow {text-shadow: 3px 3px 1px #406D3B, 3px 3px 1px red;}

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

This text has shadow with #406D3B primary color and red secondary color.


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

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

This text has shadow with #406D3B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #406D3B on black background.


Color preview on white background

This text has color #406D3B on white background.



Black color preview on #406D3B background

This text has black color on #406D3B background.


White color preview on #406D3B background

This text has white color on #406D3B background.