COLOR #413C6E

HEX: #413C6E
RGB: (65,60,110)

Color info

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

RGB color model

#413C6E color RGB value is (65,60,110).

  • red value is 65;
  • green value is 60;
  • blue value is 110.
RGB:
(65,60,110)
(25%,24%,43%)

RGB channels and saturation

R 65 of 255 = 25%
G 60 of 255 = 24%
B 110 of 255 = 43%

65
60
110

R + G + B ~ 31%. #413C6E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 60 + 110 = 235 (100%)
R 65 of 235 ~ 27.66%
G 60 of 235 ~ 25.53%
B 110 of 235 ~ 46.81%

%27.66
%25.53
%46.81

CMYK color model

#413C6E color CMYK value is (41,45,0,57).

  • cyan value is 40.91%
  • magenta value is 45.45%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(41,45,0,57)
C41M45Y0K57 
(41%,45%,0%,57%)
(0.41/0.45/0.00/0.57)	

CMYK percentages

%40.91
%45.45
%0
%56.86

Codes

Color #413C6E in popluar color models

413C6E
RGB6560110
HSL246°29.41%33.33%
HSB/HSV246°45.45%43.14%
CMYK40.91%45.45%0.00%
56.86%

Color #413C6E in popluar number systems.

HEX413C6E
Decimal6560110
Binary10000011111001101110
Octal10174156

Shades and tints

Shades of #413C6E

#413C6E
(65,60,110)
#3C3764
(60,55,100)
#37325A
(55,50,90)
#322D50
(50,45,80)
#2D2846
(45,40,70)
#28233C
(40,35,60)
#231E32
(35,30,50)
#1E1928
(30,25,40)
#19141E
(25,20,30)
#140F14
(20,15,20)
#0F0A0A
(15,10,10)
#000000
(0,0,0)

Tints of #413C6E

#413C6E
(65,60,110)
#524D7B
(82,77,123)
#635E88
(99,94,136)
#746F95
(116,111,149)
#8580A2
(133,128,162)
#9691AF
(150,145,175)
#A7A2BC
(167,162,188)
#B8B3C9
(184,179,201)
#C9C4D6
(201,196,214)
#DAD5E3
(218,213,227)
#EBE6F0
(235,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #413C6E color. Also use rgb(65,60,110) instead hex code.

Text Font Color

.myTextColor { color: #413C6E; }

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

This text font color is #413C6E.


Background Color

.myBgColor { background-color: #413C6E; }

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

This div background color is #413C6E.


Border color

.myBorderColor { border: 1px solid #413C6E; }

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

This div border color is #413C6E.


Opacity

.myOpacity80 { color: #413C6E; opacity: 0.8; }

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

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

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

This text has shadow with #413C6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #413C6E on black background.


Color preview on white background

This text has color #413C6E on white background.



Black color preview on #413C6E background

This text has black color on #413C6E background.


White color preview on #413C6E background

This text has white color on #413C6E background.