COLOR #401C18

HEX: #401C18
RGB: (64,28,24)

Color info

#401C18 contains red, green and blue colors in about the same proportion. Web safe color of #401C18 is #333300 (or #330).

RGB color model

#401C18 color RGB value is (64,28,24).

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

RGB channels and saturation

R 64 of 255 = 25%
G 28 of 255 = 11%
B 24 of 255 = 9%

64
28
24

R + G + B ~ 15%. #401C18 is dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 28 + 24 = 116 (100%)
R 64 of 116 ~ 55.17%
G 28 of 116 ~ 24.14%
B 24 of 116 ~ 20.69%

%55.17
%24.14
%20.69

CMYK color model

#401C18 color CMYK value is (0,56,63,75).

  • cyan value is 0.00%
  • magenta value is 56.25%
  • yellow value is 62.50%
  • key color value is 74.90%
CMYK:
(0,56,63,75)
C0M56Y63K75 
(0%,56%,63%,75%)
(0.00/0.56/0.63/0.75)	

CMYK percentages

%0
%56.25
%62.5
%74.9

Codes

Color #401C18 in popluar color models

401C18
RGB642824
HSL45.45%17.25%
HSB/HSV62.50%25.10%
CMYK0.00%56.25%62.50%
74.90%

Color #401C18 in popluar number systems.

HEX401C18
Decimal642824
Binary10000001110011000
Octal1003430

Shades and tints

Shades of #401C18

#401C18
(64,28,24)
#3B1A16
(59,26,22)
#361814
(54,24,20)
#311612
(49,22,18)
#2C1410
(44,20,16)
#27120E
(39,18,14)
#22100C
(34,16,12)
#1D0E0A
(29,14,10)
#180C08
(24,12,8)
#130A06
(19,10,6)
#0E0804
(14,8,4)
#000000
(0,0,0)

Tints of #401C18

#401C18
(64,28,24)
#51302D
(81,48,45)
#624442
(98,68,66)
#735857
(115,88,87)
#846C6C
(132,108,108)
#958081
(149,128,129)
#A69496
(166,148,150)
#B7A8AB
(183,168,171)
#C8BCC0
(200,188,192)
#D9D0D5
(217,208,213)
#EAE4EA
(234,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #401C18; }

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

This text font color is #401C18.


Background Color

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

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

This div background color is #401C18.


Border color

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

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

This div border color is #401C18.


Opacity

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

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

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

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

This text has shadow with #401C18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #401C18 on black background.


Color preview on white background

This text has color #401C18 on white background.



Black color preview on #401C18 background

This text has black color on #401C18 background.


White color preview on #401C18 background

This text has white color on #401C18 background.