COLOR #413D73

HEX: #413D73
RGB: (65,61,115)

Color info

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

RGB color model

#413D73 color RGB value is (65,61,115).

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

RGB channels and saturation

R 65 of 255 = 25%
G 61 of 255 = 24%
B 115 of 255 = 45%

65
61
115

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

Portions of RGB colors in percentages

R + G + B =
65 + 61 + 115 = 241 (100%)
R 65 of 241 ~ 26.97%
G 61 of 241 ~ 25.31%
B 115 of 241 ~ 47.72%

%26.97
%25.31
%47.72

CMYK color model

#413D73 color CMYK value is (43,47,0,55).

  • cyan value is 43.48%
  • magenta value is 46.96%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(43,47,0,55)
C43M47Y0K55 
(43%,47%,0%,55%)
(0.43/0.47/0.00/0.55)	

CMYK percentages

%43.48
%46.96
%0
%54.9

Codes

Color #413D73 in popluar color models

413D73
RGB6561115
HSL244°30.68%34.51%
HSB/HSV244°46.96%45.10%
CMYK43.48%46.96%0.00%
54.90%

Color #413D73 in popluar number systems.

HEX413D73
Decimal6561115
Binary10000011111011110011
Octal10175163

Shades and tints

Shades of #413D73

#413D73
(65,61,115)
#3C3869
(60,56,105)
#37335F
(55,51,95)
#322E55
(50,46,85)
#2D294B
(45,41,75)
#282441
(40,36,65)
#231F37
(35,31,55)
#1E1A2D
(30,26,45)
#191523
(25,21,35)
#141019
(20,16,25)
#0F0B0F
(15,11,15)
#000000
(0,0,0)

Tints of #413D73

#413D73
(65,61,115)
#524E7F
(82,78,127)
#635F8B
(99,95,139)
#747097
(116,112,151)
#8581A3
(133,129,163)
#9692AF
(150,146,175)
#A7A3BB
(167,163,187)
#B8B4C7
(184,180,199)
#C9C5D3
(201,197,211)
#DAD6DF
(218,214,223)
#EBE7EB
(235,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #413D73 color. Also use rgb(65,61,115) instead hex code.

Text Font Color

.myTextColor { color: #413D73; }

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

This text font color is #413D73.


Background Color

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

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

This div background color is #413D73.


Border color

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

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

This div border color is #413D73.


Opacity

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

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

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

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

This text has shadow with #413D73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #413D73 on black background.


Color preview on white background

This text has color #413D73 on white background.



Black color preview on #413D73 background

This text has black color on #413D73 background.


White color preview on #413D73 background

This text has white color on #413D73 background.