COLOR #401435

HEX: #401435
RGB: (64,20,53)

Color info

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

RGB color model

#401435 color RGB value is (64,20,53).

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

RGB channels and saturation

R 64 of 255 = 25%
G 20 of 255 = 8%
B 53 of 255 = 21%

64
20
53

R + G + B ~ 18%. #401435 is dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 20 + 53 = 137 (100%)
R 64 of 137 ~ 46.72%
G 20 of 137 ~ 14.6%
B 53 of 137 ~ 38.69%

%46.72
%14.6
%38.69

CMYK color model

#401435 color CMYK value is (0,69,17,75).

  • cyan value is 0.00%
  • magenta value is 68.75%
  • yellow value is 17.19%
  • key color value is 74.90%
CMYK:
(0,69,17,75)
C0M69Y17K75 
(0%,69%,17%,75%)
(0.00/0.69/0.17/0.75)	

CMYK percentages

%0
%68.75
%17.19
%74.9

Codes

Color #401435 in popluar color models

401435
RGB642053
HSL315°52.38%16.47%
HSB/HSV315°68.75%25.10%
CMYK0.00%68.75%17.19%
74.90%

Color #401435 in popluar number systems.

HEX401435
Decimal642053
Binary100000010100110101
Octal1002465

Shades and tints

Shades of #401435

#401435
(64,20,53)
#3B1331
(59,19,49)
#36122D
(54,18,45)
#311129
(49,17,41)
#2C1025
(44,16,37)
#270F21
(39,15,33)
#220E1D
(34,14,29)
#1D0D19
(29,13,25)
#180C15
(24,12,21)
#130B11
(19,11,17)
#0E0A0D
(14,10,13)
#000000
(0,0,0)

Tints of #401435

#401435
(64,20,53)
#512947
(81,41,71)
#623E59
(98,62,89)
#73536B
(115,83,107)
#84687D
(132,104,125)
#957D8F
(149,125,143)
#A692A1
(166,146,161)
#B7A7B3
(183,167,179)
#C8BCC5
(200,188,197)
#D9D1D7
(217,209,215)
#EAE6E9
(234,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #401435; }

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

This text font color is #401435.


Background Color

.myBgColor { background-color: #401435; }

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

This div background color is #401435.


Border color

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

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

This div border color is #401435.


Opacity

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

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

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

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

This text has shadow with #401435 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #401435 on black background.


Color preview on white background

This text has color #401435 on white background.



Black color preview on #401435 background

This text has black color on #401435 background.


White color preview on #401435 background

This text has white color on #401435 background.