COLOR #402E3B

HEX: #402E3B
RGB: (64,46,59)

Color info

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

RGB color model

#402E3B color RGB value is (64,46,59).

  • red value is 64;
  • green value is 46;
  • blue value is 59.
RGB:
(64,46,59)
(25%,18%,23%)

RGB channels and saturation

R 64 of 255 = 25%
G 46 of 255 = 18%
B 59 of 255 = 23%

64
46
59

R + G + B ~ 22%. #402E3B is dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 46 + 59 = 169 (100%)
R 64 of 169 ~ 37.87%
G 46 of 169 ~ 27.22%
B 59 of 169 ~ 34.91%

%37.87
%27.22
%34.91

CMYK color model

#402E3B color CMYK value is (0,28,8,75).

  • cyan value is 0.00%
  • magenta value is 28.13%
  • yellow value is 7.81%
  • key color value is 74.90%
CMYK:
(0,28,8,75)
C0M28Y8K75 
(0%,28%,8%,75%)
(0.00/0.28/0.08/0.75)	

CMYK percentages

%0
%28.13
%7.81
%74.9

Codes

Color #402E3B in popluar color models

402E3B
RGB644659
HSL317°16.36%21.57%
HSB/HSV317°28.13%25.10%
CMYK0.00%28.13%7.81%
74.90%

Color #402E3B in popluar number systems.

HEX402E3B
Decimal644659
Binary1000000101110111011
Octal1005673

Shades and tints

Shades of #402E3B

#402E3B
(64,46,59)
#3B2A36
(59,42,54)
#362631
(54,38,49)
#31222C
(49,34,44)
#2C1E27
(44,30,39)
#271A22
(39,26,34)
#22161D
(34,22,29)
#1D1218
(29,18,24)
#180E13
(24,14,19)
#130A0E
(19,10,14)
#0E0609
(14,6,9)
#000000
(0,0,0)

Tints of #402E3B

#402E3B
(64,46,59)
#51414C
(81,65,76)
#62545D
(98,84,93)
#73676E
(115,103,110)
#847A7F
(132,122,127)
#958D90
(149,141,144)
#A6A0A1
(166,160,161)
#B7B3B2
(183,179,178)
#C8C6C3
(200,198,195)
#D9D9D4
(217,217,212)
#EAECE5
(234,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #402E3B color. Also use rgb(64,46,59) instead hex code.

Text Font Color

.myTextColor { color: #402E3B; }

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

This text font color is #402E3B.


Background Color

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

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

This div background color is #402E3B.


Border color

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

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

This div border color is #402E3B.


Opacity

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

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

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

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

This text has shadow with #402E3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #402E3B on black background.


Color preview on white background

This text has color #402E3B on white background.



Black color preview on #402E3B background

This text has black color on #402E3B background.


White color preview on #402E3B background

This text has white color on #402E3B background.