COLOR #406049

HEX: #406049
RGB: (64,96,73)

Color info

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

RGB color model

#406049 color RGB value is (64,96,73).

  • red value is 64;
  • green value is 96;
  • blue value is 73.
RGB:
(64,96,73)
(25%,38%,29%)

RGB channels and saturation

R 64 of 255 = 25%
G 96 of 255 = 38%
B 73 of 255 = 29%

64
96
73

R + G + B ~ 31%. #406049 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 96 + 73 = 233 (100%)
R 64 of 233 ~ 27.47%
G 96 of 233 ~ 41.2%
B 73 of 233 ~ 31.33%

%27.47
%41.2
%31.33

CMYK color model

#406049 color CMYK value is (33,0,24,62).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 23.96%
  • key color value is 62.35%
CMYK:
(33,0,24,62)
C33M0Y24K62 
(33%,0%,24%,62%)
(0.33/0.00/0.24/0.62)	

CMYK percentages

%33.33
%0
%23.96
%62.35

Codes

Color #406049 in popluar color models

406049
RGB649673
HSL137°20.00%31.37%
HSB/HSV137°33.33%37.65%
CMYK33.33%0.00%23.96%
62.35%

Color #406049 in popluar number systems.

HEX406049
Decimal649673
Binary100000011000001001001
Octal100140111

Shades and tints

Shades of #406049

#406049
(64,96,73)
#3B5843
(59,88,67)
#36503D
(54,80,61)
#314837
(49,72,55)
#2C4031
(44,64,49)
#27382B
(39,56,43)
#223025
(34,48,37)
#1D281F
(29,40,31)
#182019
(24,32,25)
#131813
(19,24,19)
#0E100D
(14,16,13)
#000000
(0,0,0)

Tints of #406049

#406049
(64,96,73)
#516E59
(81,110,89)
#627C69
(98,124,105)
#738A79
(115,138,121)
#849889
(132,152,137)
#95A699
(149,166,153)
#A6B4A9
(166,180,169)
#B7C2B9
(183,194,185)
#C8D0C9
(200,208,201)
#D9DED9
(217,222,217)
#EAECE9
(234,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #406049 color. Also use rgb(64,96,73) instead hex code.

Text Font Color

.myTextColor { color: #406049; }

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

This text font color is #406049.


Background Color

.myBgColor { background-color: #406049; }

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

This div background color is #406049.


Border color

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

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

This div border color is #406049.


Opacity

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

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

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

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

This text has shadow with #406049 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #406049 on black background.


Color preview on white background

This text has color #406049 on white background.



Black color preview on #406049 background

This text has black color on #406049 background.


White color preview on #406049 background

This text has white color on #406049 background.