COLOR #401F1B

HEX: #401F1B
RGB: (64,31,27)

Color info

#401F1B contains red, green and blue colors in about the same proportion. Web safe color of #401F1B is #333333 (or #333).

RGB color model

#401F1B color RGB value is (64,31,27).

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

RGB channels and saturation

R 64 of 255 = 25%
G 31 of 255 = 12%
B 27 of 255 = 11%

64
31
27

R + G + B ~ 16%. #401F1B is dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 31 + 27 = 122 (100%)
R 64 of 122 ~ 52.46%
G 31 of 122 ~ 25.41%
B 27 of 122 ~ 22.13%

%52.46
%25.41
%22.13

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 51.56%
  • yellow value is 57.81%
  • key color value is 74.90%
CMYK:
(0,52,58,75)
C0M52Y58K75 
(0%,52%,58%,75%)
(0.00/0.52/0.58/0.75)	

CMYK percentages

%0
%51.56
%57.81
%74.9

Codes

Color #401F1B in popluar color models

401F1B
RGB643127
HSL40.66%17.84%
HSB/HSV57.81%25.10%
CMYK0.00%51.56%57.81%
74.90%

Color #401F1B in popluar number systems.

HEX401F1B
Decimal643127
Binary10000001111111011
Octal1003733

Shades and tints

Shades of #401F1B

#401F1B
(64,31,27)
#3B1D19
(59,29,25)
#361B17
(54,27,23)
#311915
(49,25,21)
#2C1713
(44,23,19)
#271511
(39,21,17)
#22130F
(34,19,15)
#1D110D
(29,17,13)
#180F0B
(24,15,11)
#130D09
(19,13,9)
#0E0B07
(14,11,7)
#000000
(0,0,0)

Tints of #401F1B

#401F1B
(64,31,27)
#51332F
(81,51,47)
#624743
(98,71,67)
#735B57
(115,91,87)
#846F6B
(132,111,107)
#95837F
(149,131,127)
#A69793
(166,151,147)
#B7ABA7
(183,171,167)
#C8BFBB
(200,191,187)
#D9D3CF
(217,211,207)
#EAE7E3
(234,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #401F1B; }

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

This text font color is #401F1B.


Background Color

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

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

This div background color is #401F1B.


Border color

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

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

This div border color is #401F1B.


Opacity

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

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

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

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

This text has shadow with #401F1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #401F1B on black background.


Color preview on white background

This text has color #401F1B on white background.



Black color preview on #401F1B background

This text has black color on #401F1B background.


White color preview on #401F1B background

This text has white color on #401F1B background.