COLOR #401635

HEX: #401635
RGB: (64,22,53)

Color info

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

RGB color model

#401635 color RGB value is (64,22,53).

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

RGB channels and saturation

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

64
22
53

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

Portions of RGB colors in percentages

R + G + B =
64 + 22 + 53 = 139 (100%)
R 64 of 139 ~ 46.04%
G 22 of 139 ~ 15.83%
B 53 of 139 ~ 38.13%

%46.04
%15.83
%38.13

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 65.63%
  • yellow value is 17.19%
  • key color value is 74.90%
CMYK:
(0,66,17,75)
C0M66Y17K75 
(0%,66%,17%,75%)
(0.00/0.66/0.17/0.75)	

CMYK percentages

%0
%65.63
%17.19
%74.9

Codes

Color #401635 in popluar color models

401635
RGB642253
HSL316°48.84%16.86%
HSB/HSV316°65.63%25.10%
CMYK0.00%65.63%17.19%
74.90%

Color #401635 in popluar number systems.

HEX401635
Decimal642253
Binary100000010110110101
Octal1002665

Shades and tints

Shades of #401635

#401635
(64,22,53)
#3B1431
(59,20,49)
#36122D
(54,18,45)
#311029
(49,16,41)
#2C0E25
(44,14,37)
#270C21
(39,12,33)
#220A1D
(34,10,29)
#1D0819
(29,8,25)
#180615
(24,6,21)
#130411
(19,4,17)
#0E020D
(14,2,13)
#000000
(0,0,0)

Tints of #401635

#401635
(64,22,53)
#512B47
(81,43,71)
#624059
(98,64,89)
#73556B
(115,85,107)
#846A7D
(132,106,125)
#957F8F
(149,127,143)
#A694A1
(166,148,161)
#B7A9B3
(183,169,179)
#C8BEC5
(200,190,197)
#D9D3D7
(217,211,215)
#EAE8E9
(234,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #401635; }

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

This text font color is #401635.


Background Color

.myBgColor { background-color: #401635; }

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

This div background color is #401635.


Border color

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

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

This div border color is #401635.


Opacity

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

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

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

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

This text has shadow with #401635 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #401635 on black background.


Color preview on white background

This text has color #401635 on white background.



Black color preview on #401635 background

This text has black color on #401635 background.


White color preview on #401635 background

This text has white color on #401635 background.