COLOR #414D4F

HEX: #414D4F
RGB: (65,77,79)

Color info

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

RGB color model

#414D4F color RGB value is (65,77,79).

  • red value is 65;
  • green value is 77;
  • blue value is 79.
RGB:
(65,77,79)
(25%,30%,31%)

RGB channels and saturation

R 65 of 255 = 25%
G 77 of 255 = 30%
B 79 of 255 = 31%

65
77
79

R + G + B ~ 29%. #414D4F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 77 + 79 = 221 (100%)
R 65 of 221 ~ 29.41%
G 77 of 221 ~ 34.84%
B 79 of 221 ~ 35.75%

%29.41
%34.84
%35.75

CMYK color model

#414D4F color CMYK value is (18,3,0,69).

  • cyan value is 17.72%
  • magenta value is 2.53%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(18,3,0,69)
C18M3Y0K69 
(18%,3%,0%,69%)
(0.18/0.03/0.00/0.69)	

CMYK percentages

%17.72
%2.53
%0
%69.02

Codes

Color #414D4F in popluar color models

414D4F
RGB657779
HSL189°9.72%28.24%
HSB/HSV189°17.72%30.98%
CMYK17.72%2.53%0.00%
69.02%

Color #414D4F in popluar number systems.

HEX414D4F
Decimal657779
Binary100000110011011001111
Octal101115117

Shades and tints

Shades of #414D4F

#414D4F
(65,77,79)
#3C4648
(60,70,72)
#373F41
(55,63,65)
#32383A
(50,56,58)
#2D3133
(45,49,51)
#282A2C
(40,42,44)
#232325
(35,35,37)
#1E1C1E
(30,28,30)
#191517
(25,21,23)
#140E10
(20,14,16)
#0F0709
(15,7,9)
#000000
(0,0,0)

Tints of #414D4F

#414D4F
(65,77,79)
#525D5F
(82,93,95)
#636D6F
(99,109,111)
#747D7F
(116,125,127)
#858D8F
(133,141,143)
#969D9F
(150,157,159)
#A7ADAF
(167,173,175)
#B8BDBF
(184,189,191)
#C9CDCF
(201,205,207)
#DADDDF
(218,221,223)
#EBEDEF
(235,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #414D4F; }

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

This text font color is #414D4F.


Background Color

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

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

This div background color is #414D4F.


Border color

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

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

This div border color is #414D4F.


Opacity

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

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

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

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

This text has shadow with #414D4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #414D4F on black background.


Color preview on white background

This text has color #414D4F on white background.



Black color preview on #414D4F background

This text has black color on #414D4F background.


White color preview on #414D4F background

This text has white color on #414D4F background.