COLOR #401F3D

HEX: #401F3D
RGB: (64,31,61)

Color info

#401F3D contains red, green and blue colors in about the same proportion. Web safe color of #401F3D is #333333 (or #333).

RGB color model

#401F3D color RGB value is (64,31,61).

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

RGB channels and saturation

R 64 of 255 = 25%
G 31 of 255 = 12%
B 61 of 255 = 24%

64
31
61

R + G + B ~ 20%. #401F3D is dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 31 + 61 = 156 (100%)
R 64 of 156 ~ 41.03%
G 31 of 156 ~ 19.87%
B 61 of 156 ~ 39.1%

%41.03
%19.87
%39.1

CMYK color model

#401F3D color CMYK value is (0,52,5,75).

  • cyan value is 0.00%
  • magenta value is 51.56%
  • yellow value is 4.69%
  • key color value is 74.90%
CMYK:
(0,52,5,75)
C0M52Y5K75 
(0%,52%,5%,75%)
(0.00/0.52/0.05/0.75)	

CMYK percentages

%0
%51.56
%4.69
%74.9

Codes

Color #401F3D in popluar color models

401F3D
RGB643161
HSL305°34.74%18.63%
HSB/HSV305°51.56%25.10%
CMYK0.00%51.56%4.69%
74.90%

Color #401F3D in popluar number systems.

HEX401F3D
Decimal643161
Binary100000011111111101
Octal1003775

Shades and tints

Shades of #401F3D

#401F3D
(64,31,61)
#3B1D38
(59,29,56)
#361B33
(54,27,51)
#31192E
(49,25,46)
#2C1729
(44,23,41)
#271524
(39,21,36)
#22131F
(34,19,31)
#1D111A
(29,17,26)
#180F15
(24,15,21)
#130D10
(19,13,16)
#0E0B0B
(14,11,11)
#000000
(0,0,0)

Tints of #401F3D

#401F3D
(64,31,61)
#51334E
(81,51,78)
#62475F
(98,71,95)
#735B70
(115,91,112)
#846F81
(132,111,129)
#958392
(149,131,146)
#A697A3
(166,151,163)
#B7ABB4
(183,171,180)
#C8BFC5
(200,191,197)
#D9D3D6
(217,211,214)
#EAE7E7
(234,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #401F3D; }

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

This text font color is #401F3D.


Background Color

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

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

This div background color is #401F3D.


Border color

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

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

This div border color is #401F3D.


Opacity

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

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

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

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

This text has shadow with #401F3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #401F3D on black background.


Color preview on white background

This text has color #401F3D on white background.



Black color preview on #401F3D background

This text has black color on #401F3D background.


White color preview on #401F3D background

This text has white color on #401F3D background.