COLOR #401616

HEX: #401616 RGB: (64,22,22)

Color info

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

RGB color model

#401616 color RGB value is (64,22,22).

RGB: (64,22,22) (25%, 9%, 9%)

RGB channels and saturation

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

64
22
22

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

Portions of RGB colors in percentages

R + G + B = 64 + 22 + 22 = 108 (100%)
R 64 of 108 ~ 59.26%
G 22 of 108 ~ 20.37%
B 22 of 108 ~ 20.37'%

%59.26
%20.37
%20.37

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 65.63%
  • yellow value is 65.63%
  • key color value is 74.90%

CMYK: (0,66,66,75)
C0M66Y66K75 (0%, 66%, 66%, 75%)
(0.00 / 0.66 / 0.66 / 0.75)

CMYK percentages

%0
%65.63
%65.63
%74.9

Codes

Color #401616 in popluar color models

40 16 16
RGB 64 22 22
HSL 48.84% 16.86%
HSB/HSV 65.63% 25.10%
CMYK 0.00% 65.63% 65.63%
74.90%

Color #401616 in popluar number systems.

HEX 40 16 16
Decimal 64 22 22
Binary 1000000 10110 10110
Octal 100 26 26

Shades and tints

Shades of #401616

#401616
(64,22,22)
#3B1414
(59,20,20)
#361212
(54,18,18)
#311010
(49,16,16)
#2C0E0E
(44,14,14)
#270C0C
(39,12,12)
#220A0A
(34,10,10)
#1D0808
(29,8,8)
#180606
(24,6,6)
#130404
(19,4,4)
#0E0202
(14,2,2)
#000000
(0,0,0)

Tints of #401616

#401616
(64,22,22)
#512B2B
(81,43,43)
#624040
(98,64,64)
#735555
(115,85,85)
#846A6A
(132,106,106)
#957F7F
(149,127,127)
#A69494
(166,148,148)
#B7A9A9
(183,169,169)
#C8BEBE
(200,190,190)
#D9D3D3
(217,211,211)
#EAE8E8
(234,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #401616; }

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

This text font color is #401616.

Background Color

.myBgColor { background-color: #401616; }

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

This div background color is #401616.

Border color

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

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

This div border color is #401616.

Opacity

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

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

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

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

This text has shadow with #401616 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #401616.

Preview

Color preview on black background

This text has color #401616 on black background.


Color preview on white background

This text has color #401616 on white background.


Black color preview on #401616 background

This text has black color on #401616 background.


White color preview on #401616 background

This text has white color on #401616 background.


Related colors

Complementary color

Complementary color for #hex is #BFE9E9.


I love getcolorcode.com