COLOR #404368

HEX: #404368
RGB: (64,67,104)

Color info

#404368 contains red, green and blue colors in about the same proportion. Web safe color of #404368 is #333366 (or #336).

RGB color model

#404368 color RGB value is (64,67,104).

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

RGB channels and saturation

R 64 of 255 = 25%
G 67 of 255 = 26%
B 104 of 255 = 41%

64
67
104

R + G + B ~ 31%. #404368 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 67 + 104 = 235 (100%)
R 64 of 235 ~ 27.23%
G 67 of 235 ~ 28.51%
B 104 of 235 ~ 44.26%

%27.23
%28.51
%44.26

CMYK color model

#404368 color CMYK value is (38,36,0,59).

  • cyan value is 38.46%
  • magenta value is 35.58%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(38,36,0,59)
C38M36Y0K59 
(38%,36%,0%,59%)
(0.38/0.36/0.00/0.59)	

CMYK percentages

%38.46
%35.58
%0
%59.22

Codes

Color #404368 in popluar color models

404368
RGB6467104
HSL236°23.81%32.94%
HSB/HSV236°38.46%40.78%
CMYK38.46%35.58%0.00%
59.22%

Color #404368 in popluar number systems.

HEX404368
Decimal6467104
Binary100000010000111101000
Octal100103150

Shades and tints

Shades of #404368

#404368
(64,67,104)
#3B3D5F
(59,61,95)
#363756
(54,55,86)
#31314D
(49,49,77)
#2C2B44
(44,43,68)
#27253B
(39,37,59)
#221F32
(34,31,50)
#1D1929
(29,25,41)
#181320
(24,19,32)
#130D17
(19,13,23)
#0E070E
(14,7,14)
#000000
(0,0,0)

Tints of #404368

#404368
(64,67,104)
#515475
(81,84,117)
#626582
(98,101,130)
#73768F
(115,118,143)
#84879C
(132,135,156)
#9598A9
(149,152,169)
#A6A9B6
(166,169,182)
#B7BAC3
(183,186,195)
#C8CBD0
(200,203,208)
#D9DCDD
(217,220,221)
#EAEDEA
(234,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #404368; }

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

This text font color is #404368.


Background Color

.myBgColor { background-color: #404368; }

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

This div background color is #404368.


Border color

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

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

This div border color is #404368.


Opacity

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

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

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

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

This text has shadow with #404368 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #404368 on black background.


Color preview on white background

This text has color #404368 on white background.



Black color preview on #404368 background

This text has black color on #404368 background.


White color preview on #404368 background

This text has white color on #404368 background.