COLOR #401B11

HEX: #401B11
RGB: (64,27,17)

Color info

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

RGB color model

#401B11 color RGB value is (64,27,17).

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

RGB channels and saturation

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

64
27
17

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

Portions of RGB colors in percentages

R + G + B =
64 + 27 + 17 = 108 (100%)
R 64 of 108 ~ 59.26%
G 27 of 108 ~ 25%
B 17 of 108 ~ 15.74%

%59.26
%25
%15.74

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 57.81%
  • yellow value is 73.44%
  • key color value is 74.90%
CMYK: (0,58,73,75) C0M58Y73K75 (0%,58%,73%,75%) (0.00/0.58/0.73/0.75)

CMYK percentages

%0
%57.81
%73.44
%74.9

Codes

Color #401B11 in popluar color models

401B11
RGB642717
HSL13°58.02%15.88%
HSB/HSV13°73.44%25.10%
CMYK0.00%57.81%73.44%
74.90%

Color #401B11 in popluar number systems.

HEX401B11
Decimal642717
Binary10000001101110001
Octal1003321

Shades and tints

Shades of #401B11

#401B11
(64,27,17)
#3B1910
(59,25,16)
#36170F
(54,23,15)
#31150E
(49,21,14)
#2C130D
(44,19,13)
#27110C
(39,17,12)
#220F0B
(34,15,11)
#1D0D0A
(29,13,10)
#180B09
(24,11,9)
#130908
(19,9,8)
#0E0707
(14,7,7)
#000000
(0,0,0)

Tints of #401B11

#401B11
(64,27,17)
#512F26
(81,47,38)
#62433B
(98,67,59)
#735750
(115,87,80)
#846B65
(132,107,101)
#957F7A
(149,127,122)
#A6938F
(166,147,143)
#B7A7A4
(183,167,164)
#C8BBB9
(200,187,185)
#D9CFCE
(217,207,206)
#EAE3E3
(234,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #401B11; }

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

This text font color is #401B11.


Background Color

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

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

This div background color is #401B11.


Border color

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

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

This div border color is #401B11.


Opacity

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

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

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

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

This text has shadow with #401B11 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #401B11 on black background.


Color preview on white background

This text has color #401B11 on white background.



Black color preview on #401B11 background

This text has black color on #401B11 background.


White color preview on #401B11 background

This text has white color on #401B11 background.