COLOR #411D40

HEX: #411D40
RGB: (65,29,64)

Color info

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

RGB color model

#411D40 color RGB value is (65,29,64).

  • red value is 65;
  • green value is 29;
  • blue value is 64.
RGB:
(65,29,64)
(25%,11%,25%)

RGB channels and saturation

R 65 of 255 = 25%
G 29 of 255 = 11%
B 64 of 255 = 25%

65
29
64

R + G + B ~ 20%. #411D40 is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 29 + 64 = 158 (100%)
R 65 of 158 ~ 41.14%
G 29 of 158 ~ 18.35%
B 64 of 158 ~ 40.51%

%41.14
%18.35
%40.51

CMYK color model

#411D40 color CMYK value is (0,55,2,75).

  • cyan value is 0.00%
  • magenta value is 55.38%
  • yellow value is 1.54%
  • key color value is 74.51%
CMYK:
(0,55,2,75)
C0M55Y2K75 
(0%,55%,2%,75%)
(0.00/0.55/0.02/0.75)	

CMYK percentages

%0
%55.38
%1.54
%74.51

Codes

Color #411D40 in popluar color models

411D40
RGB652964
HSL302°38.30%18.43%
HSB/HSV302°55.38%25.49%
CMYK0.00%55.38%1.54%
74.51%

Color #411D40 in popluar number systems.

HEX411D40
Decimal652964
Binary1000001111011000000
Octal10135100

Shades and tints

Shades of #411D40

#411D40
(65,29,64)
#3C1B3B
(60,27,59)
#371936
(55,25,54)
#321731
(50,23,49)
#2D152C
(45,21,44)
#281327
(40,19,39)
#231122
(35,17,34)
#1E0F1D
(30,15,29)
#190D18
(25,13,24)
#140B13
(20,11,19)
#0F090E
(15,9,14)
#000000
(0,0,0)

Tints of #411D40

#411D40
(65,29,64)
#523151
(82,49,81)
#634562
(99,69,98)
#745973
(116,89,115)
#856D84
(133,109,132)
#968195
(150,129,149)
#A795A6
(167,149,166)
#B8A9B7
(184,169,183)
#C9BDC8
(201,189,200)
#DAD1D9
(218,209,217)
#EBE5EA
(235,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #411D40 color. Also use rgb(65,29,64) instead hex code.

Text Font Color

.myTextColor { color: #411D40; }

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

This text font color is #411D40.


Background Color

.myBgColor { background-color: #411D40; }

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

This div background color is #411D40.


Border color

.myBorderColor { border: 1px solid #411D40; }

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

This div border color is #411D40.


Opacity

.myOpacity80 { color: #411D40; opacity: 0.8; }

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

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

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

This text has shadow with #411D40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #411D40 on black background.


Color preview on white background

This text has color #411D40 on white background.



Black color preview on #411D40 background

This text has black color on #411D40 background.


White color preview on #411D40 background

This text has white color on #411D40 background.