COLOR #401619

HEX: #401619
RGB: (64,22,25)

Color info

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

RGB color model

#401619 color RGB value is (64,22,25).

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

RGB channels and saturation

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

64
22
25

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

Portions of RGB colors in percentages

R + G + B =
64 + 22 + 25 = 111 (100%)
R 64 of 111 ~ 57.66%
G 22 of 111 ~ 19.82%
B 25 of 111 ~ 22.52%

%57.66
%19.82
%22.52

CMYK color model

#401619 color CMYK value is (0,66,61,75).

  • cyan value is 0.00%
  • magenta value is 65.63%
  • yellow value is 60.94%
  • key color value is 74.90%
CMYK:
(0,66,61,75)
C0M66Y61K75 
(0%,66%,61%,75%)
(0.00/0.66/0.61/0.75)	

CMYK percentages

%0
%65.63
%60.94
%74.9

Codes

Color #401619 in popluar color models

401619
RGB642225
HSL356°48.84%16.86%
HSB/HSV356°65.63%25.10%
CMYK0.00%65.63%60.94%
74.90%

Color #401619 in popluar number systems.

HEX401619
Decimal642225
Binary10000001011011001
Octal1002631

Shades and tints

Shades of #401619

#401619
(64,22,25)
#3B1417
(59,20,23)
#361215
(54,18,21)
#311013
(49,16,19)
#2C0E11
(44,14,17)
#270C0F
(39,12,15)
#220A0D
(34,10,13)
#1D080B
(29,8,11)
#180609
(24,6,9)
#130407
(19,4,7)
#0E0205
(14,2,5)
#000000
(0,0,0)

Tints of #401619

#401619
(64,22,25)
#512B2D
(81,43,45)
#624041
(98,64,65)
#735555
(115,85,85)
#846A69
(132,106,105)
#957F7D
(149,127,125)
#A69491
(166,148,145)
#B7A9A5
(183,169,165)
#C8BEB9
(200,190,185)
#D9D3CD
(217,211,205)
#EAE8E1
(234,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #401619; }

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

This text font color is #401619.


Background Color

.myBgColor { background-color: #401619; }

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

This div background color is #401619.


Border color

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

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

This div border color is #401619.


Opacity

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

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

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

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

This text has shadow with #401619 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #401619 on black background.


Color preview on white background

This text has color #401619 on white background.



Black color preview on #401619 background

This text has black color on #401619 background.


White color preview on #401619 background

This text has white color on #401619 background.