COLOR #404939

HEX: #404939
RGB: (64,73,57)

Color info

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

RGB color model

#404939 color RGB value is (64,73,57).

  • red value is 64;
  • green value is 73;
  • blue value is 57.
RGB:
(64,73,57)
(25%,29%,22%)

RGB channels and saturation

R 64 of 255 = 25%
G 73 of 255 = 29%
B 57 of 255 = 22%

64
73
57

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

Portions of RGB colors in percentages

R + G + B =
64 + 73 + 57 = 194 (100%)
R 64 of 194 ~ 32.99%
G 73 of 194 ~ 37.63%
B 57 of 194 ~ 29.38%

%32.99
%37.63
%29.38

CMYK color model

#404939 color CMYK value is (12,0,22,71).

  • cyan value is 12.33%
  • magenta value is 0.00%
  • yellow value is 21.92%
  • key color value is 71.37%
CMYK:
(12,0,22,71)
C12M0Y22K71 
(12%,0%,22%,71%)
(0.12/0.00/0.22/0.71)	

CMYK percentages

%12.33
%0
%21.92
%71.37

Codes

Color #404939 in popluar color models

404939
RGB647357
HSL94°12.31%25.49%
HSB/HSV94°21.92%28.63%
CMYK12.33%0.00%21.92%
71.37%

Color #404939 in popluar number systems.

HEX404939
Decimal647357
Binary10000001001001111001
Octal10011171

Shades and tints

Shades of #404939

#404939
(64,73,57)
#3B4334
(59,67,52)
#363D2F
(54,61,47)
#31372A
(49,55,42)
#2C3125
(44,49,37)
#272B20
(39,43,32)
#22251B
(34,37,27)
#1D1F16
(29,31,22)
#181911
(24,25,17)
#13130C
(19,19,12)
#0E0D07
(14,13,7)
#000000
(0,0,0)

Tints of #404939

#404939
(64,73,57)
#51594B
(81,89,75)
#62695D
(98,105,93)
#73796F
(115,121,111)
#848981
(132,137,129)
#959993
(149,153,147)
#A6A9A5
(166,169,165)
#B7B9B7
(183,185,183)
#C8C9C9
(200,201,201)
#D9D9DB
(217,217,219)
#EAE9ED
(234,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #404939 color. Also use rgb(64,73,57) instead hex code.

Text Font Color

.myTextColor { color: #404939; }

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

This text font color is #404939.


Background Color

.myBgColor { background-color: #404939; }

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

This div background color is #404939.


Border color

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

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

This div border color is #404939.


Opacity

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

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

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

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

This text has shadow with #404939 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #404939 on black background.


Color preview on white background

This text has color #404939 on white background.



Black color preview on #404939 background

This text has black color on #404939 background.


White color preview on #404939 background

This text has white color on #404939 background.