COLOR #412648

HEX: #412648
RGB: (65,38,72)

Color info

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

RGB color model

#412648 color RGB value is (65,38,72).

  • red value is 65;
  • green value is 38;
  • blue value is 72.
RGB:
(65,38,72)
(25%,15%,28%)

RGB channels and saturation

R 65 of 255 = 25%
G 38 of 255 = 15%
B 72 of 255 = 28%

65
38
72

R + G + B ~ 23%. #412648 is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 38 + 72 = 175 (100%)
R 65 of 175 ~ 37.14%
G 38 of 175 ~ 21.71%
B 72 of 175 ~ 41.14%

%37.14
%21.71
%41.14

CMYK color model

#412648 color CMYK value is (10,47,0,72).

  • cyan value is 9.72%
  • magenta value is 47.22%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(10,47,0,72)
C10M47Y0K72 
(10%,47%,0%,72%)
(0.10/0.47/0.00/0.72)	

CMYK percentages

%9.72
%47.22
%0
%71.76

Codes

Color #412648 in popluar color models

412648
RGB653872
HSL288°30.91%21.57%
HSB/HSV288°47.22%28.24%
CMYK9.72%47.22%0.00%
71.76%

Color #412648 in popluar number systems.

HEX412648
Decimal653872
Binary10000011001101001000
Octal10146110

Shades and tints

Shades of #412648

#412648
(65,38,72)
#3C2342
(60,35,66)
#37203C
(55,32,60)
#321D36
(50,29,54)
#2D1A30
(45,26,48)
#28172A
(40,23,42)
#231424
(35,20,36)
#1E111E
(30,17,30)
#190E18
(25,14,24)
#140B12
(20,11,18)
#0F080C
(15,8,12)
#000000
(0,0,0)

Tints of #412648

#412648
(65,38,72)
#523958
(82,57,88)
#634C68
(99,76,104)
#745F78
(116,95,120)
#857288
(133,114,136)
#968598
(150,133,152)
#A798A8
(167,152,168)
#B8ABB8
(184,171,184)
#C9BEC8
(201,190,200)
#DAD1D8
(218,209,216)
#EBE4E8
(235,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #412648; }

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

This text font color is #412648.


Background Color

.myBgColor { background-color: #412648; }

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

This div background color is #412648.


Border color

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

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

This div border color is #412648.


Opacity

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

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

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

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

This text has shadow with #412648 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #412648 on black background.


Color preview on white background

This text has color #412648 on white background.



Black color preview on #412648 background

This text has black color on #412648 background.


White color preview on #412648 background

This text has white color on #412648 background.