COLOR #401B12

HEX: #401B12 RGB: (64,27,18)

Color info

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

RGB color model

#401B12 color RGB value is (64,27,18).

RGB: (64,27,18) (25%, 11%, 7%)

RGB channels and saturation

R 64 of 255 = 25%
G 27 of 255 = 11%
B 18 of 255 = 7%

64
27
18

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

Portions of RGB colors in percentages

R + G + B = 64 + 27 + 18 = 109 (100%)
R 64 of 109 ~ 58.72%
G 27 of 109 ~ 24.77%
B 18 of 109 ~ 16.51'%

%58.72
%24.77
%16.51

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 57.81%
  • yellow value is 71.88%
  • key color value is 74.90%

CMYK: (0,58,72,75)
C0M58Y72K75 (0%, 58%, 72%, 75%)
(0.00 / 0.58 / 0.72 / 0.75)

CMYK percentages

%0
%57.81
%71.88
%74.9

Codes

Color #401B12 in popluar color models

40 1B 12
RGB 64 27 18
HSL 12° 56.10% 16.08%
HSB/HSV 12° 71.88% 25.10%
CMYK 0.00% 57.81% 71.88%
74.90%

Color #401B12 in popluar number systems.

HEX 40 1B 12
Decimal 64 27 18
Binary 1000000 11011 10010
Octal 100 33 22

Shades and tints

Shades of #401B12

#401B12
(64,27,18)
#3B1911
(59,25,17)
#361710
(54,23,16)
#31150F
(49,21,15)
#2C130E
(44,19,14)
#27110D
(39,17,13)
#220F0C
(34,15,12)
#1D0D0B
(29,13,11)
#180B0A
(24,11,10)
#130909
(19,9,9)
#0E0708
(14,7,8)
#000000
(0,0,0)

Tints of #401B12

#401B12
(64,27,18)
#512F27
(81,47,39)
#62433C
(98,67,60)
#735751
(115,87,81)
#846B66
(132,107,102)
#957F7B
(149,127,123)
#A69390
(166,147,144)
#B7A7A5
(183,167,165)
#C8BBBA
(200,187,186)
#D9CFCF
(217,207,207)
#EAE3E4
(234,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #401B12; }

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

This text font color is #401B12.

Background Color

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

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

This div background color is #401B12.

Border color

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

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

This div border color is #401B12.

Opacity

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

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

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

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

This text has shadow with #401B12 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #401B12.

Preview

Color preview on black background

This text has color #401B12 on black background.


Color preview on white background

This text has color #401B12 on white background.


Black color preview on #401B12 background

This text has black color on #401B12 background.


White color preview on #401B12 background

This text has white color on #401B12 background.


Related colors

Complementary color

Complementary color for #hex is #BFE4ED.


I love getcolorcode.com

Triadic colors

1 #12401B and #1B1240 with #401B12 are triadic colors.

2 #121B40 and #1B4012 with #401B12 are triadic colors.