COLOR #404843

HEX: #404843
RGB: (64,72,67)

Color info

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

RGB color model

#404843 color RGB value is (64,72,67).

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

RGB channels and saturation

R 64 of 255 = 25%
G 72 of 255 = 28%
B 67 of 255 = 26%

64
72
67

R + G + B ~ 26%. #404843 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 72 + 67 = 203 (100%)
R 64 of 203 ~ 31.53%
G 72 of 203 ~ 35.47%
B 67 of 203 ~ 33%

%31.53
%35.47
%33

CMYK color model

#404843 color CMYK value is (11,0,7,72).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 6.94%
  • key color value is 71.76%
CMYK:
(11,0,7,72)
C11M0Y7K72 
(11%,0%,7%,72%)
(0.11/0.00/0.07/0.72)	

CMYK percentages

%11.11
%0
%6.94
%71.76

Codes

Color #404843 in popluar color models

404843
RGB647267
HSL143°5.88%26.67%
HSB/HSV143°11.11%28.24%
CMYK11.11%0.00%6.94%
71.76%

Color #404843 in popluar number systems.

HEX404843
Decimal647267
Binary100000010010001000011
Octal100110103

Shades and tints

Shades of #404843

#404843
(64,72,67)
#3B423D
(59,66,61)
#363C37
(54,60,55)
#313631
(49,54,49)
#2C302B
(44,48,43)
#272A25
(39,42,37)
#22241F
(34,36,31)
#1D1E19
(29,30,25)
#181813
(24,24,19)
#13120D
(19,18,13)
#0E0C07
(14,12,7)
#000000
(0,0,0)

Tints of #404843

#404843
(64,72,67)
#515854
(81,88,84)
#626865
(98,104,101)
#737876
(115,120,118)
#848887
(132,136,135)
#959898
(149,152,152)
#A6A8A9
(166,168,169)
#B7B8BA
(183,184,186)
#C8C8CB
(200,200,203)
#D9D8DC
(217,216,220)
#EAE8ED
(234,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #404843; }

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

This text font color is #404843.


Background Color

.myBgColor { background-color: #404843; }

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

This div background color is #404843.


Border color

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

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

This div border color is #404843.


Opacity

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

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

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

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

This text has shadow with #404843 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #404843 on black background.


Color preview on white background

This text has color #404843 on white background.



Black color preview on #404843 background

This text has black color on #404843 background.


White color preview on #404843 background

This text has white color on #404843 background.