COLOR #411F42

HEX: #411F42
RGB: (65,31,66)

Color info

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

RGB color model

#411F42 color RGB value is (65,31,66).

  • red value is 65;
  • green value is 31;
  • blue value is 66.
RGB:
(65,31,66)
(25%,12%,26%)

RGB channels and saturation

R 65 of 255 = 25%
G 31 of 255 = 12%
B 66 of 255 = 26%

65
31
66

R + G + B ~ 21%. #411F42 is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 31 + 66 = 162 (100%)
R 65 of 162 ~ 40.12%
G 31 of 162 ~ 19.14%
B 66 of 162 ~ 40.74%

%40.12
%19.14
%40.74

CMYK color model

#411F42 color CMYK value is (2,53,0,74).

  • cyan value is 1.52%
  • magenta value is 53.03%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(2,53,0,74)
C2M53Y0K74 
(2%,53%,0%,74%)
(0.02/0.53/0.00/0.74)	

CMYK percentages

%1.52
%53.03
%0
%74.12

Codes

Color #411F42 in popluar color models

411F42
RGB653166
HSL298°36.08%19.02%
HSB/HSV298°53.03%25.88%
CMYK1.52%53.03%0.00%
74.12%

Color #411F42 in popluar number systems.

HEX411F42
Decimal653166
Binary1000001111111000010
Octal10137102

Shades and tints

Shades of #411F42

#411F42
(65,31,66)
#3C1D3C
(60,29,60)
#371B36
(55,27,54)
#321930
(50,25,48)
#2D172A
(45,23,42)
#281524
(40,21,36)
#23131E
(35,19,30)
#1E1118
(30,17,24)
#190F12
(25,15,18)
#140D0C
(20,13,12)
#0F0B06
(15,11,6)
#000000
(0,0,0)

Tints of #411F42

#411F42
(65,31,66)
#523353
(82,51,83)
#634764
(99,71,100)
#745B75
(116,91,117)
#856F86
(133,111,134)
#968397
(150,131,151)
#A797A8
(167,151,168)
#B8ABB9
(184,171,185)
#C9BFCA
(201,191,202)
#DAD3DB
(218,211,219)
#EBE7EC
(235,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #411F42 color. Also use rgb(65,31,66) instead hex code.

Text Font Color

.myTextColor { color: #411F42; }

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

This text font color is #411F42.


Background Color

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

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

This div background color is #411F42.


Border color

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

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

This div border color is #411F42.


Opacity

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

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

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

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

This text has shadow with #411F42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #411F42 on black background.


Color preview on white background

This text has color #411F42 on white background.



Black color preview on #411F42 background

This text has black color on #411F42 background.


White color preview on #411F42 background

This text has white color on #411F42 background.