COLOR #400E20

HEX: #400E20
RGB: (64,14,32)

Color info

#400E20 contains red, green and blue colors in about the same proportion. Web safe color of #400E20 is #330033 (or #303).

RGB color model

#400E20 color RGB value is (64,14,32).

  • red value is 64;
  • green value is 14;
  • blue value is 32.
RGB:
(64,14,32)
(25%,5%,13%)

RGB channels and saturation

R 64 of 255 = 25%
G 14 of 255 = 5%
B 32 of 255 = 13%

64
14
32

R + G + B ~ 14%. #400E20 is dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 14 + 32 = 110 (100%)
R 64 of 110 ~ 58.18%
G 14 of 110 ~ 12.73%
B 32 of 110 ~ 29.09%

%58.18
%12.73
%29.09

CMYK color model

#400E20 color CMYK value is (0,78,50,75).

  • cyan value is 0.00%
  • magenta value is 78.13%
  • yellow value is 50.00%
  • key color value is 74.90%
CMYK:
(0,78,50,75)
C0M78Y50K75 
(0%,78%,50%,75%)
(0.00/0.78/0.50/0.75)	

CMYK percentages

%0
%78.13
%50
%74.9

Codes

Color #400E20 in popluar color models

400E20
RGB641432
HSL338°64.10%15.29%
HSB/HSV338°78.13%25.10%
CMYK0.00%78.13%50.00%
74.90%

Color #400E20 in popluar number systems.

HEX400E20
Decimal641432
Binary10000001110100000
Octal1001640

Shades and tints

Shades of #400E20

#400E20
(64,14,32)
#3B0D1E
(59,13,30)
#360C1C
(54,12,28)
#310B1A
(49,11,26)
#2C0A18
(44,10,24)
#270916
(39,9,22)
#220814
(34,8,20)
#1D0712
(29,7,18)
#180610
(24,6,16)
#13050E
(19,5,14)
#0E040C
(14,4,12)
#000000
(0,0,0)

Tints of #400E20

#400E20
(64,14,32)
#512334
(81,35,52)
#623848
(98,56,72)
#734D5C
(115,77,92)
#846270
(132,98,112)
#957784
(149,119,132)
#A68C98
(166,140,152)
#B7A1AC
(183,161,172)
#C8B6C0
(200,182,192)
#D9CBD4
(217,203,212)
#EAE0E8
(234,224,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #400E20 color. Also use rgb(64,14,32) instead hex code.

Text Font Color

.myTextColor { color: #400E20; }

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

This text font color is #400E20.


Background Color

.myBgColor { background-color: #400E20; }

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

This div background color is #400E20.


Border color

.myBorderColor { border: 1px solid #400E20; }

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

This div border color is #400E20.


Opacity

.myOpacity80 { color: #400E20; opacity: 0.8; }

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

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

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

This text has shadow with #400E20 color.

.textShadow {text-shadow: 3px 3px 1px #400E20, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #400E20 on black background.


Color preview on white background

This text has color #400E20 on white background.



Black color preview on #400E20 background

This text has black color on #400E20 background.


White color preview on #400E20 background

This text has white color on #400E20 background.