COLOR #401837

HEX: #401837
RGB: (64,24,55)

Color info

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

RGB color model

#401837 color RGB value is (64,24,55).

  • red value is 64;
  • green value is 24;
  • blue value is 55.
RGB:
(64,24,55)
(25%,9%,22%)

RGB channels and saturation

R 64 of 255 = 25%
G 24 of 255 = 9%
B 55 of 255 = 22%

64
24
55

R + G + B ~ 19%. #401837 is dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 24 + 55 = 143 (100%)
R 64 of 143 ~ 44.76%
G 24 of 143 ~ 16.78%
B 55 of 143 ~ 38.46%

%44.76
%16.78
%38.46

CMYK color model

#401837 color CMYK value is (0,63,14,75).

  • cyan value is 0.00%
  • magenta value is 62.50%
  • yellow value is 14.06%
  • key color value is 74.90%
CMYK:
(0,63,14,75)
C0M63Y14K75 
(0%,63%,14%,75%)
(0.00/0.63/0.14/0.75)	

CMYK percentages

%0
%62.5
%14.06
%74.9

Codes

Color #401837 in popluar color models

401837
RGB642455
HSL314°45.45%17.25%
HSB/HSV314°62.50%25.10%
CMYK0.00%62.50%14.06%
74.90%

Color #401837 in popluar number systems.

HEX401837
Decimal642455
Binary100000011000110111
Octal1003067

Shades and tints

Shades of #401837

#401837
(64,24,55)
#3B1632
(59,22,50)
#36142D
(54,20,45)
#311228
(49,18,40)
#2C1023
(44,16,35)
#270E1E
(39,14,30)
#220C19
(34,12,25)
#1D0A14
(29,10,20)
#18080F
(24,8,15)
#13060A
(19,6,10)
#0E0405
(14,4,5)
#000000
(0,0,0)

Tints of #401837

#401837
(64,24,55)
#512D49
(81,45,73)
#62425B
(98,66,91)
#73576D
(115,87,109)
#846C7F
(132,108,127)
#958191
(149,129,145)
#A696A3
(166,150,163)
#B7ABB5
(183,171,181)
#C8C0C7
(200,192,199)
#D9D5D9
(217,213,217)
#EAEAEB
(234,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #401837 color. Also use rgb(64,24,55) instead hex code.

Text Font Color

.myTextColor { color: #401837; }

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

This text font color is #401837.


Background Color

.myBgColor { background-color: #401837; }

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

This div background color is #401837.


Border color

.myBorderColor { border: 1px solid #401837; }

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

This div border color is #401837.


Opacity

.myOpacity80 { color: #401837; opacity: 0.8; }

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

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

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

This text has shadow with #401837 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #401837 on black background.


Color preview on white background

This text has color #401837 on white background.



Black color preview on #401837 background

This text has black color on #401837 background.


White color preview on #401837 background

This text has white color on #401837 background.