COLOR #414D59

HEX: #414D59 RGB: (65,77,89)

Color info

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

RGB color model

#414D59 color RGB value is (65,77,89).

RGB: (65,77,89) (25%, 30%, 35%)

RGB channels and saturation

R 65 of 255 = 25%
G 77 of 255 = 30%
B 89 of 255 = 35%

65
77
89

R + G + B ~ 30%. #414D59 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 65 + 77 + 89 = 231 (100%)
R 65 of 231 ~ 28.14%
G 77 of 231 ~ 33.33%
B 89 of 231 ~ 38.53'%

%28.14
%33.33
%38.53

CMYK color model

#414D59 color CMYK value is (27,13,0,65).

  • cyan value is 26.97%
  • magenta value is 13.48%
  • yellow value is 0.00%
  • key color value is 65.10%

CMYK: (27,13,0,65)
C27M13Y0K65 (27%, 13%, 0%, 65%)
(0.27 / 0.13 / 0.00 / 0.65)

CMYK percentages

%26.97
%13.48
%0
%65.1

Codes

Color #414D59 in popluar color models

41 4D 59
RGB 65 77 89
HSL 210° 15.58% 30.20%
HSB/HSV 210° 26.97% 34.90%
CMYK 26.97% 13.48% 0.00%
65.10%

Color #414D59 in popluar number systems.

HEX 41 4D 59
Decimal 65 77 89
Binary 1000001 1001101 1011001
Octal 101 115 131

Shades and tints

Shades of #414D59

#414D59
(65,77,89)
#3C4651
(60,70,81)
#373F49
(55,63,73)
#323841
(50,56,65)
#2D3139
(45,49,57)
#282A31
(40,42,49)
#232329
(35,35,41)
#1E1C21
(30,28,33)
#191519
(25,21,25)
#140E11
(20,14,17)
#0F0709
(15,7,9)
#000000
(0,0,0)

Tints of #414D59

#414D59
(65,77,89)
#525D68
(82,93,104)
#636D77
(99,109,119)
#747D86
(116,125,134)
#858D95
(133,141,149)
#969DA4
(150,157,164)
#A7ADB3
(167,173,179)
#B8BDC2
(184,189,194)
#C9CDD1
(201,205,209)
#DADDE0
(218,221,224)
#EBEDEF
(235,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #414D59 color. Also use rgb(65,77,89) instead hex code.

Text Font Color

.myTextColor { color: #414D59; }

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

This text font color is #414D59.

Background Color

.myBgColor { background-color: #414D59; }

<div style="background-color:#414D59">Inner text</div>

This div background color is #414D59.

Border color

.myBorderColor { border: 1px solid #414D59; }

<div style="border:3px solid #414D59">Div</div>

This div border color is #414D59.

Opacity

.myOpacity80 { color: #414D59; opacity: 0.8; }

<p style="color:#414D59;opacity:0.8;">80%</p>

Text with #414D59 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 #414D59;}

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

This text has shadow with #414D59 color.


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

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

This text has shadow with #414D59 primary color and red secondary color.


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

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

This text has shadow with #414D59 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #414D59.

Preview

Color preview on black background

This text has color #414D59 on black background.


Color preview on white background

This text has color #414D59 on white background.


Black color preview on #414D59 background

This text has black color on #414D59 background.


White color preview on #414D59 background

This text has white color on #414D59 background.


Related colors

Complementary color

Complementary color for #hex is #BEB2A6.


I love getcolorcode.com

Triadic colors

1 #59414D and #4D5941 with #414D59 are triadic colors.

2 #594D41 and #4D4159 with #414D59 are triadic colors.