COLOR #413D51

HEX: #413D51 RGB: (65,61,81)

Color info

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

RGB color model

#413D51 color RGB value is (65,61,81).

RGB: (65,61,81) (25%, 24%, 32%)

RGB channels and saturation

R 65 of 255 = 25%
G 61 of 255 = 24%
B 81 of 255 = 32%

65
61
81

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

Portions of RGB colors in percentages

R + G + B = 65 + 61 + 81 = 207 (100%)
R 65 of 207 ~ 31.4%
G 61 of 207 ~ 29.47%
B 81 of 207 ~ 39.13'%

%31.4
%29.47
%39.13

CMYK color model

#413D51 color CMYK value is (20,25,0,68).

  • cyan value is 19.75%
  • magenta value is 24.69%
  • yellow value is 0.00%
  • key color value is 68.24%

CMYK: (20,25,0,68)
C20M25Y0K68 (20%, 25%, 0%, 68%)
(0.20 / 0.25 / 0.00 / 0.68)

CMYK percentages

%19.75
%24.69
%0
%68.24

Codes

Color #413D51 in popluar color models

41 3D 51
RGB 65 61 81
HSL 252° 14.08% 27.84%
HSB/HSV 252° 24.69% 31.76%
CMYK 19.75% 24.69% 0.00%
68.24%

Color #413D51 in popluar number systems.

HEX 41 3D 51
Decimal 65 61 81
Binary 1000001 111101 1010001
Octal 101 75 121

Shades and tints

Shades of #413D51

#413D51
(65,61,81)
#3C384A
(60,56,74)
#373343
(55,51,67)
#322E3C
(50,46,60)
#2D2935
(45,41,53)
#28242E
(40,36,46)
#231F27
(35,31,39)
#1E1A20
(30,26,32)
#191519
(25,21,25)
#141012
(20,16,18)
#0F0B0B
(15,11,11)
#000000
(0,0,0)

Tints of #413D51

#413D51
(65,61,81)
#524E60
(82,78,96)
#635F6F
(99,95,111)
#74707E
(116,112,126)
#85818D
(133,129,141)
#96929C
(150,146,156)
#A7A3AB
(167,163,171)
#B8B4BA
(184,180,186)
#C9C5C9
(201,197,201)
#DAD6D8
(218,214,216)
#EBE7E7
(235,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #413D51 color. Also use rgb(65,61,81) instead hex code.

Text Font Color

.myTextColor { color: #413D51; }

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

This text font color is #413D51.

Background Color

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

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

This div background color is #413D51.

Border color

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

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

This div border color is #413D51.

Opacity

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

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

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

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

This text has shadow with #413D51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #413D51.

Preview

Color preview on black background

This text has color #413D51 on black background.


Color preview on white background

This text has color #413D51 on white background.


Black color preview on #413D51 background

This text has black color on #413D51 background.


White color preview on #413D51 background

This text has white color on #413D51 background.


Related colors

Complementary color

Complementary color for #hex is #BEC2AE.


I love getcolorcode.com

Triadic colors

1 #51413D and #3D5141 with #413D51 are triadic colors.

2 #513D41 and #3D4151 with #413D51 are triadic colors.