COLOR #406036

HEX: #406036
RGB: (64,96,54)

Color info

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

RGB color model

#406036 color RGB value is (64,96,54).

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

RGB channels and saturation

R 64 of 255 = 25%
G 96 of 255 = 38%
B 54 of 255 = 21%

64
96
54

R + G + B ~ 28%. #406036 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 96 + 54 = 214 (100%)
R 64 of 214 ~ 29.91%
G 96 of 214 ~ 44.86%
B 54 of 214 ~ 25.23%

%29.91
%44.86
%25.23

CMYK color model

#406036 color CMYK value is (33,0,44,62).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 43.75%
  • key color value is 62.35%
CMYK:
(33,0,44,62)
C33M0Y44K62 
(33%,0%,44%,62%)
(0.33/0.00/0.44/0.62)	

CMYK percentages

%33.33
%0
%43.75
%62.35

Codes

Color #406036 in popluar color models

406036
RGB649654
HSL106°28.00%29.41%
HSB/HSV106°43.75%37.65%
CMYK33.33%0.00%43.75%
62.35%

Color #406036 in popluar number systems.

HEX406036
Decimal649654
Binary10000001100000110110
Octal10014066

Shades and tints

Shades of #406036

#406036
(64,96,54)
#3B5832
(59,88,50)
#36502E
(54,80,46)
#31482A
(49,72,42)
#2C4026
(44,64,38)
#273822
(39,56,34)
#22301E
(34,48,30)
#1D281A
(29,40,26)
#182016
(24,32,22)
#131812
(19,24,18)
#0E100E
(14,16,14)
#000000
(0,0,0)

Tints of #406036

#406036
(64,96,54)
#516E48
(81,110,72)
#627C5A
(98,124,90)
#738A6C
(115,138,108)
#84987E
(132,152,126)
#95A690
(149,166,144)
#A6B4A2
(166,180,162)
#B7C2B4
(183,194,180)
#C8D0C6
(200,208,198)
#D9DED8
(217,222,216)
#EAECEA
(234,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #406036; }

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

This text font color is #406036.


Background Color

.myBgColor { background-color: #406036; }

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

This div background color is #406036.


Border color

.myBorderColor { border: 1px solid #406036; }

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

This div border color is #406036.


Opacity

.myOpacity80 { color: #406036; opacity: 0.8; }

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

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

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

This text has shadow with #406036 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #406036 on black background.


Color preview on white background

This text has color #406036 on white background.



Black color preview on #406036 background

This text has black color on #406036 background.


White color preview on #406036 background

This text has white color on #406036 background.