COLOR #403251

HEX: #403251 RGB: (64,50,81)

Color info

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

RGB color model

#403251 color RGB value is (64,50,81).

RGB: (64,50,81) (25%, 20%, 32%)

RGB channels and saturation

R 64 of 255 = 25%
G 50 of 255 = 20%
B 81 of 255 = 32%

64
50
81

R + G + B ~ 26%. #403251 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 64 + 50 + 81 = 195 (100%)
R 64 of 195 ~ 32.82%
G 50 of 195 ~ 25.64%
B 81 of 195 ~ 41.54'%

%32.82
%25.64
%41.54

CMYK color model

#403251 color CMYK value is (21,38,0,68).

  • cyan value is 20.99%
  • magenta value is 38.27%
  • yellow value is 0.00%
  • key color value is 68.24%

CMYK: (21,38,0,68)
C21M38Y0K68 (21%, 38%, 0%, 68%)
(0.21 / 0.38 / 0.00 / 0.68)

CMYK percentages

%20.99
%38.27
%0
%68.24

Codes

Color #403251 in popluar color models

40 32 51
RGB 64 50 81
HSL 267° 23.66% 25.69%
HSB/HSV 267° 38.27% 31.76%
CMYK 20.99% 38.27% 0.00%
68.24%

Color #403251 in popluar number systems.

HEX 40 32 51
Decimal 64 50 81
Binary 1000000 110010 1010001
Octal 100 62 121

Shades and tints

Shades of #403251

#403251
(64,50,81)
#3B2E4A
(59,46,74)
#362A43
(54,42,67)
#31263C
(49,38,60)
#2C2235
(44,34,53)
#271E2E
(39,30,46)
#221A27
(34,26,39)
#1D1620
(29,22,32)
#181219
(24,18,25)
#130E12
(19,14,18)
#0E0A0B
(14,10,11)
#000000
(0,0,0)

Tints of #403251

#403251
(64,50,81)
#514460
(81,68,96)
#62566F
(98,86,111)
#73687E
(115,104,126)
#847A8D
(132,122,141)
#958C9C
(149,140,156)
#A69EAB
(166,158,171)
#B7B0BA
(183,176,186)
#C8C2C9
(200,194,201)
#D9D4D8
(217,212,216)
#EAE6E7
(234,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #403251; }

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

This text font color is #403251.

Background Color

.myBgColor { background-color: #403251; }

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

This div background color is #403251.

Border color

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

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

This div border color is #403251.

Opacity

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

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

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

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

This text has shadow with #403251 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #403251.

Preview

Color preview on black background

This text has color #403251 on black background.


Color preview on white background

This text has color #403251 on white background.


Black color preview on #403251 background

This text has black color on #403251 background.


White color preview on #403251 background

This text has white color on #403251 background.


Related colors

Complementary color

Complementary color for #hex is #BFCDAE.


I love getcolorcode.com

Triadic colors

1 #514032 and #325140 with #403251 are triadic colors.

2 #513240 and #324051 with #403251 are triadic colors.