COLOR #406239

HEX: #406239
RGB: (64,98,57)

Color info

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

RGB color model

#406239 color RGB value is (64,98,57).

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

RGB channels and saturation

R 64 of 255 = 25%
G 98 of 255 = 38%
B 57 of 255 = 22%

64
98
57

R + G + B ~ 28%. #406239 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 98 + 57 = 219 (100%)
R 64 of 219 ~ 29.22%
G 98 of 219 ~ 44.75%
B 57 of 219 ~ 26.03%

%29.22
%44.75
%26.03

CMYK color model

#406239 color CMYK value is (35,0,42,62).

  • cyan value is 34.69%
  • magenta value is 0.00%
  • yellow value is 41.84%
  • key color value is 61.57%
CMYK:
(35,0,42,62)
C35M0Y42K62 
(35%,0%,42%,62%)
(0.35/0.00/0.42/0.62)	

CMYK percentages

%34.69
%0
%41.84
%61.57

Codes

Color #406239 in popluar color models

406239
RGB649857
HSL110°26.45%30.39%
HSB/HSV110°41.84%38.43%
CMYK34.69%0.00%41.84%
61.57%

Color #406239 in popluar number systems.

HEX406239
Decimal649857
Binary10000001100010111001
Octal10014271

Shades and tints

Shades of #406239

#406239
(64,98,57)
#3B5A34
(59,90,52)
#36522F
(54,82,47)
#314A2A
(49,74,42)
#2C4225
(44,66,37)
#273A20
(39,58,32)
#22321B
(34,50,27)
#1D2A16
(29,42,22)
#182211
(24,34,17)
#131A0C
(19,26,12)
#0E1207
(14,18,7)
#000000
(0,0,0)

Tints of #406239

#406239
(64,98,57)
#51704B
(81,112,75)
#627E5D
(98,126,93)
#738C6F
(115,140,111)
#849A81
(132,154,129)
#95A893
(149,168,147)
#A6B6A5
(166,182,165)
#B7C4B7
(183,196,183)
#C8D2C9
(200,210,201)
#D9E0DB
(217,224,219)
#EAEEED
(234,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #406239; }

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

This text font color is #406239.


Background Color

.myBgColor { background-color: #406239; }

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

This div background color is #406239.


Border color

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

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

This div border color is #406239.


Opacity

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

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

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

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

This text has shadow with #406239 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #406239 on black background.


Color preview on white background

This text has color #406239 on white background.



Black color preview on #406239 background

This text has black color on #406239 background.


White color preview on #406239 background

This text has white color on #406239 background.