COLOR #404651

HEX: #404651
RGB: (64,70,81)

Color info

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

RGB color model

#404651 color RGB value is (64,70,81).

  • red value is 64;
  • green value is 70;
  • blue value is 81.
RGB:
(64,70,81)
(25%,27%,32%)

RGB channels and saturation

R 64 of 255 = 25%
G 70 of 255 = 27%
B 81 of 255 = 32%

64
70
81

R + G + B ~ 28%. #404651 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 70 + 81 = 215 (100%)
R 64 of 215 ~ 29.77%
G 70 of 215 ~ 32.56%
B 81 of 215 ~ 37.67%

%29.77
%32.56
%37.67

CMYK color model

#404651 color CMYK value is (21,14,0,68).

  • cyan value is 20.99%
  • magenta value is 13.58%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(21,14,0,68)
C21M14Y0K68 
(21%,14%,0%,68%)
(0.21/0.14/0.00/0.68)	

CMYK percentages

%20.99
%13.58
%0
%68.24

Codes

Color #404651 in popluar color models

404651
RGB647081
HSL219°11.72%28.43%
HSB/HSV219°20.99%31.76%
CMYK20.99%13.58%0.00%
68.24%

Color #404651 in popluar number systems.

HEX404651
Decimal647081
Binary100000010001101010001
Octal100106121

Shades and tints

Shades of #404651

#404651
(64,70,81)
#3B404A
(59,64,74)
#363A43
(54,58,67)
#31343C
(49,52,60)
#2C2E35
(44,46,53)
#27282E
(39,40,46)
#222227
(34,34,39)
#1D1C20
(29,28,32)
#181619
(24,22,25)
#131012
(19,16,18)
#0E0A0B
(14,10,11)
#000000
(0,0,0)

Tints of #404651

#404651
(64,70,81)
#515660
(81,86,96)
#62666F
(98,102,111)
#73767E
(115,118,126)
#84868D
(132,134,141)
#95969C
(149,150,156)
#A6A6AB
(166,166,171)
#B7B6BA
(183,182,186)
#C8C6C9
(200,198,201)
#D9D6D8
(217,214,216)
#EAE6E7
(234,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #404651; }

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

This text font color is #404651.


Background Color

.myBgColor { background-color: #404651; }

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

This div background color is #404651.


Border color

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

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

This div border color is #404651.


Opacity

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

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

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

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

This text has shadow with #404651 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #404651 on black background.


Color preview on white background

This text has color #404651 on white background.



Black color preview on #404651 background

This text has black color on #404651 background.


White color preview on #404651 background

This text has white color on #404651 background.