COLOR #403853

HEX: #403853 RGB: (64,56,83)

Color info

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

RGB color model

#403853 color RGB value is (64,56,83).

RGB: (64,56,83) (25%, 22%, 33%)

RGB channels and saturation

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

64
56
83

R + G + B ~ 27%. #403853 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 64 + 56 + 83 = 203 (100%)
R 64 of 203 ~ 31.53%
G 56 of 203 ~ 27.59%
B 83 of 203 ~ 40.89'%

%31.53
%27.59
%40.89

CMYK color model

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

  • cyan value is 22.89%
  • magenta value is 32.53%
  • yellow value is 0.00%
  • key color value is 67.45%

CMYK: (23,33,0,67)
C23M33Y0K67 (23%, 33%, 0%, 67%)
(0.23 / 0.33 / 0.00 / 0.67)

CMYK percentages

%22.89
%32.53
%0
%67.45

Codes

Color #403853 in popluar color models

40 38 53
RGB 64 56 83
HSL 258° 19.42% 27.25%
HSB/HSV 258° 32.53% 32.55%
CMYK 22.89% 32.53% 0.00%
67.45%

Color #403853 in popluar number systems.

HEX 40 38 53
Decimal 64 56 83
Binary 1000000 111000 1010011
Octal 100 70 123

Shades and tints

Shades of #403853

#403853
(64,56,83)
#3B334C
(59,51,76)
#362E45
(54,46,69)
#31293E
(49,41,62)
#2C2437
(44,36,55)
#271F30
(39,31,48)
#221A29
(34,26,41)
#1D1522
(29,21,34)
#18101B
(24,16,27)
#130B14
(19,11,20)
#0E060D
(14,6,13)
#000000
(0,0,0)

Tints of #403853

#403853
(64,56,83)
#514A62
(81,74,98)
#625C71
(98,92,113)
#736E80
(115,110,128)
#84808F
(132,128,143)
#95929E
(149,146,158)
#A6A4AD
(166,164,173)
#B7B6BC
(183,182,188)
#C8C8CB
(200,200,203)
#D9DADA
(217,218,218)
#EAECE9
(234,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #403853; }

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

This text font color is #403853.

Background Color

.myBgColor { background-color: #403853; }

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

This div background color is #403853.

Border color

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

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

This div border color is #403853.

Opacity

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

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

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

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

This text has shadow with #403853 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #403853.

Preview

Color preview on black background

This text has color #403853 on black background.


Color preview on white background

This text has color #403853 on white background.


Black color preview on #403853 background

This text has black color on #403853 background.


White color preview on #403853 background

This text has white color on #403853 background.


Related colors

Complementary color

Complementary color for #hex is #BFC7AC.


I love getcolorcode.com

Triadic colors

1 #534038 and #385340 with #403853 are triadic colors.

2 #533840 and #384053 with #403853 are triadic colors.