COLOR #413E5C

HEX: #413E5C RGB: (65,62,92)

Color info

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

RGB color model

#413E5C color RGB value is (65,62,92).

RGB: (65,62,92) (25%, 24%, 36%)

RGB channels and saturation

R 65 of 255 = 25%
G 62 of 255 = 24%
B 92 of 255 = 36%

65
62
92

R + G + B ~ 28%. #413E5C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 65 + 62 + 92 = 219 (100%)
R 65 of 219 ~ 29.68%
G 62 of 219 ~ 28.31%
B 92 of 219 ~ 42.01'%

%29.68
%28.31
%42.01

CMYK color model

#413E5C color CMYK value is (29,33,0,64).

  • cyan value is 29.35%
  • magenta value is 32.61%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK: (29,33,0,64) C29M33Y0K64 (29%,33%,0%,64%) (0.29/0.33/0.00/0.64) 

CMYK percentages

%29.35
%32.61
%0
%63.92

Codes

Color #413E5C in popluar color models

41 3E 5C
RGB 65 62 92
HSL 246° 19.48% 30.20%
HSB/HSV 246° 32.61% 36.08%
CMYK 29.35% 32.61% 0.00%
63.92%

Color #413E5C in popluar number systems.

HEX 41 3E 5C
Decimal 65 62 92
Binary 1000001 111110 1011100
Octal 101 76 134

Shades and tints

Shades of #413E5C

#413E5C
(65,62,92)
#3C3954
(60,57,84)
#37344C
(55,52,76)
#322F44
(50,47,68)
#2D2A3C
(45,42,60)
#282534
(40,37,52)
#23202C
(35,32,44)
#1E1B24
(30,27,36)
#19161C
(25,22,28)
#141114
(20,17,20)
#0F0C0C
(15,12,12)
#000000
(0,0,0)

Tints of #413E5C

#413E5C
(65,62,92)
#524F6A
(82,79,106)
#636078
(99,96,120)
#747186
(116,113,134)
#858294
(133,130,148)
#9693A2
(150,147,162)
#A7A4B0
(167,164,176)
#B8B5BE
(184,181,190)
#C9C6CC
(201,198,204)
#DAD7DA
(218,215,218)
#EBE8E8
(235,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #413E5C; }

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

This text font color is #413E5C.

Background Color

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

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

This div background color is #413E5C.

Border color

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

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

This div border color is #413E5C.

Opacity

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

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

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

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

This text has shadow with #413E5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #413E5C.

Preview

Color preview on black background

This text has color #413E5C on black background.


Color preview on white background

This text has color #413E5C on white background.


Black color preview on #413E5C background

This text has black color on #413E5C background.


White color preview on #413E5C background

This text has white color on #413E5C background.


Related colors

Complementary color

Complementary color for #hex is #BEC1A3.


I love getcolorcode.com

Triadic colors

1 #5C413E and #3E5C41 with #413E5C are triadic colors.

2 #5C3E41 and #3E415C with #413E5C are triadic colors.