COLOR #412A53

HEX: #412A53
RGB: (65,42,83)

Color info

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

RGB color model

#412A53 color RGB value is (65,42,83).

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

RGB channels and saturation

R 65 of 255 = 25%
G 42 of 255 = 16%
B 83 of 255 = 33%

65
42
83

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

Portions of RGB colors in percentages

R + G + B =
65 + 42 + 83 = 190 (100%)
R 65 of 190 ~ 34.21%
G 42 of 190 ~ 22.11%
B 83 of 190 ~ 43.68%

%34.21
%22.11
%43.68

CMYK color model

#412A53 color CMYK value is (22,49,0,67).

  • cyan value is 21.69%
  • magenta value is 49.40%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(22,49,0,67)
C22M49Y0K67 
(22%,49%,0%,67%)
(0.22/0.49/0.00/0.67)	

CMYK percentages

%21.69
%49.4
%0
%67.45

Codes

Color #412A53 in popluar color models

412A53
RGB654283
HSL274°32.80%24.51%
HSB/HSV274°49.40%32.55%
CMYK21.69%49.40%0.00%
67.45%

Color #412A53 in popluar number systems.

HEX412A53
Decimal654283
Binary10000011010101010011
Octal10152123

Shades and tints

Shades of #412A53

#412A53
(65,42,83)
#3C274C
(60,39,76)
#372445
(55,36,69)
#32213E
(50,33,62)
#2D1E37
(45,30,55)
#281B30
(40,27,48)
#231829
(35,24,41)
#1E1522
(30,21,34)
#19121B
(25,18,27)
#140F14
(20,15,20)
#0F0C0D
(15,12,13)
#000000
(0,0,0)

Tints of #412A53

#412A53
(65,42,83)
#523D62
(82,61,98)
#635071
(99,80,113)
#746380
(116,99,128)
#85768F
(133,118,143)
#96899E
(150,137,158)
#A79CAD
(167,156,173)
#B8AFBC
(184,175,188)
#C9C2CB
(201,194,203)
#DAD5DA
(218,213,218)
#EBE8E9
(235,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #412A53; }

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

This text font color is #412A53.


Background Color

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

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

This div background color is #412A53.


Border color

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

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

This div border color is #412A53.


Opacity

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

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

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

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

This text has shadow with #412A53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #412A53 on black background.


Color preview on white background

This text has color #412A53 on white background.



Black color preview on #412A53 background

This text has black color on #412A53 background.


White color preview on #412A53 background

This text has white color on #412A53 background.