COLOR #413E72

HEX: #413E72
RGB: (65,62,114)

Color info

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

RGB color model

#413E72 color RGB value is (65,62,114).

  • red value is 65;
  • green value is 62;
  • blue value is 114.
RGB:
(65,62,114)
(25%,24%,45%)

RGB channels and saturation

R 65 of 255 = 25%
G 62 of 255 = 24%
B 114 of 255 = 45%

65
62
114

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

Portions of RGB colors in percentages

R + G + B =
65 + 62 + 114 = 241 (100%)
R 65 of 241 ~ 26.97%
G 62 of 241 ~ 25.73%
B 114 of 241 ~ 47.3%

%26.97
%25.73
%47.3

CMYK color model

#413E72 color CMYK value is (43,46,0,55).

  • cyan value is 42.98%
  • magenta value is 45.61%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(43,46,0,55)
C43M46Y0K55 
(43%,46%,0%,55%)
(0.43/0.46/0.00/0.55)	

CMYK percentages

%42.98
%45.61
%0
%55.29

Codes

Color #413E72 in popluar color models

413E72
RGB6562114
HSL243°29.55%34.51%
HSB/HSV243°45.61%44.71%
CMYK42.98%45.61%0.00%
55.29%

Color #413E72 in popluar number systems.

HEX413E72
Decimal6562114
Binary10000011111101110010
Octal10176162

Shades and tints

Shades of #413E72

#413E72
(65,62,114)
#3C3968
(60,57,104)
#37345E
(55,52,94)
#322F54
(50,47,84)
#2D2A4A
(45,42,74)
#282540
(40,37,64)
#232036
(35,32,54)
#1E1B2C
(30,27,44)
#191622
(25,22,34)
#141118
(20,17,24)
#0F0C0E
(15,12,14)
#000000
(0,0,0)

Tints of #413E72

#413E72
(65,62,114)
#524F7E
(82,79,126)
#63608A
(99,96,138)
#747196
(116,113,150)
#8582A2
(133,130,162)
#9693AE
(150,147,174)
#A7A4BA
(167,164,186)
#B8B5C6
(184,181,198)
#C9C6D2
(201,198,210)
#DAD7DE
(218,215,222)
#EBE8EA
(235,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #413E72 color. Also use rgb(65,62,114) instead hex code.

Text Font Color

.myTextColor { color: #413E72; }

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

This text font color is #413E72.


Background Color

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

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

This div background color is #413E72.


Border color

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

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

This div border color is #413E72.


Opacity

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

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

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

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

This text has shadow with #413E72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #413E72 on black background.


Color preview on white background

This text has color #413E72 on white background.



Black color preview on #413E72 background

This text has black color on #413E72 background.


White color preview on #413E72 background

This text has white color on #413E72 background.