COLOR #413F62

HEX: #413F62 RGB: (65,63,98)

Color info

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

RGB color model

#413F62 color RGB value is (65,63,98).

RGB: (65,63,98) (25%, 25%, 38%)

RGB channels and saturation

R 65 of 255 = 25%
G 63 of 255 = 25%
B 98 of 255 = 38%

65
63
98

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

Portions of RGB colors in percentages

R + G + B = 65 + 63 + 98 = 226 (100%)
R 65 of 226 ~ 28.76%
G 63 of 226 ~ 27.88%
B 98 of 226 ~ 43.36'%

%28.76
%27.88
%43.36

CMYK color model

#413F62 color CMYK value is (34,36,0,62).

  • cyan value is 33.67%
  • magenta value is 35.71%
  • yellow value is 0.00%
  • key color value is 61.57%

CMYK: (34,36,0,62)
C34M36Y0K62 (34%, 36%, 0%, 62%)
(0.34 / 0.36 / 0.00 / 0.62)

CMYK percentages

%33.67
%35.71
%0
%61.57

Codes

Color #413F62 in popluar color models

41 3F 62
RGB 65 63 98
HSL 243° 21.74% 31.57%
HSB/HSV 243° 35.71% 38.43%
CMYK 33.67% 35.71% 0.00%
61.57%

Color #413F62 in popluar number systems.

HEX 41 3F 62
Decimal 65 63 98
Binary 1000001 111111 1100010
Octal 101 77 142

Shades and tints

Shades of #413F62

#413F62
(65,63,98)
#3C3A5A
(60,58,90)
#373552
(55,53,82)
#32304A
(50,48,74)
#2D2B42
(45,43,66)
#28263A
(40,38,58)
#232132
(35,33,50)
#1E1C2A
(30,28,42)
#191722
(25,23,34)
#14121A
(20,18,26)
#0F0D12
(15,13,18)
#000000
(0,0,0)

Tints of #413F62

#413F62
(65,63,98)
#525070
(82,80,112)
#63617E
(99,97,126)
#74728C
(116,114,140)
#85839A
(133,131,154)
#9694A8
(150,148,168)
#A7A5B6
(167,165,182)
#B8B6C4
(184,182,196)
#C9C7D2
(201,199,210)
#DAD8E0
(218,216,224)
#EBE9EE
(235,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #413F62; }

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

This text font color is #413F62.

Background Color

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

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

This div background color is #413F62.

Border color

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

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

This div border color is #413F62.

Opacity

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

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

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

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

This text has shadow with #413F62 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #413F62.

Preview

Color preview on black background

This text has color #413F62 on black background.


Color preview on white background

This text has color #413F62 on white background.


Black color preview on #413F62 background

This text has black color on #413F62 background.


White color preview on #413F62 background

This text has white color on #413F62 background.


Related colors

Complementary color

Complementary color for #hex is #BEC09D.


I love getcolorcode.com

Triadic colors

1 #62413F and #3F6241 with #413F62 are triadic colors.

2 #623F41 and #3F4162 with #413F62 are triadic colors.