COLOR #411F46

HEX: #411F46
RGB: (65,31,70)

Color info

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

RGB color model

#411F46 color RGB value is (65,31,70).

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

RGB channels and saturation

R 65 of 255 = 25%
G 31 of 255 = 12%
B 70 of 255 = 27%

65
31
70

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

Portions of RGB colors in percentages

R + G + B =
65 + 31 + 70 = 166 (100%)
R 65 of 166 ~ 39.16%
G 31 of 166 ~ 18.67%
B 70 of 166 ~ 42.17%

%39.16
%18.67
%42.17

CMYK color model

#411F46 color CMYK value is (7,56,0,73).

  • cyan value is 7.14%
  • magenta value is 55.71%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(7,56,0,73)
C7M56Y0K73 
(7%,56%,0%,73%)
(0.07/0.56/0.00/0.73)	

CMYK percentages

%7.14
%55.71
%0
%72.55

Codes

Color #411F46 in popluar color models

411F46
RGB653170
HSL292°38.61%19.80%
HSB/HSV292°55.71%27.45%
CMYK7.14%55.71%0.00%
72.55%

Color #411F46 in popluar number systems.

HEX411F46
Decimal653170
Binary1000001111111000110
Octal10137106

Shades and tints

Shades of #411F46

#411F46
(65,31,70)
#3C1D40
(60,29,64)
#371B3A
(55,27,58)
#321934
(50,25,52)
#2D172E
(45,23,46)
#281528
(40,21,40)
#231322
(35,19,34)
#1E111C
(30,17,28)
#190F16
(25,15,22)
#140D10
(20,13,16)
#0F0B0A
(15,11,10)
#000000
(0,0,0)

Tints of #411F46

#411F46
(65,31,70)
#523356
(82,51,86)
#634766
(99,71,102)
#745B76
(116,91,118)
#856F86
(133,111,134)
#968396
(150,131,150)
#A797A6
(167,151,166)
#B8ABB6
(184,171,182)
#C9BFC6
(201,191,198)
#DAD3D6
(218,211,214)
#EBE7E6
(235,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #411F46; }

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

This text font color is #411F46.


Background Color

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

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

This div background color is #411F46.


Border color

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

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

This div border color is #411F46.


Opacity

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

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

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

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

This text has shadow with #411F46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #411F46 on black background.


Color preview on white background

This text has color #411F46 on white background.



Black color preview on #411F46 background

This text has black color on #411F46 background.


White color preview on #411F46 background

This text has white color on #411F46 background.