COLOR #413E64

HEX: #413E64 RGB: (65,62,100)

Color info

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

RGB color model

#413E64 color RGB value is (65,62,100).

RGB: (65,62,100) (25%, 24%, 39%)

RGB channels and saturation

R 65 of 255 = 25%
G 62 of 255 = 24%
B 100 of 255 = 39%

65
62
100

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

Portions of RGB colors in percentages

R + G + B = 65 + 62 + 100 = 227 (100%)
R 65 of 227 ~ 28.63%
G 62 of 227 ~ 27.31%
B 100 of 227 ~ 44.05'%

%28.63
%27.31
%44.05

CMYK color model

#413E64 color CMYK value is (35,38,0,61).

  • cyan value is 35.00%
  • magenta value is 38.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK: (35,38,0,61) C35M38Y0K61 (35%,38%,0%,61%) (0.35/0.38/0.00/0.61) 

CMYK percentages

%35
%38
%0
%60.78

Codes

Color #413E64 in popluar color models

41 3E 64
RGB 65 62 100
HSL 245° 23.46% 31.76%
HSB/HSV 245° 38.00% 39.22%
CMYK 35.00% 38.00% 0.00%
60.78%

Color #413E64 in popluar number systems.

HEX 41 3E 64
Decimal 65 62 100
Binary 1000001 111110 1100100
Octal 101 76 144

Shades and tints

Shades of #413E64

#413E64
(65,62,100)
#3C395B
(60,57,91)
#373452
(55,52,82)
#322F49
(50,47,73)
#2D2A40
(45,42,64)
#282537
(40,37,55)
#23202E
(35,32,46)
#1E1B25
(30,27,37)
#19161C
(25,22,28)
#141113
(20,17,19)
#0F0C0A
(15,12,10)
#000000
(0,0,0)

Tints of #413E64

#413E64
(65,62,100)
#524F72
(82,79,114)
#636080
(99,96,128)
#74718E
(116,113,142)
#85829C
(133,130,156)
#9693AA
(150,147,170)
#A7A4B8
(167,164,184)
#B8B5C6
(184,181,198)
#C9C6D4
(201,198,212)
#DAD7E2
(218,215,226)
#EBE8F0
(235,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #413E64; }

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

This text font color is #413E64.

Background Color

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

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

This div background color is #413E64.

Border color

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

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

This div border color is #413E64.

Opacity

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

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

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

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

This text has shadow with #413E64 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #413E64.

Preview

Color preview on black background

This text has color #413E64 on black background.


Color preview on white background

This text has color #413E64 on white background.


Black color preview on #413E64 background

This text has black color on #413E64 background.


White color preview on #413E64 background

This text has white color on #413E64 background.


Related colors

Complementary color

Complementary color for #hex is #BEC19B.


I love getcolorcode.com

Triadic colors

1 #64413E and #3E6441 with #413E64 are triadic colors.

2 #643E41 and #3E4164 with #413E64 are triadic colors.