COLOR #404837

HEX: #404837
RGB: (64,72,55)

Color info

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

RGB color model

#404837 color RGB value is (64,72,55).

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

RGB channels and saturation

R 64 of 255 = 25%
G 72 of 255 = 28%
B 55 of 255 = 22%

64
72
55

R + G + B ~ 25%. #404837 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 72 + 55 = 191 (100%)
R 64 of 191 ~ 33.51%
G 72 of 191 ~ 37.7%
B 55 of 191 ~ 28.8%

%33.51
%37.7
%28.8

CMYK color model

#404837 color CMYK value is (11,0,24,72).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 23.61%
  • key color value is 71.76%
CMYK:
(11,0,24,72)
C11M0Y24K72 
(11%,0%,24%,72%)
(0.11/0.00/0.24/0.72)	

CMYK percentages

%11.11
%0
%23.61
%71.76

Codes

Color #404837 in popluar color models

404837
RGB647255
HSL88°13.39%24.90%
HSB/HSV88°23.61%28.24%
CMYK11.11%0.00%23.61%
71.76%

Color #404837 in popluar number systems.

HEX404837
Decimal647255
Binary10000001001000110111
Octal10011067

Shades and tints

Shades of #404837

#404837
(64,72,55)
#3B4232
(59,66,50)
#363C2D
(54,60,45)
#313628
(49,54,40)
#2C3023
(44,48,35)
#272A1E
(39,42,30)
#222419
(34,36,25)
#1D1E14
(29,30,20)
#18180F
(24,24,15)
#13120A
(19,18,10)
#0E0C05
(14,12,5)
#000000
(0,0,0)

Tints of #404837

#404837
(64,72,55)
#515849
(81,88,73)
#62685B
(98,104,91)
#73786D
(115,120,109)
#84887F
(132,136,127)
#959891
(149,152,145)
#A6A8A3
(166,168,163)
#B7B8B5
(183,184,181)
#C8C8C7
(200,200,199)
#D9D8D9
(217,216,217)
#EAE8EB
(234,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #404837; }

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

This text font color is #404837.


Background Color

.myBgColor { background-color: #404837; }

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

This div background color is #404837.


Border color

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

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

This div border color is #404837.


Opacity

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

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

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

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

This text has shadow with #404837 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #404837 on black background.


Color preview on white background

This text has color #404837 on white background.



Black color preview on #404837 background

This text has black color on #404837 background.


White color preview on #404837 background

This text has white color on #404837 background.