COLOR #404628

HEX: #404628
RGB: (64,70,40)

Color info

#404628 contains red, green and blue colors in about the same proportion. Web safe color of #404628 is #333333 (or #333).

RGB color model

#404628 color RGB value is (64,70,40).

  • red value is 64;
  • green value is 70;
  • blue value is 40.
RGB:
(64,70,40)
(25%,27%,16%)

RGB channels and saturation

R 64 of 255 = 25%
G 70 of 255 = 27%
B 40 of 255 = 16%

64
70
40

R + G + B ~ 23%. #404628 is dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 70 + 40 = 174 (100%)
R 64 of 174 ~ 36.78%
G 70 of 174 ~ 40.23%
B 40 of 174 ~ 22.99%

%36.78
%40.23
%22.99

CMYK color model

#404628 color CMYK value is (9,0,43,73).

  • cyan value is 8.57%
  • magenta value is 0.00%
  • yellow value is 42.86%
  • key color value is 72.55%
CMYK:
(9,0,43,73)
C9M0Y43K73 
(9%,0%,43%,73%)
(0.09/0.00/0.43/0.73)	

CMYK percentages

%8.57
%0
%42.86
%72.55

Codes

Color #404628 in popluar color models

404628
RGB647040
HSL72°27.27%21.57%
HSB/HSV72°42.86%27.45%
CMYK8.57%0.00%42.86%
72.55%

Color #404628 in popluar number systems.

HEX404628
Decimal647040
Binary10000001000110101000
Octal10010650

Shades and tints

Shades of #404628

#404628
(64,70,40)
#3B4025
(59,64,37)
#363A22
(54,58,34)
#31341F
(49,52,31)
#2C2E1C
(44,46,28)
#272819
(39,40,25)
#222216
(34,34,22)
#1D1C13
(29,28,19)
#181610
(24,22,16)
#13100D
(19,16,13)
#0E0A0A
(14,10,10)
#000000
(0,0,0)

Tints of #404628

#404628
(64,70,40)
#51563B
(81,86,59)
#62664E
(98,102,78)
#737661
(115,118,97)
#848674
(132,134,116)
#959687
(149,150,135)
#A6A69A
(166,166,154)
#B7B6AD
(183,182,173)
#C8C6C0
(200,198,192)
#D9D6D3
(217,214,211)
#EAE6E6
(234,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #404628 color. Also use rgb(64,70,40) instead hex code.

Text Font Color

.myTextColor { color: #404628; }

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

This text font color is #404628.


Background Color

.myBgColor { background-color: #404628; }

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

This div background color is #404628.


Border color

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

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

This div border color is #404628.


Opacity

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

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

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

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

This text has shadow with #404628 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #404628 on black background.


Color preview on white background

This text has color #404628 on white background.



Black color preview on #404628 background

This text has black color on #404628 background.


White color preview on #404628 background

This text has white color on #404628 background.