COLOR #406E35

HEX: #406E35
RGB: (64,110,53)

Color info

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

RGB color model

#406E35 color RGB value is (64,110,53).

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

RGB channels and saturation

R 64 of 255 = 25%
G 110 of 255 = 43%
B 53 of 255 = 21%

64
110
53

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

Portions of RGB colors in percentages

R + G + B =
64 + 110 + 53 = 227 (100%)
R 64 of 227 ~ 28.19%
G 110 of 227 ~ 48.46%
B 53 of 227 ~ 23.35%

%28.19
%48.46
%23.35

CMYK color model

#406E35 color CMYK value is (42,0,52,57).

  • cyan value is 41.82%
  • magenta value is 0.00%
  • yellow value is 51.82%
  • key color value is 56.86%
CMYK:
(42,0,52,57)
C42M0Y52K57 
(42%,0%,52%,57%)
(0.42/0.00/0.52/0.57)	

CMYK percentages

%41.82
%0
%51.82
%56.86

Codes

Color #406E35 in popluar color models

406E35
RGB6411053
HSL108°34.97%31.96%
HSB/HSV108°51.82%43.14%
CMYK41.82%0.00%51.82%
56.86%

Color #406E35 in popluar number systems.

HEX406E35
Decimal6411053
Binary10000001101110110101
Octal10015665

Shades and tints

Shades of #406E35

#406E35
(64,110,53)
#3B6431
(59,100,49)
#365A2D
(54,90,45)
#315029
(49,80,41)
#2C4625
(44,70,37)
#273C21
(39,60,33)
#22321D
(34,50,29)
#1D2819
(29,40,25)
#181E15
(24,30,21)
#131411
(19,20,17)
#0E0A0D
(14,10,13)
#000000
(0,0,0)

Tints of #406E35

#406E35
(64,110,53)
#517B47
(81,123,71)
#628859
(98,136,89)
#73956B
(115,149,107)
#84A27D
(132,162,125)
#95AF8F
(149,175,143)
#A6BCA1
(166,188,161)
#B7C9B3
(183,201,179)
#C8D6C5
(200,214,197)
#D9E3D7
(217,227,215)
#EAF0E9
(234,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #406E35; }

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

This text font color is #406E35.


Background Color

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

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

This div background color is #406E35.


Border color

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

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

This div border color is #406E35.


Opacity

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

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

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

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

This text has shadow with #406E35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #406E35 on black background.


Color preview on white background

This text has color #406E35 on white background.



Black color preview on #406E35 background

This text has black color on #406E35 background.


White color preview on #406E35 background

This text has white color on #406E35 background.