COLOR #412D4E

HEX: #412D4E
RGB: (65,45,78)

Color info

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

RGB color model

#412D4E color RGB value is (65,45,78).

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

RGB channels and saturation

R 65 of 255 = 25%
G 45 of 255 = 18%
B 78 of 255 = 31%

65
45
78

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

Portions of RGB colors in percentages

R + G + B =
65 + 45 + 78 = 188 (100%)
R 65 of 188 ~ 34.57%
G 45 of 188 ~ 23.94%
B 78 of 188 ~ 41.49%

%34.57
%23.94
%41.49

CMYK color model

#412D4E color CMYK value is (17,42,0,69).

  • cyan value is 16.67%
  • magenta value is 42.31%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(17,42,0,69)
C17M42Y0K69 
(17%,42%,0%,69%)
(0.17/0.42/0.00/0.69)	

CMYK percentages

%16.67
%42.31
%0
%69.41

Codes

Color #412D4E in popluar color models

412D4E
RGB654578
HSL276°26.83%24.12%
HSB/HSV276°42.31%30.59%
CMYK16.67%42.31%0.00%
69.41%

Color #412D4E in popluar number systems.

HEX412D4E
Decimal654578
Binary10000011011011001110
Octal10155116

Shades and tints

Shades of #412D4E

#412D4E
(65,45,78)
#3C2947
(60,41,71)
#372540
(55,37,64)
#322139
(50,33,57)
#2D1D32
(45,29,50)
#28192B
(40,25,43)
#231524
(35,21,36)
#1E111D
(30,17,29)
#190D16
(25,13,22)
#14090F
(20,9,15)
#0F0508
(15,5,8)
#000000
(0,0,0)

Tints of #412D4E

#412D4E
(65,45,78)
#52405E
(82,64,94)
#63536E
(99,83,110)
#74667E
(116,102,126)
#85798E
(133,121,142)
#968C9E
(150,140,158)
#A79FAE
(167,159,174)
#B8B2BE
(184,178,190)
#C9C5CE
(201,197,206)
#DAD8DE
(218,216,222)
#EBEBEE
(235,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #412D4E color. Also use rgb(65,45,78) instead hex code.

Text Font Color

.myTextColor { color: #412D4E; }

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

This text font color is #412D4E.


Background Color

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

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

This div background color is #412D4E.


Border color

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

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

This div border color is #412D4E.


Opacity

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

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

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

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

This text has shadow with #412D4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #412D4E on black background.


Color preview on white background

This text has color #412D4E on white background.



Black color preview on #412D4E background

This text has black color on #412D4E background.


White color preview on #412D4E background

This text has white color on #412D4E background.