COLOR #412A40

HEX: #412A40
RGB: (65,42,64)

Color info

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

RGB color model

#412A40 color RGB value is (65,42,64).

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

RGB channels and saturation

R 65 of 255 = 25%
G 42 of 255 = 16%
B 64 of 255 = 25%

65
42
64

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

Portions of RGB colors in percentages

R + G + B =
65 + 42 + 64 = 171 (100%)
R 65 of 171 ~ 38.01%
G 42 of 171 ~ 24.56%
B 64 of 171 ~ 37.43%

%38.01
%24.56
%37.43

CMYK color model

#412A40 color CMYK value is (0,35,2,75).

  • cyan value is 0.00%
  • magenta value is 35.38%
  • yellow value is 1.54%
  • key color value is 74.51%
CMYK:
(0,35,2,75)
C0M35Y2K75 
(0%,35%,2%,75%)
(0.00/0.35/0.02/0.75)	

CMYK percentages

%0
%35.38
%1.54
%74.51

Codes

Color #412A40 in popluar color models

412A40
RGB654264
HSL303°21.50%20.98%
HSB/HSV303°35.38%25.49%
CMYK0.00%35.38%1.54%
74.51%

Color #412A40 in popluar number systems.

HEX412A40
Decimal654264
Binary10000011010101000000
Octal10152100

Shades and tints

Shades of #412A40

#412A40
(65,42,64)
#3C273B
(60,39,59)
#372436
(55,36,54)
#322131
(50,33,49)
#2D1E2C
(45,30,44)
#281B27
(40,27,39)
#231822
(35,24,34)
#1E151D
(30,21,29)
#191218
(25,18,24)
#140F13
(20,15,19)
#0F0C0E
(15,12,14)
#000000
(0,0,0)

Tints of #412A40

#412A40
(65,42,64)
#523D51
(82,61,81)
#635062
(99,80,98)
#746373
(116,99,115)
#857684
(133,118,132)
#968995
(150,137,149)
#A79CA6
(167,156,166)
#B8AFB7
(184,175,183)
#C9C2C8
(201,194,200)
#DAD5D9
(218,213,217)
#EBE8EA
(235,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #412A40 color. Also use rgb(65,42,64) instead hex code.

Text Font Color

.myTextColor { color: #412A40; }

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

This text font color is #412A40.


Background Color

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

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

This div background color is #412A40.


Border color

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

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

This div border color is #412A40.


Opacity

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

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

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

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

This text has shadow with #412A40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #412A40 on black background.


Color preview on white background

This text has color #412A40 on white background.



Black color preview on #412A40 background

This text has black color on #412A40 background.


White color preview on #412A40 background

This text has white color on #412A40 background.