COLOR #401214

HEX: #401214
RGB: (64,18,20)

Color info

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

RGB color model

#401214 color RGB value is (64,18,20).

  • red value is 64;
  • green value is 18;
  • blue value is 20.
RGB:
(64,18,20)
(25%,7%,8%)

RGB channels and saturation

R 64 of 255 = 25%
G 18 of 255 = 7%
B 20 of 255 = 8%

64
18
20

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

Portions of RGB colors in percentages

R + G + B =
64 + 18 + 20 = 102 (100%)
R 64 of 102 ~ 62.75%
G 18 of 102 ~ 17.65%
B 20 of 102 ~ 19.61%

%62.75
%17.65
%19.61

CMYK color model

#401214 color CMYK value is (0,72,69,75).

  • cyan value is 0.00%
  • magenta value is 71.88%
  • yellow value is 68.75%
  • key color value is 74.90%
CMYK:
(0,72,69,75)
C0M72Y69K75 
(0%,72%,69%,75%)
(0.00/0.72/0.69/0.75)	

CMYK percentages

%0
%71.88
%68.75
%74.9

Codes

Color #401214 in popluar color models

401214
RGB641820
HSL357°56.10%16.08%
HSB/HSV357°71.88%25.10%
CMYK0.00%71.88%68.75%
74.90%

Color #401214 in popluar number systems.

HEX401214
Decimal641820
Binary10000001001010100
Octal1002224

Shades and tints

Shades of #401214

#401214
(64,18,20)
#3B1113
(59,17,19)
#361012
(54,16,18)
#310F11
(49,15,17)
#2C0E10
(44,14,16)
#270D0F
(39,13,15)
#220C0E
(34,12,14)
#1D0B0D
(29,11,13)
#180A0C
(24,10,12)
#13090B
(19,9,11)
#0E080A
(14,8,10)
#000000
(0,0,0)

Tints of #401214

#401214
(64,18,20)
#512729
(81,39,41)
#623C3E
(98,60,62)
#735153
(115,81,83)
#846668
(132,102,104)
#957B7D
(149,123,125)
#A69092
(166,144,146)
#B7A5A7
(183,165,167)
#C8BABC
(200,186,188)
#D9CFD1
(217,207,209)
#EAE4E6
(234,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #401214 color. Also use rgb(64,18,20) instead hex code.

Text Font Color

.myTextColor { color: #401214; }

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

This text font color is #401214.


Background Color

.myBgColor { background-color: #401214; }

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

This div background color is #401214.


Border color

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

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

This div border color is #401214.


Opacity

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

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

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

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

This text has shadow with #401214 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #401214 on black background.


Color preview on white background

This text has color #401214 on white background.



Black color preview on #401214 background

This text has black color on #401214 background.


White color preview on #401214 background

This text has white color on #401214 background.