COLOR #413F5D

HEX: #413F5D
RGB: (65,63,93)

Color info

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

RGB color model

#413F5D color RGB value is (65,63,93).

  • red value is 65;
  • green value is 63;
  • blue value is 93.
RGB:
(65,63,93)
(25%,25%,36%)

RGB channels and saturation

R 65 of 255 = 25%
G 63 of 255 = 25%
B 93 of 255 = 36%

65
63
93

R + G + B ~ 29%. #413F5D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 63 + 93 = 221 (100%)
R 65 of 221 ~ 29.41%
G 63 of 221 ~ 28.51%
B 93 of 221 ~ 42.08%

%29.41
%28.51
%42.08

CMYK color model

#413F5D color CMYK value is (30,32,0,64).

  • cyan value is 30.11%
  • magenta value is 32.26%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(30,32,0,64)
C30M32Y0K64 
(30%,32%,0%,64%)
(0.30/0.32/0.00/0.64)	

CMYK percentages

%30.11
%32.26
%0
%63.53

Codes

Color #413F5D in popluar color models

413F5D
RGB656393
HSL244°19.23%30.59%
HSB/HSV244°32.26%36.47%
CMYK30.11%32.26%0.00%
63.53%

Color #413F5D in popluar number systems.

HEX413F5D
Decimal656393
Binary10000011111111011101
Octal10177135

Shades and tints

Shades of #413F5D

#413F5D
(65,63,93)
#3C3A55
(60,58,85)
#37354D
(55,53,77)
#323045
(50,48,69)
#2D2B3D
(45,43,61)
#282635
(40,38,53)
#23212D
(35,33,45)
#1E1C25
(30,28,37)
#19171D
(25,23,29)
#141215
(20,18,21)
#0F0D0D
(15,13,13)
#000000
(0,0,0)

Tints of #413F5D

#413F5D
(65,63,93)
#52506B
(82,80,107)
#636179
(99,97,121)
#747287
(116,114,135)
#858395
(133,131,149)
#9694A3
(150,148,163)
#A7A5B1
(167,165,177)
#B8B6BF
(184,182,191)
#C9C7CD
(201,199,205)
#DAD8DB
(218,216,219)
#EBE9E9
(235,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #413F5D color. Also use rgb(65,63,93) instead hex code.

Text Font Color

.myTextColor { color: #413F5D; }

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

This text font color is #413F5D.


Background Color

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

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

This div background color is #413F5D.


Border color

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

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

This div border color is #413F5D.


Opacity

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

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

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

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

This text has shadow with #413F5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #413F5D on black background.


Color preview on white background

This text has color #413F5D on white background.



Black color preview on #413F5D background

This text has black color on #413F5D background.


White color preview on #413F5D background

This text has white color on #413F5D background.