COLOR #401B35

HEX: #401B35
RGB: (64,27,53)

Color info

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

RGB color model

#401B35 color RGB value is (64,27,53).

  • red value is 64;
  • green value is 27;
  • blue value is 53.
RGB:
(64,27,53)
(25%,11%,21%)

RGB channels and saturation

R 64 of 255 = 25%
G 27 of 255 = 11%
B 53 of 255 = 21%

64
27
53

R + G + B ~ 19%. #401B35 is dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 27 + 53 = 144 (100%)
R 64 of 144 ~ 44.44%
G 27 of 144 ~ 18.75%
B 53 of 144 ~ 36.81%

%44.44
%18.75
%36.81

CMYK color model

#401B35 color CMYK value is (0,58,17,75).

  • cyan value is 0.00%
  • magenta value is 57.81%
  • yellow value is 17.19%
  • key color value is 74.90%
CMYK:
(0,58,17,75)
C0M58Y17K75 
(0%,58%,17%,75%)
(0.00/0.58/0.17/0.75)	

CMYK percentages

%0
%57.81
%17.19
%74.9

Codes

Color #401B35 in popluar color models

401B35
RGB642753
HSL318°40.66%17.84%
HSB/HSV318°57.81%25.10%
CMYK0.00%57.81%17.19%
74.90%

Color #401B35 in popluar number systems.

HEX401B35
Decimal642753
Binary100000011011110101
Octal1003365

Shades and tints

Shades of #401B35

#401B35
(64,27,53)
#3B1931
(59,25,49)
#36172D
(54,23,45)
#311529
(49,21,41)
#2C1325
(44,19,37)
#271121
(39,17,33)
#220F1D
(34,15,29)
#1D0D19
(29,13,25)
#180B15
(24,11,21)
#130911
(19,9,17)
#0E070D
(14,7,13)
#000000
(0,0,0)

Tints of #401B35

#401B35
(64,27,53)
#512F47
(81,47,71)
#624359
(98,67,89)
#73576B
(115,87,107)
#846B7D
(132,107,125)
#957F8F
(149,127,143)
#A693A1
(166,147,161)
#B7A7B3
(183,167,179)
#C8BBC5
(200,187,197)
#D9CFD7
(217,207,215)
#EAE3E9
(234,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #401B35 color. Also use rgb(64,27,53) instead hex code.

Text Font Color

.myTextColor { color: #401B35; }

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

This text font color is #401B35.


Background Color

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

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

This div background color is #401B35.


Border color

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

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

This div border color is #401B35.


Opacity

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

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

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

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

This text has shadow with #401B35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #401B35 on black background.


Color preview on white background

This text has color #401B35 on white background.



Black color preview on #401B35 background

This text has black color on #401B35 background.


White color preview on #401B35 background

This text has white color on #401B35 background.