COLOR #401721

HEX: #401721
RGB: (64,23,33)

Color info

#401721 contains red, green and blue colors in about the same proportion. Web safe color of #401721 is #330033 (or #303).

RGB color model

#401721 color RGB value is (64,23,33).

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

RGB channels and saturation

R 64 of 255 = 25%
G 23 of 255 = 9%
B 33 of 255 = 13%

64
23
33

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

Portions of RGB colors in percentages

R + G + B =
64 + 23 + 33 = 120 (100%)
R 64 of 120 ~ 53.33%
G 23 of 120 ~ 19.17%
B 33 of 120 ~ 27.5%

%53.33
%19.17
%27.5

CMYK color model

#401721 color CMYK value is (0,64,48,75).

  • cyan value is 0.00%
  • magenta value is 64.06%
  • yellow value is 48.44%
  • key color value is 74.90%
CMYK:
(0,64,48,75)
C0M64Y48K75 
(0%,64%,48%,75%)
(0.00/0.64/0.48/0.75)	

CMYK percentages

%0
%64.06
%48.44
%74.9

Codes

Color #401721 in popluar color models

401721
RGB642333
HSL345°47.13%17.06%
HSB/HSV345°64.06%25.10%
CMYK0.00%64.06%48.44%
74.90%

Color #401721 in popluar number systems.

HEX401721
Decimal642333
Binary100000010111100001
Octal1002741

Shades and tints

Shades of #401721

#401721
(64,23,33)
#3B151E
(59,21,30)
#36131B
(54,19,27)
#311118
(49,17,24)
#2C0F15
(44,15,21)
#270D12
(39,13,18)
#220B0F
(34,11,15)
#1D090C
(29,9,12)
#180709
(24,7,9)
#130506
(19,5,6)
#0E0303
(14,3,3)
#000000
(0,0,0)

Tints of #401721

#401721
(64,23,33)
#512C35
(81,44,53)
#624149
(98,65,73)
#73565D
(115,86,93)
#846B71
(132,107,113)
#958085
(149,128,133)
#A69599
(166,149,153)
#B7AAAD
(183,170,173)
#C8BFC1
(200,191,193)
#D9D4D5
(217,212,213)
#EAE9E9
(234,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #401721; }

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

This text font color is #401721.


Background Color

.myBgColor { background-color: #401721; }

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

This div background color is #401721.


Border color

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

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

This div border color is #401721.


Opacity

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

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

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

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

This text has shadow with #401721 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #401721 on black background.


Color preview on white background

This text has color #401721 on white background.



Black color preview on #401721 background

This text has black color on #401721 background.


White color preview on #401721 background

This text has white color on #401721 background.