COLOR #401917

HEX: #401917
RGB: (64,25,23)

Color info

#401917 contains red, green and blue colors in about the same proportion. Web safe color of #401917 is #330000 (or #300).

RGB color model

#401917 color RGB value is (64,25,23).

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

RGB channels and saturation

R 64 of 255 = 25%
G 25 of 255 = 10%
B 23 of 255 = 9%

64
25
23

R + G + B ~ 15%. #401917 is dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 25 + 23 = 112 (100%)
R 64 of 112 ~ 57.14%
G 25 of 112 ~ 22.32%
B 23 of 112 ~ 20.54%

%57.14
%22.32
%20.54

CMYK color model

#401917 color CMYK value is (0,61,64,75).

  • cyan value is 0.00%
  • magenta value is 60.94%
  • yellow value is 64.06%
  • key color value is 74.90%
CMYK:
(0,61,64,75)
C0M61Y64K75 
(0%,61%,64%,75%)
(0.00/0.61/0.64/0.75)	

CMYK percentages

%0
%60.94
%64.06
%74.9

Codes

Color #401917 in popluar color models

401917
RGB642523
HSL47.13%17.06%
HSB/HSV64.06%25.10%
CMYK0.00%60.94%64.06%
74.90%

Color #401917 in popluar number systems.

HEX401917
Decimal642523
Binary10000001100110111
Octal1003127

Shades and tints

Shades of #401917

#401917
(64,25,23)
#3B1715
(59,23,21)
#361513
(54,21,19)
#311311
(49,19,17)
#2C110F
(44,17,15)
#270F0D
(39,15,13)
#220D0B
(34,13,11)
#1D0B09
(29,11,9)
#180907
(24,9,7)
#130705
(19,7,5)
#0E0503
(14,5,3)
#000000
(0,0,0)

Tints of #401917

#401917
(64,25,23)
#512D2C
(81,45,44)
#624141
(98,65,65)
#735556
(115,85,86)
#84696B
(132,105,107)
#957D80
(149,125,128)
#A69195
(166,145,149)
#B7A5AA
(183,165,170)
#C8B9BF
(200,185,191)
#D9CDD4
(217,205,212)
#EAE1E9
(234,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #401917; }

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

This text font color is #401917.


Background Color

.myBgColor { background-color: #401917; }

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

This div background color is #401917.


Border color

.myBorderColor { border: 1px solid #401917; }

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

This div border color is #401917.


Opacity

.myOpacity80 { color: #401917; opacity: 0.8; }

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

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

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

This text has shadow with #401917 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #401917 on black background.


Color preview on white background

This text has color #401917 on white background.



Black color preview on #401917 background

This text has black color on #401917 background.


White color preview on #401917 background

This text has white color on #401917 background.