COLOR #401210

HEX: #401210
RGB: (64,18,16)

Color info

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

RGB color model

#401210 color RGB value is (64,18,16).

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

RGB channels and saturation

R 64 of 255 = 25%
G 18 of 255 = 7%
B 16 of 255 = 6%

64
18
16

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

Portions of RGB colors in percentages

R + G + B =
64 + 18 + 16 = 98 (100%)
R 64 of 98 ~ 65.31%
G 18 of 98 ~ 18.37%
B 16 of 98 ~ 16.33%

%65.31
%18.37
%16.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 71.88%
  • yellow value is 75.00%
  • key color value is 74.90%
CMYK:
(0,72,75,75)
C0M72Y75K75 
(0%,72%,75%,75%)
(0.00/0.72/0.75/0.75)	

CMYK percentages

%0
%71.88
%75
%74.9

Codes

Color #401210 in popluar color models

401210
RGB641816
HSL60.00%15.69%
HSB/HSV75.00%25.10%
CMYK0.00%71.88%75.00%
74.90%

Color #401210 in popluar number systems.

HEX401210
Decimal641816
Binary10000001001010000
Octal1002220

Shades and tints

Shades of #401210

#401210
(64,18,16)
#3B110F
(59,17,15)
#36100E
(54,16,14)
#310F0D
(49,15,13)
#2C0E0C
(44,14,12)
#270D0B
(39,13,11)
#220C0A
(34,12,10)
#1D0B09
(29,11,9)
#180A08
(24,10,8)
#130907
(19,9,7)
#0E0806
(14,8,6)
#000000
(0,0,0)

Tints of #401210

#401210
(64,18,16)
#512725
(81,39,37)
#623C3A
(98,60,58)
#73514F
(115,81,79)
#846664
(132,102,100)
#957B79
(149,123,121)
#A6908E
(166,144,142)
#B7A5A3
(183,165,163)
#C8BAB8
(200,186,184)
#D9CFCD
(217,207,205)
#EAE4E2
(234,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #401210; }

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

This text font color is #401210.


Background Color

.myBgColor { background-color: #401210; }

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

This div background color is #401210.


Border color

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

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

This div border color is #401210.


Opacity

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

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

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

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

This text has shadow with #401210 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #401210 on black background.


Color preview on white background

This text has color #401210 on white background.



Black color preview on #401210 background

This text has black color on #401210 background.


White color preview on #401210 background

This text has white color on #401210 background.