COLOR #412E49

HEX: #412E49
RGB: (65,46,73)

Color info

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

RGB color model

#412E49 color RGB value is (65,46,73).

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

RGB channels and saturation

R 65 of 255 = 25%
G 46 of 255 = 18%
B 73 of 255 = 29%

65
46
73

R + G + B ~ 24%. #412E49 is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 46 + 73 = 184 (100%)
R 65 of 184 ~ 35.33%
G 46 of 184 ~ 25%
B 73 of 184 ~ 39.67%

%35.33
%25
%39.67

CMYK color model

#412E49 color CMYK value is (11,37,0,71).

  • cyan value is 10.96%
  • magenta value is 36.99%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(11,37,0,71)
C11M37Y0K71 
(11%,37%,0%,71%)
(0.11/0.37/0.00/0.71)	

CMYK percentages

%10.96
%36.99
%0
%71.37

Codes

Color #412E49 in popluar color models

412E49
RGB654673
HSL282°22.69%23.33%
HSB/HSV282°36.99%28.63%
CMYK10.96%36.99%0.00%
71.37%

Color #412E49 in popluar number systems.

HEX412E49
Decimal654673
Binary10000011011101001001
Octal10156111

Shades and tints

Shades of #412E49

#412E49
(65,46,73)
#3C2A43
(60,42,67)
#37263D
(55,38,61)
#322237
(50,34,55)
#2D1E31
(45,30,49)
#281A2B
(40,26,43)
#231625
(35,22,37)
#1E121F
(30,18,31)
#190E19
(25,14,25)
#140A13
(20,10,19)
#0F060D
(15,6,13)
#000000
(0,0,0)

Tints of #412E49

#412E49
(65,46,73)
#524159
(82,65,89)
#635469
(99,84,105)
#746779
(116,103,121)
#857A89
(133,122,137)
#968D99
(150,141,153)
#A7A0A9
(167,160,169)
#B8B3B9
(184,179,185)
#C9C6C9
(201,198,201)
#DAD9D9
(218,217,217)
#EBECE9
(235,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #412E49; }

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

This text font color is #412E49.


Background Color

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

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

This div background color is #412E49.


Border color

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

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

This div border color is #412E49.


Opacity

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

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

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

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

This text has shadow with #412E49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #412E49 on black background.


Color preview on white background

This text has color #412E49 on white background.



Black color preview on #412E49 background

This text has black color on #412E49 background.


White color preview on #412E49 background

This text has white color on #412E49 background.