COLOR #413E42

HEX: #413E42
RGB: (65,62,66)

Color info

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

RGB color model

#413E42 color RGB value is (65,62,66).

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

RGB channels and saturation

R 65 of 255 = 25%
G 62 of 255 = 24%
B 66 of 255 = 26%

65
62
66

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

Portions of RGB colors in percentages

R + G + B =
65 + 62 + 66 = 193 (100%)
R 65 of 193 ~ 33.68%
G 62 of 193 ~ 32.12%
B 66 of 193 ~ 34.2%

%33.68
%32.12
%34.2

CMYK color model

#413E42 color CMYK value is (2,6,0,74).

  • cyan value is 1.52%
  • magenta value is 6.06%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(2,6,0,74)
C2M6Y0K74 
(2%,6%,0%,74%)
(0.02/0.06/0.00/0.74)	

CMYK percentages

%1.52
%6.06
%0
%74.12

Codes

Color #413E42 in popluar color models

413E42
RGB656266
HSL285°3.13%25.10%
HSB/HSV285°6.06%25.88%
CMYK1.52%6.06%0.00%
74.12%

Color #413E42 in popluar number systems.

HEX413E42
Decimal656266
Binary10000011111101000010
Octal10176102

Shades and tints

Shades of #413E42

#413E42
(65,62,66)
#3C393C
(60,57,60)
#373436
(55,52,54)
#322F30
(50,47,48)
#2D2A2A
(45,42,42)
#282524
(40,37,36)
#23201E
(35,32,30)
#1E1B18
(30,27,24)
#191612
(25,22,18)
#14110C
(20,17,12)
#0F0C06
(15,12,6)
#000000
(0,0,0)

Tints of #413E42

#413E42
(65,62,66)
#524F53
(82,79,83)
#636064
(99,96,100)
#747175
(116,113,117)
#858286
(133,130,134)
#969397
(150,147,151)
#A7A4A8
(167,164,168)
#B8B5B9
(184,181,185)
#C9C6CA
(201,198,202)
#DAD7DB
(218,215,219)
#EBE8EC
(235,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #413E42; }

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

This text font color is #413E42.


Background Color

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

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

This div background color is #413E42.


Border color

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

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

This div border color is #413E42.


Opacity

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

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

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

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

This text has shadow with #413E42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #413E42 on black background.


Color preview on white background

This text has color #413E42 on white background.



Black color preview on #413E42 background

This text has black color on #413E42 background.


White color preview on #413E42 background

This text has white color on #413E42 background.