COLOR #404364

HEX: #404364
RGB: (64,67,100)

Color info

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

RGB color model

#404364 color RGB value is (64,67,100).

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

RGB channels and saturation

R 64 of 255 = 25%
G 67 of 255 = 26%
B 100 of 255 = 39%

64
67
100

R + G + B ~ 30%. #404364 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 67 + 100 = 231 (100%)
R 64 of 231 ~ 27.71%
G 67 of 231 ~ 29%
B 100 of 231 ~ 43.29%

%27.71
%29
%43.29

CMYK color model

#404364 color CMYK value is (36,33,0,61).

  • cyan value is 36.00%
  • magenta value is 33.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(36,33,0,61)
C36M33Y0K61 
(36%,33%,0%,61%)
(0.36/0.33/0.00/0.61)	

CMYK percentages

%36
%33
%0
%60.78

Codes

Color #404364 in popluar color models

404364
RGB6467100
HSL235°21.95%32.16%
HSB/HSV235°36.00%39.22%
CMYK36.00%33.00%0.00%
60.78%

Color #404364 in popluar number systems.

HEX404364
Decimal6467100
Binary100000010000111100100
Octal100103144

Shades and tints

Shades of #404364

#404364
(64,67,100)
#3B3D5B
(59,61,91)
#363752
(54,55,82)
#313149
(49,49,73)
#2C2B40
(44,43,64)
#272537
(39,37,55)
#221F2E
(34,31,46)
#1D1925
(29,25,37)
#18131C
(24,19,28)
#130D13
(19,13,19)
#0E070A
(14,7,10)
#000000
(0,0,0)

Tints of #404364

#404364
(64,67,100)
#515472
(81,84,114)
#626580
(98,101,128)
#73768E
(115,118,142)
#84879C
(132,135,156)
#9598AA
(149,152,170)
#A6A9B8
(166,169,184)
#B7BAC6
(183,186,198)
#C8CBD4
(200,203,212)
#D9DCE2
(217,220,226)
#EAEDF0
(234,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #404364; }

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

This text font color is #404364.


Background Color

.myBgColor { background-color: #404364; }

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

This div background color is #404364.


Border color

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

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

This div border color is #404364.


Opacity

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

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

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

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

This text has shadow with #404364 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #404364 on black background.


Color preview on white background

This text has color #404364 on white background.



Black color preview on #404364 background

This text has black color on #404364 background.


White color preview on #404364 background

This text has white color on #404364 background.