COLOR #413E46

HEX: #413E46
RGB: (65,62,70)

Color info

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

RGB color model

#413E46 color RGB value is (65,62,70).

  • red value is 65;
  • green value is 62;
  • blue value is 70.
RGB:
(65,62,70)
(25%,24%,27%)

RGB channels and saturation

R 65 of 255 = 25%
G 62 of 255 = 24%
B 70 of 255 = 27%

65
62
70

R + G + B ~ 25%. #413E46 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 62 + 70 = 197 (100%)
R 65 of 197 ~ 32.99%
G 62 of 197 ~ 31.47%
B 70 of 197 ~ 35.53%

%32.99
%31.47
%35.53

CMYK color model

#413E46 color CMYK value is (7,11,0,73).

  • cyan value is 7.14%
  • magenta value is 11.43%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(7,11,0,73)
C7M11Y0K73 
(7%,11%,0%,73%)
(0.07/0.11/0.00/0.73)	

CMYK percentages

%7.14
%11.43
%0
%72.55

Codes

Color #413E46 in popluar color models

413E46
RGB656270
HSL263°6.06%25.88%
HSB/HSV263°11.43%27.45%
CMYK7.14%11.43%0.00%
72.55%

Color #413E46 in popluar number systems.

HEX413E46
Decimal656270
Binary10000011111101000110
Octal10176106

Shades and tints

Shades of #413E46

#413E46
(65,62,70)
#3C3940
(60,57,64)
#37343A
(55,52,58)
#322F34
(50,47,52)
#2D2A2E
(45,42,46)
#282528
(40,37,40)
#232022
(35,32,34)
#1E1B1C
(30,27,28)
#191616
(25,22,22)
#141110
(20,17,16)
#0F0C0A
(15,12,10)
#000000
(0,0,0)

Tints of #413E46

#413E46
(65,62,70)
#524F56
(82,79,86)
#636066
(99,96,102)
#747176
(116,113,118)
#858286
(133,130,134)
#969396
(150,147,150)
#A7A4A6
(167,164,166)
#B8B5B6
(184,181,182)
#C9C6C6
(201,198,198)
#DAD7D6
(218,215,214)
#EBE8E6
(235,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #413E46 color. Also use rgb(65,62,70) instead hex code.

Text Font Color

.myTextColor { color: #413E46; }

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

This text font color is #413E46.


Background Color

.myBgColor { background-color: #413E46; }

<div style="background-color:#413E46">Inner text</div>

This div background color is #413E46.


Border color

.myBorderColor { border: 1px solid #413E46; }

<div style="border:3px solid #413E46">Div</div>

This div border color is #413E46.


Opacity

.myOpacity80 { color: #413E46; opacity: 0.8; }

<p style="color:#413E46;opacity:0.8;">80%</p>

Text with #413E46 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 #413E46;}

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

This text has shadow with #413E46 color.

.textShadow {text-shadow: 3px 3px 1px #413E46, 3px 3px 1px red;}

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

This text has shadow with #413E46 primary color and red secondary color.


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

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

This text has shadow with #413E46 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #413E46 on black background.


Color preview on white background

This text has color #413E46 on white background.



Black color preview on #413E46 background

This text has black color on #413E46 background.


White color preview on #413E46 background

This text has white color on #413E46 background.