COLOR #401015

HEX: #401015
RGB: (64,16,21)

Color info

#401015 contains red, green and blue colors in about the same proportion. Web safe color of #401015 is #330000 (or #300).

RGB color model

#401015 color RGB value is (64,16,21).

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

RGB channels and saturation

R 64 of 255 = 25%
G 16 of 255 = 6%
B 21 of 255 = 8%

64
16
21

R + G + B ~ 13%. #401015 is dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 16 + 21 = 101 (100%)
R 64 of 101 ~ 63.37%
G 16 of 101 ~ 15.84%
B 21 of 101 ~ 20.79%

%63.37
%15.84
%20.79

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 75.00%
  • yellow value is 67.19%
  • key color value is 74.90%
CMYK:
(0,75,67,75)
C0M75Y67K75 
(0%,75%,67%,75%)
(0.00/0.75/0.67/0.75)	

CMYK percentages

%0
%75
%67.19
%74.9

Codes

Color #401015 in popluar color models

401015
RGB641621
HSL354°60.00%15.69%
HSB/HSV354°75.00%25.10%
CMYK0.00%75.00%67.19%
74.90%

Color #401015 in popluar number systems.

HEX401015
Decimal641621
Binary10000001000010101
Octal1002025

Shades and tints

Shades of #401015

#401015
(64,16,21)
#3B0F14
(59,15,20)
#360E13
(54,14,19)
#310D12
(49,13,18)
#2C0C11
(44,12,17)
#270B10
(39,11,16)
#220A0F
(34,10,15)
#1D090E
(29,9,14)
#18080D
(24,8,13)
#13070C
(19,7,12)
#0E060B
(14,6,11)
#000000
(0,0,0)

Tints of #401015

#401015
(64,16,21)
#51252A
(81,37,42)
#623A3F
(98,58,63)
#734F54
(115,79,84)
#846469
(132,100,105)
#95797E
(149,121,126)
#A68E93
(166,142,147)
#B7A3A8
(183,163,168)
#C8B8BD
(200,184,189)
#D9CDD2
(217,205,210)
#EAE2E7
(234,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #401015; }

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

This text font color is #401015.


Background Color

.myBgColor { background-color: #401015; }

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

This div background color is #401015.


Border color

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

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

This div border color is #401015.


Opacity

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

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

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

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

This text has shadow with #401015 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #401015 on black background.


Color preview on white background

This text has color #401015 on white background.



Black color preview on #401015 background

This text has black color on #401015 background.


White color preview on #401015 background

This text has white color on #401015 background.