COLOR #406F32

HEX: #406F32 RGB: (64,111,50)

Color info

#406F32 contains mainly red and green colors. Web safe color of #406F32 is #336633 (or #363).

RGB color model

#406F32 color RGB value is (64,111,50).

RGB: (64,111,50) (25%, 44%, 20%)

RGB channels and saturation

R 64 of 255 = 25%
G 111 of 255 = 44%
B 50 of 255 = 20%

64
111
50

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

Portions of RGB colors in percentages

R + G + B = 64 + 111 + 50 = 225 (100%)
R 64 of 225 ~ 28.44%
G 111 of 225 ~ 49.33%
B 50 of 225 ~ 22.22'%

%28.44
%49.33
%22.22

CMYK color model

#406F32 color CMYK value is (42,0,55,56).

  • cyan value is 42.34%
  • magenta value is 0.00%
  • yellow value is 54.95%
  • key color value is 56.47%

CMYK: (42,0,55,56)
C42M0Y55K56 (42%, 0%, 55%, 56%)
(0.42 / 0.00 / 0.55 / 0.56)

CMYK percentages

%42.34
%0
%54.95
%56.47

Codes

Color #406F32 in popluar color models

40 6F 32
RGB 64 111 50
HSL 106° 37.89% 31.57%
HSB/HSV 106° 54.95% 43.53%
CMYK 42.34% 0.00% 54.95%
56.47%

Color #406F32 in popluar number systems.

HEX 40 6F 32
Decimal 64 111 50
Binary 1000000 1101111 110010
Octal 100 157 62

Shades and tints

Shades of #406F32

#406F32
(64,111,50)
#3B652E
(59,101,46)
#365B2A
(54,91,42)
#315126
(49,81,38)
#2C4722
(44,71,34)
#273D1E
(39,61,30)
#22331A
(34,51,26)
#1D2916
(29,41,22)
#181F12
(24,31,18)
#13150E
(19,21,14)
#0E0B0A
(14,11,10)
#000000
(0,0,0)

Tints of #406F32

#406F32
(64,111,50)
#517C44
(81,124,68)
#628956
(98,137,86)
#739668
(115,150,104)
#84A37A
(132,163,122)
#95B08C
(149,176,140)
#A6BD9E
(166,189,158)
#B7CAB0
(183,202,176)
#C8D7C2
(200,215,194)
#D9E4D4
(217,228,212)
#EAF1E6
(234,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #406F32; }

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

This text font color is #406F32.

Background Color

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

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

This div background color is #406F32.

Border color

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

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

This div border color is #406F32.

Opacity

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

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

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

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

This text has shadow with #406F32 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #406F32.

Preview

Color preview on black background

This text has color #406F32 on black background.


Color preview on white background

This text has color #406F32 on white background.


Black color preview on #406F32 background

This text has black color on #406F32 background.


White color preview on #406F32 background

This text has white color on #406F32 background.


Related colors

Complementary color

Complementary color for #hex is #BF90CD.


I love getcolorcode.com

Triadic colors

1 #32406F and #6F3240 with #406F32 are triadic colors.

2 #326F40 and #6F4032 with #406F32 are triadic colors.