COLOR #401838

HEX: #401838 RGB: (64,24,56)

Color info

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

RGB color model

#401838 color RGB value is (64,24,56).

RGB: (64,24,56) (25%, 9%, 22%)

RGB channels and saturation

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

64
24
56

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

Portions of RGB colors in percentages

R + G + B = 64 + 24 + 56 = 144 (100%)
R 64 of 144 ~ 44.44%
G 24 of 144 ~ 16.67%
B 56 of 144 ~ 38.89'%

%44.44
%16.67
%38.89

CMYK color model

#401838 color CMYK value is (0,63,13,75).

  • cyan value is 0.00%
  • magenta value is 62.50%
  • yellow value is 12.50%
  • key color value is 74.90%
CMYK: (0,63,13,75) C0M63Y13K75 (0%,63%,13%,75%) (0.00/0.63/0.13/0.75) 

CMYK percentages

%0
%62.5
%12.5
%74.9

Codes

Color #401838 in popluar color models

40 18 38
RGB 64 24 56
HSL 312° 45.45% 17.25%
HSB/HSV 312° 62.50% 25.10%
CMYK 0.00% 62.50% 12.50%
74.90%

Color #401838 in popluar number systems.

HEX 40 18 38
Decimal 64 24 56
Binary 1000000 11000 111000
Octal 100 30 70

Shades and tints

Shades of #401838

#401838
(64,24,56)
#3B1633
(59,22,51)
#36142E
(54,20,46)
#311229
(49,18,41)
#2C1024
(44,16,36)
#270E1F
(39,14,31)
#220C1A
(34,12,26)
#1D0A15
(29,10,21)
#180810
(24,8,16)
#13060B
(19,6,11)
#0E0406
(14,4,6)
#000000
(0,0,0)

Tints of #401838

#401838
(64,24,56)
#512D4A
(81,45,74)
#62425C
(98,66,92)
#73576E
(115,87,110)
#846C80
(132,108,128)
#958192
(149,129,146)
#A696A4
(166,150,164)
#B7ABB6
(183,171,182)
#C8C0C8
(200,192,200)
#D9D5DA
(217,213,218)
#EAEAEC
(234,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #401838; }

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

This text font color is #401838.

Background Color

.myBgColor { background-color: #401838; }

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

This div background color is #401838.

Border color

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

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

This div border color is #401838.

Opacity

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

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

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

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

This text has shadow with #401838 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #401838.

Preview

Color preview on black background

This text has color #401838 on black background.


Color preview on white background

This text has color #401838 on white background.


Black color preview on #401838 background

This text has black color on #401838 background.


White color preview on #401838 background

This text has white color on #401838 background.


Related colors

Complementary color

Complementary color for #hex is #BFE7C7.


I love getcolorcode.com

Triadic colors

1 #384018 and #183840 with #401838 are triadic colors.

2 #381840 and #184038 with #401838 are triadic colors.