COLOR #404338

HEX: #404338 RGB: (64,67,56)

Color info

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

RGB color model

#404338 color RGB value is (64,67,56).

RGB: (64,67,56) (25%, 26%, 22%)

RGB channels and saturation

R 64 of 255 = 25%
G 67 of 255 = 26%
B 56 of 255 = 22%

64
67
56

R + G + B ~ 24%. #404338 is dark color.

Portions of RGB colors in percentages

R + G + B = 64 + 67 + 56 = 187 (100%)
R 64 of 187 ~ 34.22%
G 67 of 187 ~ 35.83%
B 56 of 187 ~ 29.95'%

%34.22
%35.83
%29.95

CMYK color model

#404338 color CMYK value is (4,0,16,74).

  • cyan value is 4.48%
  • magenta value is 0.00%
  • yellow value is 16.42%
  • key color value is 73.73%
CMYK: (4,0,16,74) C4M0Y16K74 (4%,0%,16%,74%) (0.04/0.00/0.16/0.74) 

CMYK percentages

%4.48
%0
%16.42
%73.73

Codes

Color #404338 in popluar color models

40 43 38
RGB 64 67 56
HSL 76° 8.94% 24.12%
HSB/HSV 76° 16.42% 26.27%
CMYK 4.48% 0.00% 16.42%
73.73%

Color #404338 in popluar number systems.

HEX 40 43 38
Decimal 64 67 56
Binary 1000000 1000011 111000
Octal 100 103 70

Shades and tints

Shades of #404338

#404338
(64,67,56)
#3B3D33
(59,61,51)
#36372E
(54,55,46)
#313129
(49,49,41)
#2C2B24
(44,43,36)
#27251F
(39,37,31)
#221F1A
(34,31,26)
#1D1915
(29,25,21)
#181310
(24,19,16)
#130D0B
(19,13,11)
#0E0706
(14,7,6)
#000000
(0,0,0)

Tints of #404338

#404338
(64,67,56)
#51544A
(81,84,74)
#62655C
(98,101,92)
#73766E
(115,118,110)
#848780
(132,135,128)
#959892
(149,152,146)
#A6A9A4
(166,169,164)
#B7BAB6
(183,186,182)
#C8CBC8
(200,203,200)
#D9DCDA
(217,220,218)
#EAEDEC
(234,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #404338; }

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

This text font color is #404338.

Background Color

.myBgColor { background-color: #404338; }

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

This div background color is #404338.

Border color

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

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

This div border color is #404338.

Opacity

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

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

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

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

This text has shadow with #404338 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #404338.

Preview

Color preview on black background

This text has color #404338 on black background.


Color preview on white background

This text has color #404338 on white background.


Black color preview on #404338 background

This text has black color on #404338 background.


White color preview on #404338 background

This text has white color on #404338 background.


Related colors

Complementary color

Complementary color for #hex is #BFBCC7.


I love getcolorcode.com

Triadic colors

1 #384043 and #433840 with #404338 are triadic colors.

2 #384340 and #434038 with #404338 are triadic colors.