COLOR #412E50

HEX: #412E50
RGB: (65,46,80)

Color info

#412E50 contains red, green and blue colors in about the same proportion. Web safe color of #412E50 is #333366 (or #336).

RGB color model

#412E50 color RGB value is (65,46,80).

  • red value is 65;
  • green value is 46;
  • blue value is 80.
RGB:
(65,46,80)
(25%,18%,31%)

RGB channels and saturation

R 65 of 255 = 25%
G 46 of 255 = 18%
B 80 of 255 = 31%

65
46
80

R + G + B ~ 25%. #412E50 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 46 + 80 = 191 (100%)
R 65 of 191 ~ 34.03%
G 46 of 191 ~ 24.08%
B 80 of 191 ~ 41.88%

%34.03
%24.08
%41.88

CMYK color model

#412E50 color CMYK value is (19,43,0,69).

  • cyan value is 18.75%
  • magenta value is 42.50%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(19,43,0,69)
C19M43Y0K69 
(19%,43%,0%,69%)
(0.19/0.43/0.00/0.69)	

CMYK percentages

%18.75
%42.5
%0
%68.63

Codes

Color #412E50 in popluar color models

412E50
RGB654680
HSL274°26.98%24.71%
HSB/HSV274°42.50%31.37%
CMYK18.75%42.50%0.00%
68.63%

Color #412E50 in popluar number systems.

HEX412E50
Decimal654680
Binary10000011011101010000
Octal10156120

Shades and tints

Shades of #412E50

#412E50
(65,46,80)
#3C2A49
(60,42,73)
#372642
(55,38,66)
#32223B
(50,34,59)
#2D1E34
(45,30,52)
#281A2D
(40,26,45)
#231626
(35,22,38)
#1E121F
(30,18,31)
#190E18
(25,14,24)
#140A11
(20,10,17)
#0F060A
(15,6,10)
#000000
(0,0,0)

Tints of #412E50

#412E50
(65,46,80)
#52415F
(82,65,95)
#63546E
(99,84,110)
#74677D
(116,103,125)
#857A8C
(133,122,140)
#968D9B
(150,141,155)
#A7A0AA
(167,160,170)
#B8B3B9
(184,179,185)
#C9C6C8
(201,198,200)
#DAD9D7
(218,217,215)
#EBECE6
(235,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #412E50 color. Also use rgb(65,46,80) instead hex code.

Text Font Color

.myTextColor { color: #412E50; }

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

This text font color is #412E50.


Background Color

.myBgColor { background-color: #412E50; }

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

This div background color is #412E50.


Border color

.myBorderColor { border: 1px solid #412E50; }

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

This div border color is #412E50.


Opacity

.myOpacity80 { color: #412E50; opacity: 0.8; }

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

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

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

This text has shadow with #412E50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #412E50 on black background.


Color preview on white background

This text has color #412E50 on white background.



Black color preview on #412E50 background

This text has black color on #412E50 background.


White color preview on #412E50 background

This text has white color on #412E50 background.