COLOR #406C3B

HEX: #406C3B RGB: (64,108,59)

Color info

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

RGB color model

#406C3B color RGB value is (64,108,59).

RGB: (64,108,59) (25%, 42%, 23%)

RGB channels and saturation

R 64 of 255 = 25%
G 108 of 255 = 42%
B 59 of 255 = 23%

64
108
59

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

Portions of RGB colors in percentages

R + G + B = 64 + 108 + 59 = 231 (100%)
R 64 of 231 ~ 27.71%
G 108 of 231 ~ 46.75%
B 59 of 231 ~ 25.54'%

%27.71
%46.75
%25.54

CMYK color model

#406C3B color CMYK value is (41,0,45,58).

  • cyan value is 40.74%
  • magenta value is 0.00%
  • yellow value is 45.37%
  • key color value is 57.65%
CMYK: (41,0,45,58) C41M0Y45K58 (41%,0%,45%,58%) (0.41/0.00/0.45/0.58) 

CMYK percentages

%40.74
%0
%45.37
%57.65

Codes

Color #406C3B in popluar color models

40 6C 3B
RGB 64 108 59
HSL 114° 29.34% 32.75%
HSB/HSV 114° 45.37% 42.35%
CMYK 40.74% 0.00% 45.37%
57.65%

Color #406C3B in popluar number systems.

HEX 40 6C 3B
Decimal 64 108 59
Binary 1000000 1101100 111011
Octal 100 154 73

Shades and tints

Shades of #406C3B

#406C3B
(64,108,59)
#3B6336
(59,99,54)
#365A31
(54,90,49)
#31512C
(49,81,44)
#2C4827
(44,72,39)
#273F22
(39,63,34)
#22361D
(34,54,29)
#1D2D18
(29,45,24)
#182413
(24,36,19)
#131B0E
(19,27,14)
#0E1209
(14,18,9)
#000000
(0,0,0)

Tints of #406C3B

#406C3B
(64,108,59)
#51794C
(81,121,76)
#62865D
(98,134,93)
#73936E
(115,147,110)
#84A07F
(132,160,127)
#95AD90
(149,173,144)
#A6BAA1
(166,186,161)
#B7C7B2
(183,199,178)
#C8D4C3
(200,212,195)
#D9E1D4
(217,225,212)
#EAEEE5
(234,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #406C3B; }

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

This text font color is #406C3B.

Background Color

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

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

This div background color is #406C3B.

Border color

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

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

This div border color is #406C3B.

Opacity

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

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

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

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

This text has shadow with #406C3B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #406C3B.

Preview

Color preview on black background

This text has color #406C3B on black background.


Color preview on white background

This text has color #406C3B on white background.


Black color preview on #406C3B background

This text has black color on #406C3B background.


White color preview on #406C3B background

This text has white color on #406C3B background.


Related colors

Complementary color

Complementary color for #hex is #BF93C4.


I love getcolorcode.com

Triadic colors

1 #3B406C and #6C3B40 with #406C3B are triadic colors.

2 #3B6C40 and #6C403B with #406C3B are triadic colors.