COLOR #406F36

HEX: #406F36
RGB: (64,111,54)

Color info

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

RGB color model

#406F36 color RGB value is (64,111,54).

  • red value is 64;
  • green value is 111;
  • blue value is 54.
RGB:
(64,111,54)
(25%,44%,21%)

RGB channels and saturation

R 64 of 255 = 25%
G 111 of 255 = 44%
B 54 of 255 = 21%

64
111
54

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

Portions of RGB colors in percentages

R + G + B =
64 + 111 + 54 = 229 (100%)
R 64 of 229 ~ 27.95%
G 111 of 229 ~ 48.47%
B 54 of 229 ~ 23.58%

%27.95
%48.47
%23.58

CMYK color model

#406F36 color CMYK value is (42,0,51,56).

  • cyan value is 42.34%
  • magenta value is 0.00%
  • yellow value is 51.35%
  • key color value is 56.47%
CMYK:
(42,0,51,56)
C42M0Y51K56 
(42%,0%,51%,56%)
(0.42/0.00/0.51/0.56)	

CMYK percentages

%42.34
%0
%51.35
%56.47

Codes

Color #406F36 in popluar color models

406F36
RGB6411154
HSL109°34.55%32.35%
HSB/HSV109°51.35%43.53%
CMYK42.34%0.00%51.35%
56.47%

Color #406F36 in popluar number systems.

HEX406F36
Decimal6411154
Binary10000001101111110110
Octal10015766

Shades and tints

Shades of #406F36

#406F36
(64,111,54)
#3B6532
(59,101,50)
#365B2E
(54,91,46)
#31512A
(49,81,42)
#2C4726
(44,71,38)
#273D22
(39,61,34)
#22331E
(34,51,30)
#1D291A
(29,41,26)
#181F16
(24,31,22)
#131512
(19,21,18)
#0E0B0E
(14,11,14)
#000000
(0,0,0)

Tints of #406F36

#406F36
(64,111,54)
#517C48
(81,124,72)
#62895A
(98,137,90)
#73966C
(115,150,108)
#84A37E
(132,163,126)
#95B090
(149,176,144)
#A6BDA2
(166,189,162)
#B7CAB4
(183,202,180)
#C8D7C6
(200,215,198)
#D9E4D8
(217,228,216)
#EAF1EA
(234,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #406F36 color. Also use rgb(64,111,54) instead hex code.

Text Font Color

.myTextColor { color: #406F36; }

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

This text font color is #406F36.


Background Color

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

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

This div background color is #406F36.


Border color

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

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

This div border color is #406F36.


Opacity

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

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

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

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

This text has shadow with #406F36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #406F36 on black background.


Color preview on white background

This text has color #406F36 on white background.



Black color preview on #406F36 background

This text has black color on #406F36 background.


White color preview on #406F36 background

This text has white color on #406F36 background.