COLOR #414B49

HEX: #414B49 RGB: (65,75,73)

Color info

#414B49 contains red, green and blue colors in about the same proportion. Web safe color of #414B49 is #333333 (or #333).

RGB color model

#414B49 color RGB value is (65,75,73).

RGB: (65,75,73) (25%, 29%, 29%)

RGB channels and saturation

R 65 of 255 = 25%
G 75 of 255 = 29%
B 73 of 255 = 29%

65
75
73

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

Portions of RGB colors in percentages

R + G + B = 65 + 75 + 73 = 213 (100%)
R 65 of 213 ~ 30.52%
G 75 of 213 ~ 35.21%
B 73 of 213 ~ 34.27'%

%30.52
%35.21
%34.27

CMYK color model

#414B49 color CMYK value is (13,0,3,71).

  • cyan value is 13.33%
  • magenta value is 0.00%
  • yellow value is 2.67%
  • key color value is 70.59%

CMYK: (13,0,3,71)
C13M0Y3K71 (13%, 0%, 3%, 71%)
(0.13 / 0.00 / 0.03 / 0.71)

CMYK percentages

%13.33
%0
%2.67
%70.59

Codes

Color #414B49 in popluar color models

41 4B 49
RGB 65 75 73
HSL 168° 7.14% 27.45%
HSB/HSV 168° 13.33% 29.41%
CMYK 13.33% 0.00% 2.67%
70.59%

Color #414B49 in popluar number systems.

HEX 41 4B 49
Decimal 65 75 73
Binary 1000001 1001011 1001001
Octal 101 113 111

Shades and tints

Shades of #414B49

#414B49
(65,75,73)
#3C4543
(60,69,67)
#373F3D
(55,63,61)
#323937
(50,57,55)
#2D3331
(45,51,49)
#282D2B
(40,45,43)
#232725
(35,39,37)
#1E211F
(30,33,31)
#191B19
(25,27,25)
#141513
(20,21,19)
#0F0F0D
(15,15,13)
#000000
(0,0,0)

Tints of #414B49

#414B49
(65,75,73)
#525B59
(82,91,89)
#636B69
(99,107,105)
#747B79
(116,123,121)
#858B89
(133,139,137)
#969B99
(150,155,153)
#A7ABA9
(167,171,169)
#B8BBB9
(184,187,185)
#C9CBC9
(201,203,201)
#DADBD9
(218,219,217)
#EBEBE9
(235,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #414B49; }

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

This text font color is #414B49.

Background Color

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

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

This div background color is #414B49.

Border color

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

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

This div border color is #414B49.

Opacity

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

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

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

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

This text has shadow with #414B49 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #414B49.

Preview

Color preview on black background

This text has color #414B49 on black background.


Color preview on white background

This text has color #414B49 on white background.


Black color preview on #414B49 background

This text has black color on #414B49 background.


White color preview on #414B49 background

This text has white color on #414B49 background.


Related colors

Complementary color

Complementary color for #hex is #BEB4B6.


I love getcolorcode.com

Triadic colors

1 #49414B and #4B4941 with #414B49 are triadic colors.

2 #494B41 and #4B4149 with #414B49 are triadic colors.