COLOR #414B4F

HEX: #414B4F
RGB: (65,75,79)

Color info

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

RGB color model

#414B4F color RGB value is (65,75,79).

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

RGB channels and saturation

R 65 of 255 = 25%
G 75 of 255 = 29%
B 79 of 255 = 31%

65
75
79

R + G + B ~ 28%. #414B4F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 75 + 79 = 219 (100%)
R 65 of 219 ~ 29.68%
G 75 of 219 ~ 34.25%
B 79 of 219 ~ 36.07%

%29.68
%34.25
%36.07

CMYK color model

#414B4F color CMYK value is (18,5,0,69).

  • cyan value is 17.72%
  • magenta value is 5.06%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(18,5,0,69)
C18M5Y0K69 
(18%,5%,0%,69%)
(0.18/0.05/0.00/0.69)	

CMYK percentages

%17.72
%5.06
%0
%69.02

Codes

Color #414B4F in popluar color models

414B4F
RGB657579
HSL197°9.72%28.24%
HSB/HSV197°17.72%30.98%
CMYK17.72%5.06%0.00%
69.02%

Color #414B4F in popluar number systems.

HEX414B4F
Decimal657579
Binary100000110010111001111
Octal101113117

Shades and tints

Shades of #414B4F

#414B4F
(65,75,79)
#3C4548
(60,69,72)
#373F41
(55,63,65)
#32393A
(50,57,58)
#2D3333
(45,51,51)
#282D2C
(40,45,44)
#232725
(35,39,37)
#1E211E
(30,33,30)
#191B17
(25,27,23)
#141510
(20,21,16)
#0F0F09
(15,15,9)
#000000
(0,0,0)

Tints of #414B4F

#414B4F
(65,75,79)
#525B5F
(82,91,95)
#636B6F
(99,107,111)
#747B7F
(116,123,127)
#858B8F
(133,139,143)
#969B9F
(150,155,159)
#A7ABAF
(167,171,175)
#B8BBBF
(184,187,191)
#C9CBCF
(201,203,207)
#DADBDF
(218,219,223)
#EBEBEF
(235,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #414B4F; }

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

This text font color is #414B4F.


Background Color

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

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

This div background color is #414B4F.


Border color

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

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

This div border color is #414B4F.


Opacity

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

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

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

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

This text has shadow with #414B4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #414B4F on black background.


Color preview on white background

This text has color #414B4F on white background.



Black color preview on #414B4F background

This text has black color on #414B4F background.


White color preview on #414B4F background

This text has white color on #414B4F background.