COLOR #412E4D

HEX: #412E4D RGB: (65,46,77)

Color info

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

RGB color model

#412E4D color RGB value is (65,46,77).

RGB: (65,46,77) (25%, 18%, 30%)

RGB channels and saturation

R 65 of 255 = 25%
G 46 of 255 = 18%
B 77 of 255 = 30%

65
46
77

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

Portions of RGB colors in percentages

R + G + B = 65 + 46 + 77 = 188 (100%)
R 65 of 188 ~ 34.57%
G 46 of 188 ~ 24.47%
B 77 of 188 ~ 40.96'%

%34.57
%24.47
%40.96

CMYK color model

#412E4D color CMYK value is (16,40,0,70).

  • cyan value is 15.58%
  • magenta value is 40.26%
  • yellow value is 0.00%
  • key color value is 69.80%

CMYK: (16,40,0,70)
C16M40Y0K70 (16%, 40%, 0%, 70%)
(0.16 / 0.40 / 0.00 / 0.70)

CMYK percentages

%15.58
%40.26
%0
%69.8

Codes

Color #412E4D in popluar color models

41 2E 4D
RGB 65 46 77
HSL 277° 25.20% 24.12%
HSB/HSV 277° 40.26% 30.20%
CMYK 15.58% 40.26% 0.00%
69.80%

Color #412E4D in popluar number systems.

HEX 41 2E 4D
Decimal 65 46 77
Binary 1000001 101110 1001101
Octal 101 56 115

Shades and tints

Shades of #412E4D

#412E4D
(65,46,77)
#3C2A46
(60,42,70)
#37263F
(55,38,63)
#322238
(50,34,56)
#2D1E31
(45,30,49)
#281A2A
(40,26,42)
#231623
(35,22,35)
#1E121C
(30,18,28)
#190E15
(25,14,21)
#140A0E
(20,10,14)
#0F0607
(15,6,7)
#000000
(0,0,0)

Tints of #412E4D

#412E4D
(65,46,77)
#52415D
(82,65,93)
#63546D
(99,84,109)
#74677D
(116,103,125)
#857A8D
(133,122,141)
#968D9D
(150,141,157)
#A7A0AD
(167,160,173)
#B8B3BD
(184,179,189)
#C9C6CD
(201,198,205)
#DAD9DD
(218,217,221)
#EBECED
(235,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #412E4D; }

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

This text font color is #412E4D.

Background Color

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

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

This div background color is #412E4D.

Border color

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

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

This div border color is #412E4D.

Opacity

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

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

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

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

This text has shadow with #412E4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #412E4D.

Preview

Color preview on black background

This text has color #412E4D on black background.


Color preview on white background

This text has color #412E4D on white background.


Black color preview on #412E4D background

This text has black color on #412E4D background.


White color preview on #412E4D background

This text has white color on #412E4D background.


Related colors

Complementary color

Complementary color for #hex is #BED1B2.


I love getcolorcode.com

Triadic colors

1 #4D412E and #2E4D41 with #412E4D are triadic colors.

2 #4D2E41 and #2E414D with #412E4D are triadic colors.