COLOR #413C4E

HEX: #413C4E RGB: (65,60,78)

Color info

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

RGB color model

#413C4E color RGB value is (65,60,78).

RGB: (65,60,78) (25%, 24%, 31%)

RGB channels and saturation

R 65 of 255 = 25%
G 60 of 255 = 24%
B 78 of 255 = 31%

65
60
78

R + G + B ~ 27%. #413C4E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 65 + 60 + 78 = 203 (100%)
R 65 of 203 ~ 32.02%
G 60 of 203 ~ 29.56%
B 78 of 203 ~ 38.42'%

%32.02
%29.56
%38.42

CMYK color model

#413C4E color CMYK value is (17,23,0,69).

  • cyan value is 16.67%
  • magenta value is 23.08%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK: (17,23,0,69) C17M23Y0K69 (17%,23%,0%,69%) (0.17/0.23/0.00/0.69) 

CMYK percentages

%16.67
%23.08
%0
%69.41

Codes

Color #413C4E in popluar color models

41 3C 4E
RGB 65 60 78
HSL 257° 13.04% 27.06%
HSB/HSV 257° 23.08% 30.59%
CMYK 16.67% 23.08% 0.00%
69.41%

Color #413C4E in popluar number systems.

HEX 41 3C 4E
Decimal 65 60 78
Binary 1000001 111100 1001110
Octal 101 74 116

Shades and tints

Shades of #413C4E

#413C4E
(65,60,78)
#3C3747
(60,55,71)
#373240
(55,50,64)
#322D39
(50,45,57)
#2D2832
(45,40,50)
#28232B
(40,35,43)
#231E24
(35,30,36)
#1E191D
(30,25,29)
#191416
(25,20,22)
#140F0F
(20,15,15)
#0F0A08
(15,10,8)
#000000
(0,0,0)

Tints of #413C4E

#413C4E
(65,60,78)
#524D5E
(82,77,94)
#635E6E
(99,94,110)
#746F7E
(116,111,126)
#85808E
(133,128,142)
#96919E
(150,145,158)
#A7A2AE
(167,162,174)
#B8B3BE
(184,179,190)
#C9C4CE
(201,196,206)
#DAD5DE
(218,213,222)
#EBE6EE
(235,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #413C4E color. Also use rgb(65,60,78) instead hex code.

Text Font Color

.myTextColor { color: #413C4E; }

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

This text font color is #413C4E.

Background Color

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

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

This div background color is #413C4E.

Border color

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

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

This div border color is #413C4E.

Opacity

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

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

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

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

This text has shadow with #413C4E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #413C4E.

Preview

Color preview on black background

This text has color #413C4E on black background.


Color preview on white background

This text has color #413C4E on white background.


Black color preview on #413C4E background

This text has black color on #413C4E background.


White color preview on #413C4E background

This text has white color on #413C4E background.


Related colors

Complementary color

Complementary color for #hex is #BEC3B1.


I love getcolorcode.com

Triadic colors

1 #4E413C and #3C4E41 with #413C4E are triadic colors.

2 #4E3C41 and #3C414E with #413C4E are triadic colors.