COLOR #413C4F

HEX: #413C4F RGB: (65,60,79)

Color info

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

RGB color model

#413C4F color RGB value is (65,60,79).

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

RGB channels and saturation

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

65
60
79

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

Portions of RGB colors in percentages

R + G + B = 65 + 60 + 79 = 204 (100%)
R 65 of 204 ~ 31.86%
G 60 of 204 ~ 29.41%
B 79 of 204 ~ 38.73'%

%31.86
%29.41
%38.73

CMYK color model

#413C4F color CMYK value is (18,24,0,69).

  • cyan value is 17.72%
  • magenta value is 24.05%
  • yellow value is 0.00%
  • key color value is 69.02%

CMYK: (18,24,0,69)
C18M24Y0K69 (18%, 24%, 0%, 69%)
(0.18 / 0.24 / 0.00 / 0.69)

CMYK percentages

%17.72
%24.05
%0
%69.02

Codes

Color #413C4F in popluar color models

41 3C 4F
RGB 65 60 79
HSL 256° 13.67% 27.25%
HSB/HSV 256° 24.05% 30.98%
CMYK 17.72% 24.05% 0.00%
69.02%

Color #413C4F in popluar number systems.

HEX 41 3C 4F
Decimal 65 60 79
Binary 1000001 111100 1001111
Octal 101 74 117

Shades and tints

Shades of #413C4F

#413C4F
(65,60,79)
#3C3748
(60,55,72)
#373241
(55,50,65)
#322D3A
(50,45,58)
#2D2833
(45,40,51)
#28232C
(40,35,44)
#231E25
(35,30,37)
#1E191E
(30,25,30)
#191417
(25,20,23)
#140F10
(20,15,16)
#0F0A09
(15,10,9)
#000000
(0,0,0)

Tints of #413C4F

#413C4F
(65,60,79)
#524D5F
(82,77,95)
#635E6F
(99,94,111)
#746F7F
(116,111,127)
#85808F
(133,128,143)
#96919F
(150,145,159)
#A7A2AF
(167,162,175)
#B8B3BF
(184,179,191)
#C9C4CF
(201,196,207)
#DAD5DF
(218,213,223)
#EBE6EF
(235,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #413C4F; }

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

This text font color is #413C4F.

Background Color

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

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

This div background color is #413C4F.

Border color

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

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

This div border color is #413C4F.

Opacity

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

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

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

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

This text has shadow with #413C4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #413C4F.

Preview

Color preview on black background

This text has color #413C4F on black background.


Color preview on white background

This text has color #413C4F on white background.


Black color preview on #413C4F background

This text has black color on #413C4F background.


White color preview on #413C4F background

This text has white color on #413C4F background.


Related colors

Complementary color

Complementary color for #hex is #BEC3B0.


I love getcolorcode.com

Triadic colors

1 #4F413C and #3C4F41 with #413C4F are triadic colors.

2 #4F3C41 and #3C414F with #413C4F are triadic colors.