COLOR #412D51

HEX: #412D51 RGB: (65,45,81)

Color info

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

RGB color model

#412D51 color RGB value is (65,45,81).

RGB: (65,45,81) (25%, 18%, 32%)

RGB channels and saturation

R 65 of 255 = 25%
G 45 of 255 = 18%
B 81 of 255 = 32%

65
45
81

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

Portions of RGB colors in percentages

R + G + B = 65 + 45 + 81 = 191 (100%)
R 65 of 191 ~ 34.03%
G 45 of 191 ~ 23.56%
B 81 of 191 ~ 42.41'%

%34.03
%23.56
%42.41

CMYK color model

#412D51 color CMYK value is (20,44,0,68).

  • cyan value is 19.75%
  • magenta value is 44.44%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK: (20,44,0,68) C20M44Y0K68 (20%,44%,0%,68%) (0.20/0.44/0.00/0.68) 

CMYK percentages

%19.75
%44.44
%0
%68.24

Codes

Color #412D51 in popluar color models

41 2D 51
RGB 65 45 81
HSL 273° 28.57% 24.71%
HSB/HSV 273° 44.44% 31.76%
CMYK 19.75% 44.44% 0.00%
68.24%

Color #412D51 in popluar number systems.

HEX 41 2D 51
Decimal 65 45 81
Binary 1000001 101101 1010001
Octal 101 55 121

Shades and tints

Shades of #412D51

#412D51
(65,45,81)
#3C294A
(60,41,74)
#372543
(55,37,67)
#32213C
(50,33,60)
#2D1D35
(45,29,53)
#28192E
(40,25,46)
#231527
(35,21,39)
#1E1120
(30,17,32)
#190D19
(25,13,25)
#140912
(20,9,18)
#0F050B
(15,5,11)
#000000
(0,0,0)

Tints of #412D51

#412D51
(65,45,81)
#524060
(82,64,96)
#63536F
(99,83,111)
#74667E
(116,102,126)
#85798D
(133,121,141)
#968C9C
(150,140,156)
#A79FAB
(167,159,171)
#B8B2BA
(184,178,186)
#C9C5C9
(201,197,201)
#DAD8D8
(218,216,216)
#EBEBE7
(235,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #412D51; }

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

This text font color is #412D51.

Background Color

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

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

This div background color is #412D51.

Border color

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

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

This div border color is #412D51.

Opacity

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

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

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

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

This text has shadow with #412D51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #412D51.

Preview

Color preview on black background

This text has color #412D51 on black background.


Color preview on white background

This text has color #412D51 on white background.


Black color preview on #412D51 background

This text has black color on #412D51 background.


White color preview on #412D51 background

This text has white color on #412D51 background.


Related colors

Complementary color

Complementary color for #hex is #BED2AE.


I love getcolorcode.com

Triadic colors

1 #51412D and #2D5141 with #412D51 are triadic colors.

2 #512D41 and #2D4151 with #412D51 are triadic colors.