COLOR #406339

HEX: #406339
RGB: (64,99,57)

Color info

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

RGB color model

#406339 color RGB value is (64,99,57).

  • red value is 64;
  • green value is 99;
  • blue value is 57.
RGB:
(64,99,57)
(25%,39%,22%)

RGB channels and saturation

R 64 of 255 = 25%
G 99 of 255 = 39%
B 57 of 255 = 22%

64
99
57

R + G + B ~ 29%. #406339 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 99 + 57 = 220 (100%)
R 64 of 220 ~ 29.09%
G 99 of 220 ~ 45%
B 57 of 220 ~ 25.91%

%29.09
%45
%25.91

CMYK color model

#406339 color CMYK value is (35,0,42,61).

  • cyan value is 35.35%
  • magenta value is 0.00%
  • yellow value is 42.42%
  • key color value is 61.18%
CMYK:
(35,0,42,61)
C35M0Y42K61 
(35%,0%,42%,61%)
(0.35/0.00/0.42/0.61)	

CMYK percentages

%35.35
%0
%42.42
%61.18

Codes

Color #406339 in popluar color models

406339
RGB649957
HSL110°26.92%30.59%
HSB/HSV110°42.42%38.82%
CMYK35.35%0.00%42.42%
61.18%

Color #406339 in popluar number systems.

HEX406339
Decimal649957
Binary10000001100011111001
Octal10014371

Shades and tints

Shades of #406339

#406339
(64,99,57)
#3B5A34
(59,90,52)
#36512F
(54,81,47)
#31482A
(49,72,42)
#2C3F25
(44,63,37)
#273620
(39,54,32)
#222D1B
(34,45,27)
#1D2416
(29,36,22)
#181B11
(24,27,17)
#13120C
(19,18,12)
#0E0907
(14,9,7)
#000000
(0,0,0)

Tints of #406339

#406339
(64,99,57)
#51714B
(81,113,75)
#627F5D
(98,127,93)
#738D6F
(115,141,111)
#849B81
(132,155,129)
#95A993
(149,169,147)
#A6B7A5
(166,183,165)
#B7C5B7
(183,197,183)
#C8D3C9
(200,211,201)
#D9E1DB
(217,225,219)
#EAEFED
(234,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #406339 color. Also use rgb(64,99,57) instead hex code.

Text Font Color

.myTextColor { color: #406339; }

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

This text font color is #406339.


Background Color

.myBgColor { background-color: #406339; }

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

This div background color is #406339.


Border color

.myBorderColor { border: 1px solid #406339; }

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

This div border color is #406339.


Opacity

.myOpacity80 { color: #406339; opacity: 0.8; }

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

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

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

This text has shadow with #406339 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #406339 on black background.


Color preview on white background

This text has color #406339 on white background.



Black color preview on #406339 background

This text has black color on #406339 background.


White color preview on #406339 background

This text has white color on #406339 background.