COLOR #401F19

HEX: #401F19
RGB: (64,31,25)

Color info

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

RGB color model

#401F19 color RGB value is (64,31,25).

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

RGB channels and saturation

R 64 of 255 = 25%
G 31 of 255 = 12%
B 25 of 255 = 10%

64
31
25

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

Portions of RGB colors in percentages

R + G + B =
64 + 31 + 25 = 120 (100%)
R 64 of 120 ~ 53.33%
G 31 of 120 ~ 25.83%
B 25 of 120 ~ 20.83%

%53.33
%25.83
%20.83

CMYK color model

#401F19 color CMYK value is (0,52,61,75).

  • cyan value is 0.00%
  • magenta value is 51.56%
  • yellow value is 60.94%
  • key color value is 74.90%
CMYK:
(0,52,61,75)
C0M52Y61K75 
(0%,52%,61%,75%)
(0.00/0.52/0.61/0.75)	

CMYK percentages

%0
%51.56
%60.94
%74.9

Codes

Color #401F19 in popluar color models

401F19
RGB643125
HSL43.82%17.45%
HSB/HSV60.94%25.10%
CMYK0.00%51.56%60.94%
74.90%

Color #401F19 in popluar number systems.

HEX401F19
Decimal643125
Binary10000001111111001
Octal1003731

Shades and tints

Shades of #401F19

#401F19
(64,31,25)
#3B1D17
(59,29,23)
#361B15
(54,27,21)
#311913
(49,25,19)
#2C1711
(44,23,17)
#27150F
(39,21,15)
#22130D
(34,19,13)
#1D110B
(29,17,11)
#180F09
(24,15,9)
#130D07
(19,13,7)
#0E0B05
(14,11,5)
#000000
(0,0,0)

Tints of #401F19

#401F19
(64,31,25)
#51332D
(81,51,45)
#624741
(98,71,65)
#735B55
(115,91,85)
#846F69
(132,111,105)
#95837D
(149,131,125)
#A69791
(166,151,145)
#B7ABA5
(183,171,165)
#C8BFB9
(200,191,185)
#D9D3CD
(217,211,205)
#EAE7E1
(234,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #401F19; }

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

This text font color is #401F19.


Background Color

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

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

This div background color is #401F19.


Border color

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

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

This div border color is #401F19.


Opacity

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

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

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

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

This text has shadow with #401F19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #401F19 on black background.


Color preview on white background

This text has color #401F19 on white background.



Black color preview on #401F19 background

This text has black color on #401F19 background.


White color preview on #401F19 background

This text has white color on #401F19 background.