COLOR #412F4E

HEX: #412F4E
RGB: (65,47,78)

Color info

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

RGB color model

#412F4E color RGB value is (65,47,78).

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

RGB channels and saturation

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

65
47
78

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

Portions of RGB colors in percentages

R + G + B =
65 + 47 + 78 = 190 (100%)
R 65 of 190 ~ 34.21%
G 47 of 190 ~ 24.74%
B 78 of 190 ~ 41.05%

%34.21
%24.74
%41.05

CMYK color model

#412F4E color CMYK value is (17,40,0,69).

  • cyan value is 16.67%
  • magenta value is 39.74%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(17,40,0,69)
C17M40Y0K69 
(17%,40%,0%,69%)
(0.17/0.40/0.00/0.69)	

CMYK percentages

%16.67
%39.74
%0
%69.41

Codes

Color #412F4E in popluar color models

412F4E
RGB654778
HSL275°24.80%24.51%
HSB/HSV275°39.74%30.59%
CMYK16.67%39.74%0.00%
69.41%

Color #412F4E in popluar number systems.

HEX412F4E
Decimal654778
Binary10000011011111001110
Octal10157116

Shades and tints

Shades of #412F4E

#412F4E
(65,47,78)
#3C2B47
(60,43,71)
#372740
(55,39,64)
#322339
(50,35,57)
#2D1F32
(45,31,50)
#281B2B
(40,27,43)
#231724
(35,23,36)
#1E131D
(30,19,29)
#190F16
(25,15,22)
#140B0F
(20,11,15)
#0F0708
(15,7,8)
#000000
(0,0,0)

Tints of #412F4E

#412F4E
(65,47,78)
#52415E
(82,65,94)
#63536E
(99,83,110)
#74657E
(116,101,126)
#85778E
(133,119,142)
#96899E
(150,137,158)
#A79BAE
(167,155,174)
#B8ADBE
(184,173,190)
#C9BFCE
(201,191,206)
#DAD1DE
(218,209,222)
#EBE3EE
(235,227,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #412F4E; }

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

This text font color is #412F4E.


Background Color

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

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

This div background color is #412F4E.


Border color

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

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

This div border color is #412F4E.


Opacity

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

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

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

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

This text has shadow with #412F4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #412F4E on black background.


Color preview on white background

This text has color #412F4E on white background.



Black color preview on #412F4E background

This text has black color on #412F4E background.


White color preview on #412F4E background

This text has white color on #412F4E background.