COLOR #401B10

HEX: #401B10
RGB: (64,27,16)

Color info

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

RGB color model

#401B10 color RGB value is (64,27,16).

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

RGB channels and saturation

R 64 of 255 = 25%
G 27 of 255 = 11%
B 16 of 255 = 6%

64
27
16

R + G + B ~ 14%. #401B10 is dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 27 + 16 = 107 (100%)
R 64 of 107 ~ 59.81%
G 27 of 107 ~ 25.23%
B 16 of 107 ~ 14.95%

%59.81
%25.23
%14.95

CMYK color model

#401B10 color CMYK value is (0,58,75,75).

  • cyan value is 0.00%
  • magenta value is 57.81%
  • yellow value is 75.00%
  • key color value is 74.90%
CMYK:
(0,58,75,75)
C0M58Y75K75 
(0%,58%,75%,75%)
(0.00/0.58/0.75/0.75)	

CMYK percentages

%0
%57.81
%75
%74.9

Codes

Color #401B10 in popluar color models

401B10
RGB642716
HSL14°60.00%15.69%
HSB/HSV14°75.00%25.10%
CMYK0.00%57.81%75.00%
74.90%

Color #401B10 in popluar number systems.

HEX401B10
Decimal642716
Binary10000001101110000
Octal1003320

Shades and tints

Shades of #401B10

#401B10
(64,27,16)
#3B190F
(59,25,15)
#36170E
(54,23,14)
#31150D
(49,21,13)
#2C130C
(44,19,12)
#27110B
(39,17,11)
#220F0A
(34,15,10)
#1D0D09
(29,13,9)
#180B08
(24,11,8)
#130907
(19,9,7)
#0E0706
(14,7,6)
#000000
(0,0,0)

Tints of #401B10

#401B10
(64,27,16)
#512F25
(81,47,37)
#62433A
(98,67,58)
#73574F
(115,87,79)
#846B64
(132,107,100)
#957F79
(149,127,121)
#A6938E
(166,147,142)
#B7A7A3
(183,167,163)
#C8BBB8
(200,187,184)
#D9CFCD
(217,207,205)
#EAE3E2
(234,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #401B10; }

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

This text font color is #401B10.


Background Color

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

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

This div background color is #401B10.


Border color

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

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

This div border color is #401B10.


Opacity

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

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

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

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

This text has shadow with #401B10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #401B10 on black background.


Color preview on white background

This text has color #401B10 on white background.



Black color preview on #401B10 background

This text has black color on #401B10 background.


White color preview on #401B10 background

This text has white color on #401B10 background.