COLOR #404627

HEX: #404627
RGB: (64,70,39)

Color info

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

RGB color model

#404627 color RGB value is (64,70,39).

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

RGB channels and saturation

R 64 of 255 = 25%
G 70 of 255 = 27%
B 39 of 255 = 15%

64
70
39

R + G + B ~ 22%. #404627 is dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 70 + 39 = 173 (100%)
R 64 of 173 ~ 36.99%
G 70 of 173 ~ 40.46%
B 39 of 173 ~ 22.54%

%36.99
%40.46
%22.54

CMYK color model

#404627 color CMYK value is (9,0,44,73).

  • cyan value is 8.57%
  • magenta value is 0.00%
  • yellow value is 44.29%
  • key color value is 72.55%
CMYK:
(9,0,44,73)
C9M0Y44K73 
(9%,0%,44%,73%)
(0.09/0.00/0.44/0.73)	

CMYK percentages

%8.57
%0
%44.29
%72.55

Codes

Color #404627 in popluar color models

404627
RGB647039
HSL72°28.44%21.37%
HSB/HSV72°44.29%27.45%
CMYK8.57%0.00%44.29%
72.55%

Color #404627 in popluar number systems.

HEX404627
Decimal647039
Binary10000001000110100111
Octal10010647

Shades and tints

Shades of #404627

#404627
(64,70,39)
#3B4024
(59,64,36)
#363A21
(54,58,33)
#31341E
(49,52,30)
#2C2E1B
(44,46,27)
#272818
(39,40,24)
#222215
(34,34,21)
#1D1C12
(29,28,18)
#18160F
(24,22,15)
#13100C
(19,16,12)
#0E0A09
(14,10,9)
#000000
(0,0,0)

Tints of #404627

#404627
(64,70,39)
#51563A
(81,86,58)
#62664D
(98,102,77)
#737660
(115,118,96)
#848673
(132,134,115)
#959686
(149,150,134)
#A6A699
(166,166,153)
#B7B6AC
(183,182,172)
#C8C6BF
(200,198,191)
#D9D6D2
(217,214,210)
#EAE6E5
(234,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #404627; }

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

This text font color is #404627.


Background Color

.myBgColor { background-color: #404627; }

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

This div background color is #404627.


Border color

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

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

This div border color is #404627.


Opacity

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

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

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

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

This text has shadow with #404627 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #404627 on black background.


Color preview on white background

This text has color #404627 on white background.



Black color preview on #404627 background

This text has black color on #404627 background.


White color preview on #404627 background

This text has white color on #404627 background.