COLOR #401C30

HEX: #401C30
RGB: (64,28,48)

Color info

#401C30 contains red, green and blue colors in about the same proportion. Web safe color of #401C30 is #333333 (or #333).

RGB color model

#401C30 color RGB value is (64,28,48).

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

RGB channels and saturation

R 64 of 255 = 25%
G 28 of 255 = 11%
B 48 of 255 = 19%

64
28
48

R + G + B ~ 18%. #401C30 is dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 28 + 48 = 140 (100%)
R 64 of 140 ~ 45.71%
G 28 of 140 ~ 20%
B 48 of 140 ~ 34.29%

%45.71
%20
%34.29

CMYK color model

#401C30 color CMYK value is (0,56,25,75).

  • cyan value is 0.00%
  • magenta value is 56.25%
  • yellow value is 25.00%
  • key color value is 74.90%
CMYK:
(0,56,25,75)
C0M56Y25K75 
(0%,56%,25%,75%)
(0.00/0.56/0.25/0.75)	

CMYK percentages

%0
%56.25
%25
%74.9

Codes

Color #401C30 in popluar color models

401C30
RGB642848
HSL327°39.13%18.04%
HSB/HSV327°56.25%25.10%
CMYK0.00%56.25%25.00%
74.90%

Color #401C30 in popluar number systems.

HEX401C30
Decimal642848
Binary100000011100110000
Octal1003460

Shades and tints

Shades of #401C30

#401C30
(64,28,48)
#3B1A2C
(59,26,44)
#361828
(54,24,40)
#311624
(49,22,36)
#2C1420
(44,20,32)
#27121C
(39,18,28)
#221018
(34,16,24)
#1D0E14
(29,14,20)
#180C10
(24,12,16)
#130A0C
(19,10,12)
#0E0808
(14,8,8)
#000000
(0,0,0)

Tints of #401C30

#401C30
(64,28,48)
#513042
(81,48,66)
#624454
(98,68,84)
#735866
(115,88,102)
#846C78
(132,108,120)
#95808A
(149,128,138)
#A6949C
(166,148,156)
#B7A8AE
(183,168,174)
#C8BCC0
(200,188,192)
#D9D0D2
(217,208,210)
#EAE4E4
(234,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #401C30; }

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

This text font color is #401C30.


Background Color

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

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

This div background color is #401C30.


Border color

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

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

This div border color is #401C30.


Opacity

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

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

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

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

This text has shadow with #401C30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #401C30 on black background.


Color preview on white background

This text has color #401C30 on white background.



Black color preview on #401C30 background

This text has black color on #401C30 background.


White color preview on #401C30 background

This text has white color on #401C30 background.