COLOR #404838

HEX: #404838 RGB: (64,72,56)

Color info

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

RGB color model

#404838 color RGB value is (64,72,56).

RGB: (64,72,56) (25%, 28%, 22%)

RGB channels and saturation

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

64
72
56

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

Portions of RGB colors in percentages

R + G + B = 64 + 72 + 56 = 192 (100%)
R 64 of 192 ~ 33.33%
G 72 of 192 ~ 37.5%
B 56 of 192 ~ 29.17'%

%33.33
%37.5
%29.17

CMYK color model

#404838 color CMYK value is (11,0,22,72).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 71.76%
CMYK: (11,0,22,72) C11M0Y22K72 (11%,0%,22%,72%) (0.11/0.00/0.22/0.72) 

CMYK percentages

%11.11
%0
%22.22
%71.76

Codes

Color #404838 in popluar color models

40 48 38
RGB 64 72 56
HSL 90° 12.50% 25.10%
HSB/HSV 90° 22.22% 28.24%
CMYK 11.11% 0.00% 22.22%
71.76%

Color #404838 in popluar number systems.

HEX 40 48 38
Decimal 64 72 56
Binary 1000000 1001000 111000
Octal 100 110 70

Shades and tints

Shades of #404838

#404838
(64,72,56)
#3B4233
(59,66,51)
#363C2E
(54,60,46)
#313629
(49,54,41)
#2C3024
(44,48,36)
#272A1F
(39,42,31)
#22241A
(34,36,26)
#1D1E15
(29,30,21)
#181810
(24,24,16)
#13120B
(19,18,11)
#0E0C06
(14,12,6)
#000000
(0,0,0)

Tints of #404838

#404838
(64,72,56)
#51584A
(81,88,74)
#62685C
(98,104,92)
#73786E
(115,120,110)
#848880
(132,136,128)
#959892
(149,152,146)
#A6A8A4
(166,168,164)
#B7B8B6
(183,184,182)
#C8C8C8
(200,200,200)
#D9D8DA
(217,216,218)
#EAE8EC
(234,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #404838; }

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

This text font color is #404838.

Background Color

.myBgColor { background-color: #404838; }

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

This div background color is #404838.

Border color

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

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

This div border color is #404838.

Opacity

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

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

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

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

This text has shadow with #404838 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #404838.

Preview

Color preview on black background

This text has color #404838 on black background.


Color preview on white background

This text has color #404838 on white background.


Black color preview on #404838 background

This text has black color on #404838 background.


White color preview on #404838 background

This text has white color on #404838 background.


Related colors

Complementary color

Complementary color for #hex is #BFB7C7.


I love getcolorcode.com

Triadic colors

1 #384048 and #483840 with #404838 are triadic colors.

2 #384840 and #484038 with #404838 are triadic colors.