COLOR #402E1F

HEX: #402E1F
RGB: (64,46,31)

Color info

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

RGB color model

#402E1F color RGB value is (64,46,31).

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

RGB channels and saturation

R 64 of 255 = 25%
G 46 of 255 = 18%
B 31 of 255 = 12%

64
46
31

R + G + B ~ 18%. #402E1F is dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 46 + 31 = 141 (100%)
R 64 of 141 ~ 45.39%
G 46 of 141 ~ 32.62%
B 31 of 141 ~ 21.99%

%45.39
%32.62
%21.99

CMYK color model

#402E1F color CMYK value is (0,28,52,75).

  • cyan value is 0.00%
  • magenta value is 28.13%
  • yellow value is 51.56%
  • key color value is 74.90%
CMYK:
(0,28,52,75)
C0M28Y52K75 
(0%,28%,52%,75%)
(0.00/0.28/0.52/0.75)	

CMYK percentages

%0
%28.13
%51.56
%74.9

Codes

Color #402E1F in popluar color models

402E1F
RGB644631
HSL27°34.74%18.63%
HSB/HSV27°51.56%25.10%
CMYK0.00%28.13%51.56%
74.90%

Color #402E1F in popluar number systems.

HEX402E1F
Decimal644631
Binary100000010111011111
Octal1005637

Shades and tints

Shades of #402E1F

#402E1F
(64,46,31)
#3B2A1D
(59,42,29)
#36261B
(54,38,27)
#312219
(49,34,25)
#2C1E17
(44,30,23)
#271A15
(39,26,21)
#221613
(34,22,19)
#1D1211
(29,18,17)
#180E0F
(24,14,15)
#130A0D
(19,10,13)
#0E060B
(14,6,11)
#000000
(0,0,0)

Tints of #402E1F

#402E1F
(64,46,31)
#514133
(81,65,51)
#625447
(98,84,71)
#73675B
(115,103,91)
#847A6F
(132,122,111)
#958D83
(149,141,131)
#A6A097
(166,160,151)
#B7B3AB
(183,179,171)
#C8C6BF
(200,198,191)
#D9D9D3
(217,217,211)
#EAECE7
(234,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #402E1F; }

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

This text font color is #402E1F.


Background Color

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

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

This div background color is #402E1F.


Border color

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

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

This div border color is #402E1F.


Opacity

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

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

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

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

This text has shadow with #402E1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #402E1F on black background.


Color preview on white background

This text has color #402E1F on white background.



Black color preview on #402E1F background

This text has black color on #402E1F background.


White color preview on #402E1F background

This text has white color on #402E1F background.