COLOR #414C46

HEX: #414C46 RGB: (65,76,70)

Color info

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

RGB color model

#414C46 color RGB value is (65,76,70).

RGB: (65,76,70) (25%, 30%, 27%)

RGB channels and saturation

R 65 of 255 = 25%
G 76 of 255 = 30%
B 70 of 255 = 27%

65
76
70

R + G + B ~ 27%. #414C46 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 65 + 76 + 70 = 211 (100%)
R 65 of 211 ~ 30.81%
G 76 of 211 ~ 36.02%
B 70 of 211 ~ 33.18'%

%30.81
%36.02
%33.18

CMYK color model

#414C46 color CMYK value is (14,0,8,70).

  • cyan value is 14.47%
  • magenta value is 0.00%
  • yellow value is 7.89%
  • key color value is 70.20%

CMYK: (14,0,8,70)
C14M0Y8K70 (14%, 0%, 8%, 70%)
(0.14 / 0.00 / 0.08 / 0.70)

CMYK percentages

%14.47
%0
%7.89
%70.2

Codes

Color #414C46 in popluar color models

41 4C 46
RGB 65 76 70
HSL 147° 7.80% 27.65%
HSB/HSV 147° 14.47% 29.80%
CMYK 14.47% 0.00% 7.89%
70.20%

Color #414C46 in popluar number systems.

HEX 41 4C 46
Decimal 65 76 70
Binary 1000001 1001100 1000110
Octal 101 114 106

Shades and tints

Shades of #414C46

#414C46
(65,76,70)
#3C4640
(60,70,64)
#37403A
(55,64,58)
#323A34
(50,58,52)
#2D342E
(45,52,46)
#282E28
(40,46,40)
#232822
(35,40,34)
#1E221C
(30,34,28)
#191C16
(25,28,22)
#141610
(20,22,16)
#0F100A
(15,16,10)
#000000
(0,0,0)

Tints of #414C46

#414C46
(65,76,70)
#525C56
(82,92,86)
#636C66
(99,108,102)
#747C76
(116,124,118)
#858C86
(133,140,134)
#969C96
(150,156,150)
#A7ACA6
(167,172,166)
#B8BCB6
(184,188,182)
#C9CCC6
(201,204,198)
#DADCD6
(218,220,214)
#EBECE6
(235,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #414C46 color. Also use rgb(65,76,70) instead hex code.

Text Font Color

.myTextColor { color: #414C46; }

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

This text font color is #414C46.

Background Color

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

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

This div background color is #414C46.

Border color

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

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

This div border color is #414C46.

Opacity

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

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

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

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

This text has shadow with #414C46 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #414C46.

Preview

Color preview on black background

This text has color #414C46 on black background.


Color preview on white background

This text has color #414C46 on white background.


Black color preview on #414C46 background

This text has black color on #414C46 background.


White color preview on #414C46 background

This text has white color on #414C46 background.


Related colors

Complementary color

Complementary color for #hex is #BEB3B9.


I love getcolorcode.com

Triadic colors

1 #46414C and #4C4641 with #414C46 are triadic colors.

2 #464C41 and #4C4146 with #414C46 are triadic colors.