COLOR #401935

HEX: #401935
RGB: (64,25,53)

Color info

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

RGB color model

#401935 color RGB value is (64,25,53).

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

RGB channels and saturation

R 64 of 255 = 25%
G 25 of 255 = 10%
B 53 of 255 = 21%

64
25
53

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

Portions of RGB colors in percentages

R + G + B =
64 + 25 + 53 = 142 (100%)
R 64 of 142 ~ 45.07%
G 25 of 142 ~ 17.61%
B 53 of 142 ~ 37.32%

%45.07
%17.61
%37.32

CMYK color model

#401935 color CMYK value is (0,61,17,75).

  • cyan value is 0.00%
  • magenta value is 60.94%
  • yellow value is 17.19%
  • key color value is 74.90%
CMYK:
(0,61,17,75)
C0M61Y17K75 
(0%,61%,17%,75%)
(0.00/0.61/0.17/0.75)	

CMYK percentages

%0
%60.94
%17.19
%74.9

Codes

Color #401935 in popluar color models

401935
RGB642553
HSL317°43.82%17.45%
HSB/HSV317°60.94%25.10%
CMYK0.00%60.94%17.19%
74.90%

Color #401935 in popluar number systems.

HEX401935
Decimal642553
Binary100000011001110101
Octal1003165

Shades and tints

Shades of #401935

#401935
(64,25,53)
#3B1731
(59,23,49)
#36152D
(54,21,45)
#311329
(49,19,41)
#2C1125
(44,17,37)
#270F21
(39,15,33)
#220D1D
(34,13,29)
#1D0B19
(29,11,25)
#180915
(24,9,21)
#130711
(19,7,17)
#0E050D
(14,5,13)
#000000
(0,0,0)

Tints of #401935

#401935
(64,25,53)
#512D47
(81,45,71)
#624159
(98,65,89)
#73556B
(115,85,107)
#84697D
(132,105,125)
#957D8F
(149,125,143)
#A691A1
(166,145,161)
#B7A5B3
(183,165,179)
#C8B9C5
(200,185,197)
#D9CDD7
(217,205,215)
#EAE1E9
(234,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #401935; }

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

This text font color is #401935.


Background Color

.myBgColor { background-color: #401935; }

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

This div background color is #401935.


Border color

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

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

This div border color is #401935.


Opacity

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

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

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

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

This text has shadow with #401935 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #401935 on black background.


Color preview on white background

This text has color #401935 on white background.



Black color preview on #401935 background

This text has black color on #401935 background.


White color preview on #401935 background

This text has white color on #401935 background.