COLOR #404067

HEX: #404067
RGB: (64,64,103)

Color info

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

RGB color model

#404067 color RGB value is (64,64,103).

  • red value is 64;
  • green value is 64;
  • blue value is 103.
RGB:
(64,64,103)
(25%,25%,40%)

RGB channels and saturation

R 64 of 255 = 25%
G 64 of 255 = 25%
B 103 of 255 = 40%

64
64
103

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

Portions of RGB colors in percentages

R + G + B =
64 + 64 + 103 = 231 (100%)
R 64 of 231 ~ 27.71%
G 64 of 231 ~ 27.71%
B 103 of 231 ~ 44.59%

%27.71
%27.71
%44.59

CMYK color model

#404067 color CMYK value is (38,38,0,60).

  • cyan value is 37.86%
  • magenta value is 37.86%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(38,38,0,60)
C38M38Y0K60 
(38%,38%,0%,60%)
(0.38/0.38/0.00/0.60)	

CMYK percentages

%37.86
%37.86
%0
%59.61

Codes

Color #404067 in popluar color models

404067
RGB6464103
HSL240°23.35%32.75%
HSB/HSV240°37.86%40.39%
CMYK37.86%37.86%0.00%
59.61%

Color #404067 in popluar number systems.

HEX404067
Decimal6464103
Binary100000010000001100111
Octal100100147

Shades and tints

Shades of #404067

#404067
(64,64,103)
#3B3B5E
(59,59,94)
#363655
(54,54,85)
#31314C
(49,49,76)
#2C2C43
(44,44,67)
#27273A
(39,39,58)
#222231
(34,34,49)
#1D1D28
(29,29,40)
#18181F
(24,24,31)
#131316
(19,19,22)
#0E0E0D
(14,14,13)
#000000
(0,0,0)

Tints of #404067

#404067
(64,64,103)
#515174
(81,81,116)
#626281
(98,98,129)
#73738E
(115,115,142)
#84849B
(132,132,155)
#9595A8
(149,149,168)
#A6A6B5
(166,166,181)
#B7B7C2
(183,183,194)
#C8C8CF
(200,200,207)
#D9D9DC
(217,217,220)
#EAEAE9
(234,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #404067; }

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

This text font color is #404067.


Background Color

.myBgColor { background-color: #404067; }

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

This div background color is #404067.


Border color

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

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

This div border color is #404067.


Opacity

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

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

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

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

This text has shadow with #404067 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #404067 on black background.


Color preview on white background

This text has color #404067 on white background.



Black color preview on #404067 background

This text has black color on #404067 background.


White color preview on #404067 background

This text has white color on #404067 background.