COLOR #406E4A

HEX: #406E4A
RGB: (64,110,74)

Color info

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

RGB color model

#406E4A color RGB value is (64,110,74).

  • red value is 64;
  • green value is 110;
  • blue value is 74.
RGB:
(64,110,74)
(25%,43%,29%)

RGB channels and saturation

R 64 of 255 = 25%
G 110 of 255 = 43%
B 74 of 255 = 29%

64
110
74

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

Portions of RGB colors in percentages

R + G + B =
64 + 110 + 74 = 248 (100%)
R 64 of 248 ~ 25.81%
G 110 of 248 ~ 44.35%
B 74 of 248 ~ 29.84%

%25.81
%44.35
%29.84

CMYK color model

#406E4A color CMYK value is (42,0,33,57).

  • cyan value is 41.82%
  • magenta value is 0.00%
  • yellow value is 32.73%
  • key color value is 56.86%
CMYK:
(42,0,33,57)
C42M0Y33K57 
(42%,0%,33%,57%)
(0.42/0.00/0.33/0.57)	

CMYK percentages

%41.82
%0
%32.73
%56.86

Codes

Color #406E4A in popluar color models

406E4A
RGB6411074
HSL133°26.44%34.12%
HSB/HSV133°41.82%43.14%
CMYK41.82%0.00%32.73%
56.86%

Color #406E4A in popluar number systems.

HEX406E4A
Decimal6411074
Binary100000011011101001010
Octal100156112

Shades and tints

Shades of #406E4A

#406E4A
(64,110,74)
#3B6444
(59,100,68)
#365A3E
(54,90,62)
#315038
(49,80,56)
#2C4632
(44,70,50)
#273C2C
(39,60,44)
#223226
(34,50,38)
#1D2820
(29,40,32)
#181E1A
(24,30,26)
#131414
(19,20,20)
#0E0A0E
(14,10,14)
#000000
(0,0,0)

Tints of #406E4A

#406E4A
(64,110,74)
#517B5A
(81,123,90)
#62886A
(98,136,106)
#73957A
(115,149,122)
#84A28A
(132,162,138)
#95AF9A
(149,175,154)
#A6BCAA
(166,188,170)
#B7C9BA
(183,201,186)
#C8D6CA
(200,214,202)
#D9E3DA
(217,227,218)
#EAF0EA
(234,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #406E4A color. Also use rgb(64,110,74) instead hex code.

Text Font Color

.myTextColor { color: #406E4A; }

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

This text font color is #406E4A.


Background Color

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

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

This div background color is #406E4A.


Border color

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

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

This div border color is #406E4A.


Opacity

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

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

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

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

This text has shadow with #406E4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #406E4A on black background.


Color preview on white background

This text has color #406E4A on white background.



Black color preview on #406E4A background

This text has black color on #406E4A background.


White color preview on #406E4A background

This text has white color on #406E4A background.