COLOR #401526

HEX: #401526
RGB: (64,21,38)

Color info

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

RGB color model

#401526 color RGB value is (64,21,38).

  • red value is 64;
  • green value is 21;
  • blue value is 38.
RGB:
(64,21,38)
(25%,8%,15%)

RGB channels and saturation

R 64 of 255 = 25%
G 21 of 255 = 8%
B 38 of 255 = 15%

64
21
38

R + G + B ~ 16%. #401526 is dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 21 + 38 = 123 (100%)
R 64 of 123 ~ 52.03%
G 21 of 123 ~ 17.07%
B 38 of 123 ~ 30.89%

%52.03
%17.07
%30.89

CMYK color model

#401526 color CMYK value is (0,67,41,75).

  • cyan value is 0.00%
  • magenta value is 67.19%
  • yellow value is 40.63%
  • key color value is 74.90%
CMYK:
(0,67,41,75)
C0M67Y41K75 
(0%,67%,41%,75%)
(0.00/0.67/0.41/0.75)	

CMYK percentages

%0
%67.19
%40.63
%74.9

Codes

Color #401526 in popluar color models

401526
RGB642138
HSL336°50.59%16.67%
HSB/HSV336°67.19%25.10%
CMYK0.00%67.19%40.63%
74.90%

Color #401526 in popluar number systems.

HEX401526
Decimal642138
Binary100000010101100110
Octal1002546

Shades and tints

Shades of #401526

#401526
(64,21,38)
#3B1423
(59,20,35)
#361320
(54,19,32)
#31121D
(49,18,29)
#2C111A
(44,17,26)
#271017
(39,16,23)
#220F14
(34,15,20)
#1D0E11
(29,14,17)
#180D0E
(24,13,14)
#130C0B
(19,12,11)
#0E0B08
(14,11,8)
#000000
(0,0,0)

Tints of #401526

#401526
(64,21,38)
#512A39
(81,42,57)
#623F4C
(98,63,76)
#73545F
(115,84,95)
#846972
(132,105,114)
#957E85
(149,126,133)
#A69398
(166,147,152)
#B7A8AB
(183,168,171)
#C8BDBE
(200,189,190)
#D9D2D1
(217,210,209)
#EAE7E4
(234,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #401526 color. Also use rgb(64,21,38) instead hex code.

Text Font Color

.myTextColor { color: #401526; }

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

This text font color is #401526.


Background Color

.myBgColor { background-color: #401526; }

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

This div background color is #401526.


Border color

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

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

This div border color is #401526.


Opacity

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

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

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

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

This text has shadow with #401526 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #401526 on black background.


Color preview on white background

This text has color #401526 on white background.



Black color preview on #401526 background

This text has black color on #401526 background.


White color preview on #401526 background

This text has white color on #401526 background.