COLOR #404719

HEX: #404719
RGB: (64,71,25)

Color info

#404719 contains red, green and blue colors in about the same proportion. Web safe color of #404719 is #333300 (or #330).

RGB color model

#404719 color RGB value is (64,71,25).

  • red value is 64;
  • green value is 71;
  • blue value is 25.
RGB:
(64,71,25)
(25%,28%,10%)

RGB channels and saturation

R 64 of 255 = 25%
G 71 of 255 = 28%
B 25 of 255 = 10%

64
71
25

R + G + B ~ 21%. #404719 is dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 71 + 25 = 160 (100%)
R 64 of 160 ~ 40%
G 71 of 160 ~ 44.38%
B 25 of 160 ~ 15.63%

%40
%44.38
%15.63

CMYK color model

#404719 color CMYK value is (10,0,65,72).

  • cyan value is 9.86%
  • magenta value is 0.00%
  • yellow value is 64.79%
  • key color value is 72.16%
CMYK:
(10,0,65,72)
C10M0Y65K72 
(10%,0%,65%,72%)
(0.10/0.00/0.65/0.72)	

CMYK percentages

%9.86
%0
%64.79
%72.16

Codes

Color #404719 in popluar color models

404719
RGB647125
HSL69°47.92%18.82%
HSB/HSV69°64.79%27.84%
CMYK9.86%0.00%64.79%
72.16%

Color #404719 in popluar number systems.

HEX404719
Decimal647125
Binary1000000100011111001
Octal10010731

Shades and tints

Shades of #404719

#404719
(64,71,25)
#3B4117
(59,65,23)
#363B15
(54,59,21)
#313513
(49,53,19)
#2C2F11
(44,47,17)
#27290F
(39,41,15)
#22230D
(34,35,13)
#1D1D0B
(29,29,11)
#181709
(24,23,9)
#131107
(19,17,7)
#0E0B05
(14,11,5)
#000000
(0,0,0)

Tints of #404719

#404719
(64,71,25)
#51572D
(81,87,45)
#626741
(98,103,65)
#737755
(115,119,85)
#848769
(132,135,105)
#95977D
(149,151,125)
#A6A791
(166,167,145)
#B7B7A5
(183,183,165)
#C8C7B9
(200,199,185)
#D9D7CD
(217,215,205)
#EAE7E1
(234,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #404719 color. Also use rgb(64,71,25) instead hex code.

Text Font Color

.myTextColor { color: #404719; }

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

This text font color is #404719.


Background Color

.myBgColor { background-color: #404719; }

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

This div background color is #404719.


Border color

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

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

This div border color is #404719.


Opacity

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

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

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

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

This text has shadow with #404719 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #404719 on black background.


Color preview on white background

This text has color #404719 on white background.



Black color preview on #404719 background

This text has black color on #404719 background.


White color preview on #404719 background

This text has white color on #404719 background.