COLOR #412F5E

HEX: #412F5E RGB: (65,47,94)

Color info

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

RGB color model

#412F5E color RGB value is (65,47,94).

RGB: (65,47,94) (25%, 18%, 37%)

RGB channels and saturation

R 65 of 255 = 25%
G 47 of 255 = 18%
B 94 of 255 = 37%

65
47
94

R + G + B ~ 27%. #412F5E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 65 + 47 + 94 = 206 (100%)
R 65 of 206 ~ 31.55%
G 47 of 206 ~ 22.82%
B 94 of 206 ~ 45.63'%

%31.55
%22.82
%45.63

CMYK color model

#412F5E color CMYK value is (31,50,0,63).

  • cyan value is 30.85%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 63.14%

CMYK: (31,50,0,63)
C31M50Y0K63 (31%, 50%, 0%, 63%)
(0.31 / 0.50 / 0.00 / 0.63)

CMYK percentages

%30.85
%50
%0
%63.14

Codes

Color #412F5E in popluar color models

41 2F 5E
RGB 65 47 94
HSL 263° 33.33% 27.65%
HSB/HSV 263° 50.00% 36.86%
CMYK 30.85% 50.00% 0.00%
63.14%

Color #412F5E in popluar number systems.

HEX 41 2F 5E
Decimal 65 47 94
Binary 1000001 101111 1011110
Octal 101 57 136

Shades and tints

Shades of #412F5E

#412F5E
(65,47,94)
#3C2B56
(60,43,86)
#37274E
(55,39,78)
#322346
(50,35,70)
#2D1F3E
(45,31,62)
#281B36
(40,27,54)
#23172E
(35,23,46)
#1E1326
(30,19,38)
#190F1E
(25,15,30)
#140B16
(20,11,22)
#0F070E
(15,7,14)
#000000
(0,0,0)

Tints of #412F5E

#412F5E
(65,47,94)
#52416C
(82,65,108)
#63537A
(99,83,122)
#746588
(116,101,136)
#857796
(133,119,150)
#9689A4
(150,137,164)
#A79BB2
(167,155,178)
#B8ADC0
(184,173,192)
#C9BFCE
(201,191,206)
#DAD1DC
(218,209,220)
#EBE3EA
(235,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #412F5E; }

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

This text font color is #412F5E.

Background Color

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

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

This div background color is #412F5E.

Border color

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

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

This div border color is #412F5E.

Opacity

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

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

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

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

This text has shadow with #412F5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #412F5E.

Preview

Color preview on black background

This text has color #412F5E on black background.


Color preview on white background

This text has color #412F5E on white background.


Black color preview on #412F5E background

This text has black color on #412F5E background.


White color preview on #412F5E background

This text has white color on #412F5E background.


Related colors

Complementary color

Complementary color for #hex is #BED0A1.


I love getcolorcode.com

Triadic colors

1 #5E412F and #2F5E41 with #412F5E are triadic colors.

2 #5E2F41 and #2F415E with #412F5E are triadic colors.