COLOR #402031

HEX: #402031 RGB: (64,32,49)

Color info

#402031 contains red, green and blue colors in about the same proportion. Web safe color of #402031 is #333333 (or #333).

RGB color model

#402031 color RGB value is (64,32,49).

RGB: (64,32,49) (25%, 13%, 19%)

RGB channels and saturation

R 64 of 255 = 25%
G 32 of 255 = 13%
B 49 of 255 = 19%

64
32
49

R + G + B ~ 19%. #402031 is dark color.

Portions of RGB colors in percentages

R + G + B = 64 + 32 + 49 = 145 (100%)
R 64 of 145 ~ 44.14%
G 32 of 145 ~ 22.07%
B 49 of 145 ~ 33.79'%

%44.14
%22.07
%33.79

CMYK color model

#402031 color CMYK value is (0,50,23,75).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 23.44%
  • key color value is 74.90%

CMYK: (0,50,23,75)
C0M50Y23K75 (0%, 50%, 23%, 75%)
(0.00 / 0.50 / 0.23 / 0.75)

CMYK percentages

%0
%50
%23.44
%74.9

Codes

Color #402031 in popluar color models

40 20 31
RGB 64 32 49
HSL 328° 33.33% 18.82%
HSB/HSV 328° 50.00% 25.10%
CMYK 0.00% 50.00% 23.44%
74.90%

Color #402031 in popluar number systems.

HEX 40 20 31
Decimal 64 32 49
Binary 1000000 100000 110001
Octal 100 40 61

Shades and tints

Shades of #402031

#402031
(64,32,49)
#3B1E2D
(59,30,45)
#361C29
(54,28,41)
#311A25
(49,26,37)
#2C1821
(44,24,33)
#27161D
(39,22,29)
#221419
(34,20,25)
#1D1215
(29,18,21)
#181011
(24,16,17)
#130E0D
(19,14,13)
#0E0C09
(14,12,9)
#000000
(0,0,0)

Tints of #402031

#402031
(64,32,49)
#513443
(81,52,67)
#624855
(98,72,85)
#735C67
(115,92,103)
#847079
(132,112,121)
#95848B
(149,132,139)
#A6989D
(166,152,157)
#B7ACAF
(183,172,175)
#C8C0C1
(200,192,193)
#D9D4D3
(217,212,211)
#EAE8E5
(234,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #402031; }

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

This text font color is #402031.

Background Color

.myBgColor { background-color: #402031; }

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

This div background color is #402031.

Border color

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

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

This div border color is #402031.

Opacity

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

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

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

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

This text has shadow with #402031 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #402031.

Preview

Color preview on black background

This text has color #402031 on black background.


Color preview on white background

This text has color #402031 on white background.


Black color preview on #402031 background

This text has black color on #402031 background.


White color preview on #402031 background

This text has white color on #402031 background.


Related colors

Complementary color

Complementary color for #hex is #BFDFCE.


I love getcolorcode.com

Triadic colors

1 #314020 and #203140 with #402031 are triadic colors.

2 #312040 and #204031 with #402031 are triadic colors.