COLOR #406C4E

HEX: #406C4E RGB: (64,108,78)

Color info

#406C4E contains red, green and blue colors in about the same proportion. Web safe color of #406C4E is #336666 (or #366).

RGB color model

#406C4E color RGB value is (64,108,78).

RGB: (64,108,78) (25%, 42%, 31%)

RGB channels and saturation

R 64 of 255 = 25%
G 108 of 255 = 42%
B 78 of 255 = 31%

64
108
78

R + G + B ~ 33%. #406C4E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 64 + 108 + 78 = 250 (100%)
R 64 of 250 ~ 25.6%
G 108 of 250 ~ 43.2%
B 78 of 250 ~ 31.2'%

%25.6
%43.2
%31.2

CMYK color model

#406C4E color CMYK value is (41,0,28,58).

  • cyan value is 40.74%
  • magenta value is 0.00%
  • yellow value is 27.78%
  • key color value is 57.65%

CMYK: (41,0,28,58)
C41M0Y28K58 (41%, 0%, 28%, 58%)
(0.41 / 0.00 / 0.28 / 0.58)

CMYK percentages

%40.74
%0
%27.78
%57.65

Codes

Color #406C4E in popluar color models

40 6C 4E
RGB 64 108 78
HSL 139° 25.58% 33.73%
HSB/HSV 139° 40.74% 42.35%
CMYK 40.74% 0.00% 27.78%
57.65%

Color #406C4E in popluar number systems.

HEX 40 6C 4E
Decimal 64 108 78
Binary 1000000 1101100 1001110
Octal 100 154 116

Shades and tints

Shades of #406C4E

#406C4E
(64,108,78)
#3B6347
(59,99,71)
#365A40
(54,90,64)
#315139
(49,81,57)
#2C4832
(44,72,50)
#273F2B
(39,63,43)
#223624
(34,54,36)
#1D2D1D
(29,45,29)
#182416
(24,36,22)
#131B0F
(19,27,15)
#0E1208
(14,18,8)
#000000
(0,0,0)

Tints of #406C4E

#406C4E
(64,108,78)
#51795E
(81,121,94)
#62866E
(98,134,110)
#73937E
(115,147,126)
#84A08E
(132,160,142)
#95AD9E
(149,173,158)
#A6BAAE
(166,186,174)
#B7C7BE
(183,199,190)
#C8D4CE
(200,212,206)
#D9E1DE
(217,225,222)
#EAEEEE
(234,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #406C4E; }

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

This text font color is #406C4E.

Background Color

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

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

This div background color is #406C4E.

Border color

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

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

This div border color is #406C4E.

Opacity

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

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

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

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

This text has shadow with #406C4E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #406C4E.

Preview

Color preview on black background

This text has color #406C4E on black background.


Color preview on white background

This text has color #406C4E on white background.


Black color preview on #406C4E background

This text has black color on #406C4E background.


White color preview on #406C4E background

This text has white color on #406C4E background.


Related colors

Complementary color

Complementary color for #hex is #BF93B1.


I love getcolorcode.com

Triadic colors

1 #4E406C and #6C4E40 with #406C4E are triadic colors.

2 #4E6C40 and #6C404E with #406C4E are triadic colors.