COLOR #406E3C

HEX: #406E3C
RGB: (64,110,60)

Color info

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

RGB color model

#406E3C color RGB value is (64,110,60).

  • red value is 64;
  • green value is 110;
  • blue value is 60.
RGB:
(64,110,60)
(25%,43%,24%)

RGB channels and saturation

R 64 of 255 = 25%
G 110 of 255 = 43%
B 60 of 255 = 24%

64
110
60

R + G + B ~ 31%. #406E3C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 110 + 60 = 234 (100%)
R 64 of 234 ~ 27.35%
G 110 of 234 ~ 47.01%
B 60 of 234 ~ 25.64%

%27.35
%47.01
%25.64

CMYK color model

#406E3C color CMYK value is (42,0,45,57).

  • cyan value is 41.82%
  • magenta value is 0.00%
  • yellow value is 45.45%
  • key color value is 56.86%
CMYK:
(42,0,45,57)
C42M0Y45K57 
(42%,0%,45%,57%)
(0.42/0.00/0.45/0.57)	

CMYK percentages

%41.82
%0
%45.45
%56.86

Codes

Color #406E3C in popluar color models

406E3C
RGB6411060
HSL115°29.41%33.33%
HSB/HSV115°45.45%43.14%
CMYK41.82%0.00%45.45%
56.86%

Color #406E3C in popluar number systems.

HEX406E3C
Decimal6411060
Binary10000001101110111100
Octal10015674

Shades and tints

Shades of #406E3C

#406E3C
(64,110,60)
#3B6437
(59,100,55)
#365A32
(54,90,50)
#31502D
(49,80,45)
#2C4628
(44,70,40)
#273C23
(39,60,35)
#22321E
(34,50,30)
#1D2819
(29,40,25)
#181E14
(24,30,20)
#13140F
(19,20,15)
#0E0A0A
(14,10,10)
#000000
(0,0,0)

Tints of #406E3C

#406E3C
(64,110,60)
#517B4D
(81,123,77)
#62885E
(98,136,94)
#73956F
(115,149,111)
#84A280
(132,162,128)
#95AF91
(149,175,145)
#A6BCA2
(166,188,162)
#B7C9B3
(183,201,179)
#C8D6C4
(200,214,196)
#D9E3D5
(217,227,213)
#EAF0E6
(234,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #406E3C color. Also use rgb(64,110,60) instead hex code.

Text Font Color

.myTextColor { color: #406E3C; }

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

This text font color is #406E3C.


Background Color

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

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

This div background color is #406E3C.


Border color

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

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

This div border color is #406E3C.


Opacity

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

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

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

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

This text has shadow with #406E3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #406E3C on black background.


Color preview on white background

This text has color #406E3C on white background.



Black color preview on #406E3C background

This text has black color on #406E3C background.


White color preview on #406E3C background

This text has white color on #406E3C background.