COLOR #412841

HEX: #412841
RGB: (65,40,65)

Color info

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

RGB color model

#412841 color RGB value is (65,40,65).

  • red value is 65;
  • green value is 40;
  • blue value is 65.
RGB:
(65,40,65)
(25%,16%,25%)

RGB channels and saturation

R 65 of 255 = 25%
G 40 of 255 = 16%
B 65 of 255 = 25%

65
40
65

R + G + B ~ 22%. #412841 is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 40 + 65 = 170 (100%)
R 65 of 170 ~ 38.24%
G 40 of 170 ~ 23.53%
B 65 of 170 ~ 38.24%

%38.24
%23.53
%38.24

CMYK color model

#412841 color CMYK value is (0,38,0,75).

  • cyan value is 0.00%
  • magenta value is 38.46%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(0,38,0,75)
C0M38Y0K75 
(0%,38%,0%,75%)
(0.00/0.38/0.00/0.75)	

CMYK percentages

%0
%38.46
%0
%74.51

Codes

Color #412841 in popluar color models

412841
RGB654065
HSL300°23.81%20.59%
HSB/HSV300°38.46%25.49%
CMYK0.00%38.46%0.00%
74.51%

Color #412841 in popluar number systems.

HEX412841
Decimal654065
Binary10000011010001000001
Octal10150101

Shades and tints

Shades of #412841

#412841
(65,40,65)
#3C253C
(60,37,60)
#372237
(55,34,55)
#321F32
(50,31,50)
#2D1C2D
(45,28,45)
#281928
(40,25,40)
#231623
(35,22,35)
#1E131E
(30,19,30)
#191019
(25,16,25)
#140D14
(20,13,20)
#0F0A0F
(15,10,15)
#000000
(0,0,0)

Tints of #412841

#412841
(65,40,65)
#523B52
(82,59,82)
#634E63
(99,78,99)
#746174
(116,97,116)
#857485
(133,116,133)
#968796
(150,135,150)
#A79AA7
(167,154,167)
#B8ADB8
(184,173,184)
#C9C0C9
(201,192,201)
#DAD3DA
(218,211,218)
#EBE6EB
(235,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #412841 color. Also use rgb(65,40,65) instead hex code.

Text Font Color

.myTextColor { color: #412841; }

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

This text font color is #412841.


Background Color

.myBgColor { background-color: #412841; }

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

This div background color is #412841.


Border color

.myBorderColor { border: 1px solid #412841; }

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

This div border color is #412841.


Opacity

.myOpacity80 { color: #412841; opacity: 0.8; }

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

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

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

This text has shadow with #412841 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #412841 on black background.


Color preview on white background

This text has color #412841 on white background.



Black color preview on #412841 background

This text has black color on #412841 background.


White color preview on #412841 background

This text has white color on #412841 background.