COLOR #413F4F

HEX: #413F4F
RGB: (65,63,79)

Color info

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

RGB color model

#413F4F color RGB value is (65,63,79).

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

RGB channels and saturation

R 65 of 255 = 25%
G 63 of 255 = 25%
B 79 of 255 = 31%

65
63
79

R + G + B ~ 27%. #413F4F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 63 + 79 = 207 (100%)
R 65 of 207 ~ 31.4%
G 63 of 207 ~ 30.43%
B 79 of 207 ~ 38.16%

%31.4
%30.43
%38.16

CMYK color model

#413F4F color CMYK value is (18,20,0,69).

  • cyan value is 17.72%
  • magenta value is 20.25%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(18,20,0,69)
C18M20Y0K69 
(18%,20%,0%,69%)
(0.18/0.20/0.00/0.69)	

CMYK percentages

%17.72
%20.25
%0
%69.02

Codes

Color #413F4F in popluar color models

413F4F
RGB656379
HSL248°11.27%27.84%
HSB/HSV248°20.25%30.98%
CMYK17.72%20.25%0.00%
69.02%

Color #413F4F in popluar number systems.

HEX413F4F
Decimal656379
Binary10000011111111001111
Octal10177117

Shades and tints

Shades of #413F4F

#413F4F
(65,63,79)
#3C3A48
(60,58,72)
#373541
(55,53,65)
#32303A
(50,48,58)
#2D2B33
(45,43,51)
#28262C
(40,38,44)
#232125
(35,33,37)
#1E1C1E
(30,28,30)
#191717
(25,23,23)
#141210
(20,18,16)
#0F0D09
(15,13,9)
#000000
(0,0,0)

Tints of #413F4F

#413F4F
(65,63,79)
#52505F
(82,80,95)
#63616F
(99,97,111)
#74727F
(116,114,127)
#85838F
(133,131,143)
#96949F
(150,148,159)
#A7A5AF
(167,165,175)
#B8B6BF
(184,182,191)
#C9C7CF
(201,199,207)
#DAD8DF
(218,216,223)
#EBE9EF
(235,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #413F4F color. Also use rgb(65,63,79) instead hex code.

Text Font Color

.myTextColor { color: #413F4F; }

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

This text font color is #413F4F.


Background Color

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

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

This div background color is #413F4F.


Border color

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

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

This div border color is #413F4F.


Opacity

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

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

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

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

This text has shadow with #413F4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #413F4F on black background.


Color preview on white background

This text has color #413F4F on white background.



Black color preview on #413F4F background

This text has black color on #413F4F background.


White color preview on #413F4F background

This text has white color on #413F4F background.