COLOR #401E38

HEX: #401E38
RGB: (64,30,56)

Color info

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

RGB color model

#401E38 color RGB value is (64,30,56).

  • red value is 64;
  • green value is 30;
  • blue value is 56.
RGB:
(64,30,56)
(25%,12%,22%)

RGB channels and saturation

R 64 of 255 = 25%
G 30 of 255 = 12%
B 56 of 255 = 22%

64
30
56

R + G + B ~ 20%. #401E38 is dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 30 + 56 = 150 (100%)
R 64 of 150 ~ 42.67%
G 30 of 150 ~ 20%
B 56 of 150 ~ 37.33%

%42.67
%20
%37.33

CMYK color model

#401E38 color CMYK value is (0,53,13,75).

  • cyan value is 0.00%
  • magenta value is 53.13%
  • yellow value is 12.50%
  • key color value is 74.90%
CMYK:
(0,53,13,75)
C0M53Y13K75 
(0%,53%,13%,75%)
(0.00/0.53/0.13/0.75)	

CMYK percentages

%0
%53.13
%12.5
%74.9

Codes

Color #401E38 in popluar color models

401E38
RGB643056
HSL314°36.17%18.43%
HSB/HSV314°53.13%25.10%
CMYK0.00%53.13%12.50%
74.90%

Color #401E38 in popluar number systems.

HEX401E38
Decimal643056
Binary100000011110111000
Octal1003670

Shades and tints

Shades of #401E38

#401E38
(64,30,56)
#3B1C33
(59,28,51)
#361A2E
(54,26,46)
#311829
(49,24,41)
#2C1624
(44,22,36)
#27141F
(39,20,31)
#22121A
(34,18,26)
#1D1015
(29,16,21)
#180E10
(24,14,16)
#130C0B
(19,12,11)
#0E0A06
(14,10,6)
#000000
(0,0,0)

Tints of #401E38

#401E38
(64,30,56)
#51324A
(81,50,74)
#62465C
(98,70,92)
#735A6E
(115,90,110)
#846E80
(132,110,128)
#958292
(149,130,146)
#A696A4
(166,150,164)
#B7AAB6
(183,170,182)
#C8BEC8
(200,190,200)
#D9D2DA
(217,210,218)
#EAE6EC
(234,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #401E38 color. Also use rgb(64,30,56) instead hex code.

Text Font Color

.myTextColor { color: #401E38; }

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

This text font color is #401E38.


Background Color

.myBgColor { background-color: #401E38; }

<div style="background-color:#401E38">Inner text</div>

This div background color is #401E38.


Border color

.myBorderColor { border: 1px solid #401E38; }

<div style="border:3px solid #401E38">Div</div>

This div border color is #401E38.


Opacity

.myOpacity80 { color: #401E38; opacity: 0.8; }

<p style="color:#401E38;opacity:0.8;">80%</p>

Text with #401E38 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 #401E38;}

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

This text has shadow with #401E38 color.

.textShadow {text-shadow: 3px 3px 1px #401E38, 3px 3px 1px red;}

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

This text has shadow with #401E38 primary color and red secondary color.


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

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

This text has shadow with #401E38 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #401E38 on black background.


Color preview on white background

This text has color #401E38 on white background.



Black color preview on #401E38 background

This text has black color on #401E38 background.


White color preview on #401E38 background

This text has white color on #401E38 background.