COLOR #404344

HEX: #404344
RGB: (64,67,68)

Color info

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

RGB color model

#404344 color RGB value is (64,67,68).

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

RGB channels and saturation

R 64 of 255 = 25%
G 67 of 255 = 26%
B 68 of 255 = 27%

64
67
68

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

Portions of RGB colors in percentages

R + G + B =
64 + 67 + 68 = 199 (100%)
R 64 of 199 ~ 32.16%
G 67 of 199 ~ 33.67%
B 68 of 199 ~ 34.17%

%32.16
%33.67
%34.17

CMYK color model

#404344 color CMYK value is (6,1,0,73).

  • cyan value is 5.88%
  • magenta value is 1.47%
  • yellow value is 0.00%
  • key color value is 73.33%
CMYK:
(6,1,0,73)
C6M1Y0K73 
(6%,1%,0%,73%)
(0.06/0.01/0.00/0.73)	

CMYK percentages

%5.88
%1.47
%0
%73.33

Codes

Color #404344 in popluar color models

404344
RGB646768
HSL195°3.03%25.88%
HSB/HSV195°5.88%26.67%
CMYK5.88%1.47%0.00%
73.33%

Color #404344 in popluar number systems.

HEX404344
Decimal646768
Binary100000010000111000100
Octal100103104

Shades and tints

Shades of #404344

#404344
(64,67,68)
#3B3D3E
(59,61,62)
#363738
(54,55,56)
#313132
(49,49,50)
#2C2B2C
(44,43,44)
#272526
(39,37,38)
#221F20
(34,31,32)
#1D191A
(29,25,26)
#181314
(24,19,20)
#130D0E
(19,13,14)
#0E0708
(14,7,8)
#000000
(0,0,0)

Tints of #404344

#404344
(64,67,68)
#515455
(81,84,85)
#626566
(98,101,102)
#737677
(115,118,119)
#848788
(132,135,136)
#959899
(149,152,153)
#A6A9AA
(166,169,170)
#B7BABB
(183,186,187)
#C8CBCC
(200,203,204)
#D9DCDD
(217,220,221)
#EAEDEE
(234,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #404344; }

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

This text font color is #404344.


Background Color

.myBgColor { background-color: #404344; }

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

This div background color is #404344.


Border color

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

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

This div border color is #404344.


Opacity

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

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

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

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

This text has shadow with #404344 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #404344 on black background.


Color preview on white background

This text has color #404344 on white background.



Black color preview on #404344 background

This text has black color on #404344 background.


White color preview on #404344 background

This text has white color on #404344 background.