COLOR #404D06

HEX: #404D06
RGB: (64,77,6)

Color info

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

RGB color model

#404D06 color RGB value is (64,77,6).

  • red value is 64;
  • green value is 77;
  • blue value is 6.
RGB:
(64,77,6)
(25%,30%,2%)

RGB channels and saturation

R 64 of 255 = 25%
G 77 of 255 = 30%
B 6 of 255 = 2%

64
77
6

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

Portions of RGB colors in percentages

R + G + B =
64 + 77 + 6 = 147 (100%)
R 64 of 147 ~ 43.54%
G 77 of 147 ~ 52.38%
B 6 of 147 ~ 4.08%

%43.54
%52.38

CMYK color model

#404D06 color CMYK value is (17,0,92,70).

  • cyan value is 16.88%
  • magenta value is 0.00%
  • yellow value is 92.21%
  • key color value is 69.80%
CMYK:
(17,0,92,70)
C17M0Y92K70 
(17%,0%,92%,70%)
(0.17/0.00/0.92/0.70)	

CMYK percentages

%16.88
%0
%92.21
%69.8

Codes

Color #404D06 in popluar color models

404D06
RGB64776
HSL71°85.54%16.27%
HSB/HSV71°92.21%30.20%
CMYK16.88%0.00%92.21%
69.80%

Color #404D06 in popluar number systems.

HEX404D06
Decimal64776
Binary10000001001101110
Octal1001156

Shades and tints

Shades of #404D06

#404D06
(64,77,6)
#3B4606
(59,70,6)
#363F06
(54,63,6)
#313806
(49,56,6)
#2C3106
(44,49,6)
#272A06
(39,42,6)
#222306
(34,35,6)
#1D1C06
(29,28,6)
#181506
(24,21,6)
#130E06
(19,14,6)
#0E0706
(14,7,6)
#000000
(0,0,0)

Tints of #404D06

#404D06
(64,77,6)
#515D1C
(81,93,28)
#626D32
(98,109,50)
#737D48
(115,125,72)
#848D5E
(132,141,94)
#959D74
(149,157,116)
#A6AD8A
(166,173,138)
#B7BDA0
(183,189,160)
#C8CDB6
(200,205,182)
#D9DDCC
(217,221,204)
#EAEDE2
(234,237,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #404D06 color. Also use rgb(64,77,6) instead hex code.

Text Font Color

.myTextColor { color: #404D06; }

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

This text font color is #404D06.


Background Color

.myBgColor { background-color: #404D06; }

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

This div background color is #404D06.


Border color

.myBorderColor { border: 1px solid #404D06; }

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

This div border color is #404D06.


Opacity

.myOpacity80 { color: #404D06; opacity: 0.8; }

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

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

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

This text has shadow with #404D06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #404D06 on black background.


Color preview on white background

This text has color #404D06 on white background.



Black color preview on #404D06 background

This text has black color on #404D06 background.


White color preview on #404D06 background

This text has white color on #404D06 background.