COLOR #412740

HEX: #412740
RGB: (65,39,64)

Color info

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

RGB color model

#412740 color RGB value is (65,39,64).

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

RGB channels and saturation

R 65 of 255 = 25%
G 39 of 255 = 15%
B 64 of 255 = 25%

65
39
64

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

Portions of RGB colors in percentages

R + G + B =
65 + 39 + 64 = 168 (100%)
R 65 of 168 ~ 38.69%
G 39 of 168 ~ 23.21%
B 64 of 168 ~ 38.1%

%38.69
%23.21
%38.1

CMYK color model

#412740 color CMYK value is (0,40,2,75).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 1.54%
  • key color value is 74.51%
CMYK:
(0,40,2,75)
C0M40Y2K75 
(0%,40%,2%,75%)
(0.00/0.40/0.02/0.75)	

CMYK percentages

%0
%40
%1.54
%74.51

Codes

Color #412740 in popluar color models

412740
RGB653964
HSL302°25.00%20.39%
HSB/HSV302°40.00%25.49%
CMYK0.00%40.00%1.54%
74.51%

Color #412740 in popluar number systems.

HEX412740
Decimal653964
Binary10000011001111000000
Octal10147100

Shades and tints

Shades of #412740

#412740
(65,39,64)
#3C243B
(60,36,59)
#372136
(55,33,54)
#321E31
(50,30,49)
#2D1B2C
(45,27,44)
#281827
(40,24,39)
#231522
(35,21,34)
#1E121D
(30,18,29)
#190F18
(25,15,24)
#140C13
(20,12,19)
#0F090E
(15,9,14)
#000000
(0,0,0)

Tints of #412740

#412740
(65,39,64)
#523A51
(82,58,81)
#634D62
(99,77,98)
#746073
(116,96,115)
#857384
(133,115,132)
#968695
(150,134,149)
#A799A6
(167,153,166)
#B8ACB7
(184,172,183)
#C9BFC8
(201,191,200)
#DAD2D9
(218,210,217)
#EBE5EA
(235,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #412740; }

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

This text font color is #412740.


Background Color

.myBgColor { background-color: #412740; }

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

This div background color is #412740.


Border color

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

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

This div border color is #412740.


Opacity

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

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

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

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

This text has shadow with #412740 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #412740 on black background.


Color preview on white background

This text has color #412740 on white background.



Black color preview on #412740 background

This text has black color on #412740 background.


White color preview on #412740 background

This text has white color on #412740 background.