COLOR #404053

HEX: #404053
RGB: (64,64,83)

Color info

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

RGB color model

#404053 color RGB value is (64,64,83).

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

RGB channels and saturation

R 64 of 255 = 25%
G 64 of 255 = 25%
B 83 of 255 = 33%

64
64
83

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

Portions of RGB colors in percentages

R + G + B =
64 + 64 + 83 = 211 (100%)
R 64 of 211 ~ 30.33%
G 64 of 211 ~ 30.33%
B 83 of 211 ~ 39.34%

%30.33
%30.33
%39.34

CMYK color model

#404053 color CMYK value is (23,23,0,67).

  • cyan value is 22.89%
  • magenta value is 22.89%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(23,23,0,67)
C23M23Y0K67 
(23%,23%,0%,67%)
(0.23/0.23/0.00/0.67)	

CMYK percentages

%22.89
%22.89
%0
%67.45

Codes

Color #404053 in popluar color models

404053
RGB646483
HSL240°12.93%28.82%
HSB/HSV240°22.89%32.55%
CMYK22.89%22.89%0.00%
67.45%

Color #404053 in popluar number systems.

HEX404053
Decimal646483
Binary100000010000001010011
Octal100100123

Shades and tints

Shades of #404053

#404053
(64,64,83)
#3B3B4C
(59,59,76)
#363645
(54,54,69)
#31313E
(49,49,62)
#2C2C37
(44,44,55)
#272730
(39,39,48)
#222229
(34,34,41)
#1D1D22
(29,29,34)
#18181B
(24,24,27)
#131314
(19,19,20)
#0E0E0D
(14,14,13)
#000000
(0,0,0)

Tints of #404053

#404053
(64,64,83)
#515162
(81,81,98)
#626271
(98,98,113)
#737380
(115,115,128)
#84848F
(132,132,143)
#95959E
(149,149,158)
#A6A6AD
(166,166,173)
#B7B7BC
(183,183,188)
#C8C8CB
(200,200,203)
#D9D9DA
(217,217,218)
#EAEAE9
(234,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #404053; }

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

This text font color is #404053.


Background Color

.myBgColor { background-color: #404053; }

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

This div background color is #404053.


Border color

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

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

This div border color is #404053.


Opacity

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

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

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

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

This text has shadow with #404053 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #404053 on black background.


Color preview on white background

This text has color #404053 on white background.



Black color preview on #404053 background

This text has black color on #404053 background.


White color preview on #404053 background

This text has white color on #404053 background.