COLOR #402E29

HEX: #402E29
RGB: (64,46,41)

Color info

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

RGB color model

#402E29 color RGB value is (64,46,41).

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

RGB channels and saturation

R 64 of 255 = 25%
G 46 of 255 = 18%
B 41 of 255 = 16%

64
46
41

R + G + B ~ 20%. #402E29 is dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 46 + 41 = 151 (100%)
R 64 of 151 ~ 42.38%
G 46 of 151 ~ 30.46%
B 41 of 151 ~ 27.15%

%42.38
%30.46
%27.15

CMYK color model

#402E29 color CMYK value is (0,28,36,75).

  • cyan value is 0.00%
  • magenta value is 28.13%
  • yellow value is 35.94%
  • key color value is 74.90%
CMYK:
(0,28,36,75)
C0M28Y36K75 
(0%,28%,36%,75%)
(0.00/0.28/0.36/0.75)	

CMYK percentages

%0
%28.13
%35.94
%74.9

Codes

Color #402E29 in popluar color models

402E29
RGB644641
HSL13°21.90%20.59%
HSB/HSV13°35.94%25.10%
CMYK0.00%28.13%35.94%
74.90%

Color #402E29 in popluar number systems.

HEX402E29
Decimal644641
Binary1000000101110101001
Octal1005651

Shades and tints

Shades of #402E29

#402E29
(64,46,41)
#3B2A26
(59,42,38)
#362623
(54,38,35)
#312220
(49,34,32)
#2C1E1D
(44,30,29)
#271A1A
(39,26,26)
#221617
(34,22,23)
#1D1214
(29,18,20)
#180E11
(24,14,17)
#130A0E
(19,10,14)
#0E060B
(14,6,11)
#000000
(0,0,0)

Tints of #402E29

#402E29
(64,46,41)
#51413C
(81,65,60)
#62544F
(98,84,79)
#736762
(115,103,98)
#847A75
(132,122,117)
#958D88
(149,141,136)
#A6A09B
(166,160,155)
#B7B3AE
(183,179,174)
#C8C6C1
(200,198,193)
#D9D9D4
(217,217,212)
#EAECE7
(234,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #402E29; }

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

This text font color is #402E29.


Background Color

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

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

This div background color is #402E29.


Border color

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

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

This div border color is #402E29.


Opacity

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

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

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

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

This text has shadow with #402E29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #402E29 on black background.


Color preview on white background

This text has color #402E29 on white background.



Black color preview on #402E29 background

This text has black color on #402E29 background.


White color preview on #402E29 background

This text has white color on #402E29 background.