COLOR #404809

HEX: #404809
RGB: (64,72,9)

Color info

#404809 contains mainly red and green colors. Web safe color of #404809 is #333300 (or #330).

RGB color model

#404809 color RGB value is (64,72,9).

  • red value is 64;
  • green value is 72;
  • blue value is 9.
RGB:
(64,72,9)
(25%,28%,4%)

RGB channels and saturation

R 64 of 255 = 25%
G 72 of 255 = 28%
B 9 of 255 = 4%

64
72
9

R + G + B ~ 19%. #404809 is dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 72 + 9 = 145 (100%)
R 64 of 145 ~ 44.14%
G 72 of 145 ~ 49.66%
B 9 of 145 ~ 6.21%

%44.14
%49.66

CMYK color model

#404809 color CMYK value is (11,0,88,72).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 87.50%
  • key color value is 71.76%
CMYK:
(11,0,88,72)
C11M0Y88K72 
(11%,0%,88%,72%)
(0.11/0.00/0.88/0.72)	

CMYK percentages

%11.11
%0
%87.5
%71.76

Codes

Color #404809 in popluar color models

404809
RGB64729
HSL68°77.78%15.88%
HSB/HSV68°87.50%28.24%
CMYK11.11%0.00%87.50%
71.76%

Color #404809 in popluar number systems.

HEX404809
Decimal64729
Binary100000010010001001
Octal10011011

Shades and tints

Shades of #404809

#404809
(64,72,9)
#3B4209
(59,66,9)
#363C09
(54,60,9)
#313609
(49,54,9)
#2C3009
(44,48,9)
#272A09
(39,42,9)
#222409
(34,36,9)
#1D1E09
(29,30,9)
#181809
(24,24,9)
#131209
(19,18,9)
#0E0C09
(14,12,9)
#000000
(0,0,0)

Tints of #404809

#404809
(64,72,9)
#51581F
(81,88,31)
#626835
(98,104,53)
#73784B
(115,120,75)
#848861
(132,136,97)
#959877
(149,152,119)
#A6A88D
(166,168,141)
#B7B8A3
(183,184,163)
#C8C8B9
(200,200,185)
#D9D8CF
(217,216,207)
#EAE8E5
(234,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #404809 color. Also use rgb(64,72,9) instead hex code.

Text Font Color

.myTextColor { color: #404809; }

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

This text font color is #404809.


Background Color

.myBgColor { background-color: #404809; }

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

This div background color is #404809.


Border color

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

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

This div border color is #404809.


Opacity

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

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

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

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

This text has shadow with #404809 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #404809 on black background.


Color preview on white background

This text has color #404809 on white background.



Black color preview on #404809 background

This text has black color on #404809 background.


White color preview on #404809 background

This text has white color on #404809 background.