COLOR #404334

HEX: #404334
RGB: (64,67,52)

Color info

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

RGB color model

#404334 color RGB value is (64,67,52).

  • red value is 64;
  • green value is 67;
  • blue value is 52.
RGB:
(64,67,52)
(25%,26%,20%)

RGB channels and saturation

R 64 of 255 = 25%
G 67 of 255 = 26%
B 52 of 255 = 20%

64
67
52

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

Portions of RGB colors in percentages

R + G + B =
64 + 67 + 52 = 183 (100%)
R 64 of 183 ~ 34.97%
G 67 of 183 ~ 36.61%
B 52 of 183 ~ 28.42%

%34.97
%36.61
%28.42

CMYK color model

#404334 color CMYK value is (4,0,22,74).

  • cyan value is 4.48%
  • magenta value is 0.00%
  • yellow value is 22.39%
  • key color value is 73.73%
CMYK:
(4,0,22,74)
C4M0Y22K74 
(4%,0%,22%,74%)
(0.04/0.00/0.22/0.74)	

CMYK percentages

%4.48
%0
%22.39
%73.73

Codes

Color #404334 in popluar color models

404334
RGB646752
HSL72°12.61%23.33%
HSB/HSV72°22.39%26.27%
CMYK4.48%0.00%22.39%
73.73%

Color #404334 in popluar number systems.

HEX404334
Decimal646752
Binary10000001000011110100
Octal10010364

Shades and tints

Shades of #404334

#404334
(64,67,52)
#3B3D30
(59,61,48)
#36372C
(54,55,44)
#313128
(49,49,40)
#2C2B24
(44,43,36)
#272520
(39,37,32)
#221F1C
(34,31,28)
#1D1918
(29,25,24)
#181314
(24,19,20)
#130D10
(19,13,16)
#0E070C
(14,7,12)
#000000
(0,0,0)

Tints of #404334

#404334
(64,67,52)
#515446
(81,84,70)
#626558
(98,101,88)
#73766A
(115,118,106)
#84877C
(132,135,124)
#95988E
(149,152,142)
#A6A9A0
(166,169,160)
#B7BAB2
(183,186,178)
#C8CBC4
(200,203,196)
#D9DCD6
(217,220,214)
#EAEDE8
(234,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #404334; }

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

This text font color is #404334.


Background Color

.myBgColor { background-color: #404334; }

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

This div background color is #404334.


Border color

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

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

This div border color is #404334.


Opacity

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

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

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

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

This text has shadow with #404334 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #404334 on black background.


Color preview on white background

This text has color #404334 on white background.



Black color preview on #404334 background

This text has black color on #404334 background.


White color preview on #404334 background

This text has white color on #404334 background.