COLOR #406C47

HEX: #406C47
RGB: (64,108,71)

Color info

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

RGB color model

#406C47 color RGB value is (64,108,71).

  • red value is 64;
  • green value is 108;
  • blue value is 71.
RGB:
(64,108,71)
(25%,42%,28%)

RGB channels and saturation

R 64 of 255 = 25%
G 108 of 255 = 42%
B 71 of 255 = 28%

64
108
71

R + G + B ~ 32%. #406C47 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 108 + 71 = 243 (100%)
R 64 of 243 ~ 26.34%
G 108 of 243 ~ 44.44%
B 71 of 243 ~ 29.22%

%26.34
%44.44
%29.22

CMYK color model

#406C47 color CMYK value is (41,0,34,58).

  • cyan value is 40.74%
  • magenta value is 0.00%
  • yellow value is 34.26%
  • key color value is 57.65%
CMYK:
(41,0,34,58)
C41M0Y34K58 
(41%,0%,34%,58%)
(0.41/0.00/0.34/0.58)	

CMYK percentages

%40.74
%0
%34.26
%57.65

Codes

Color #406C47 in popluar color models

406C47
RGB6410871
HSL130°25.58%33.73%
HSB/HSV130°40.74%42.35%
CMYK40.74%0.00%34.26%
57.65%

Color #406C47 in popluar number systems.

HEX406C47
Decimal6410871
Binary100000011011001000111
Octal100154107

Shades and tints

Shades of #406C47

#406C47
(64,108,71)
#3B6341
(59,99,65)
#365A3B
(54,90,59)
#315135
(49,81,53)
#2C482F
(44,72,47)
#273F29
(39,63,41)
#223623
(34,54,35)
#1D2D1D
(29,45,29)
#182417
(24,36,23)
#131B11
(19,27,17)
#0E120B
(14,18,11)
#000000
(0,0,0)

Tints of #406C47

#406C47
(64,108,71)
#517957
(81,121,87)
#628667
(98,134,103)
#739377
(115,147,119)
#84A087
(132,160,135)
#95AD97
(149,173,151)
#A6BAA7
(166,186,167)
#B7C7B7
(183,199,183)
#C8D4C7
(200,212,199)
#D9E1D7
(217,225,215)
#EAEEE7
(234,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #406C47; }

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

This text font color is #406C47.


Background Color

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

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

This div background color is #406C47.


Border color

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

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

This div border color is #406C47.


Opacity

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

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

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

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

This text has shadow with #406C47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #406C47 on black background.


Color preview on white background

This text has color #406C47 on white background.



Black color preview on #406C47 background

This text has black color on #406C47 background.


White color preview on #406C47 background

This text has white color on #406C47 background.