COLOR #402B4B

HEX: #402B4B
RGB: (64,43,75)

Color info

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

RGB color model

#402B4B color RGB value is (64,43,75).

  • red value is 64;
  • green value is 43;
  • blue value is 75.
RGB:
(64,43,75)
(25%,17%,29%)

RGB channels and saturation

R 64 of 255 = 25%
G 43 of 255 = 17%
B 75 of 255 = 29%

64
43
75

R + G + B ~ 24%. #402B4B is dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 43 + 75 = 182 (100%)
R 64 of 182 ~ 35.16%
G 43 of 182 ~ 23.63%
B 75 of 182 ~ 41.21%

%35.16
%23.63
%41.21

CMYK color model

#402B4B color CMYK value is (15,43,0,71).

  • cyan value is 14.67%
  • magenta value is 42.67%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(15,43,0,71)
C15M43Y0K71 
(15%,43%,0%,71%)
(0.15/0.43/0.00/0.71)	

CMYK percentages

%14.67
%42.67
%0
%70.59

Codes

Color #402B4B in popluar color models

402B4B
RGB644375
HSL279°27.12%23.14%
HSB/HSV279°42.67%29.41%
CMYK14.67%42.67%0.00%
70.59%

Color #402B4B in popluar number systems.

HEX402B4B
Decimal644375
Binary10000001010111001011
Octal10053113

Shades and tints

Shades of #402B4B

#402B4B
(64,43,75)
#3B2845
(59,40,69)
#36253F
(54,37,63)
#312239
(49,34,57)
#2C1F33
(44,31,51)
#271C2D
(39,28,45)
#221927
(34,25,39)
#1D1621
(29,22,33)
#18131B
(24,19,27)
#131015
(19,16,21)
#0E0D0F
(14,13,15)
#000000
(0,0,0)

Tints of #402B4B

#402B4B
(64,43,75)
#513E5B
(81,62,91)
#62516B
(98,81,107)
#73647B
(115,100,123)
#84778B
(132,119,139)
#958A9B
(149,138,155)
#A69DAB
(166,157,171)
#B7B0BB
(183,176,187)
#C8C3CB
(200,195,203)
#D9D6DB
(217,214,219)
#EAE9EB
(234,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #402B4B color. Also use rgb(64,43,75) instead hex code.

Text Font Color

.myTextColor { color: #402B4B; }

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

This text font color is #402B4B.


Background Color

.myBgColor { background-color: #402B4B; }

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

This div background color is #402B4B.


Border color

.myBorderColor { border: 1px solid #402B4B; }

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

This div border color is #402B4B.


Opacity

.myOpacity80 { color: #402B4B; opacity: 0.8; }

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

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

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

This text has shadow with #402B4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #402B4B on black background.


Color preview on white background

This text has color #402B4B on white background.



Black color preview on #402B4B background

This text has black color on #402B4B background.


White color preview on #402B4B background

This text has white color on #402B4B background.