COLOR #413F4E

HEX: #413F4E
RGB: (65,63,78)

Color info

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

RGB color model

#413F4E color RGB value is (65,63,78).

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

RGB channels and saturation

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

65
63
78

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

Portions of RGB colors in percentages

R + G + B =
65 + 63 + 78 = 206 (100%)
R 65 of 206 ~ 31.55%
G 63 of 206 ~ 30.58%
B 78 of 206 ~ 37.86%

%31.55
%30.58
%37.86

CMYK color model

#413F4E color CMYK value is (17,19,0,69).

  • cyan value is 16.67%
  • magenta value is 19.23%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(17,19,0,69)
C17M19Y0K69 
(17%,19%,0%,69%)
(0.17/0.19/0.00/0.69)	

CMYK percentages

%16.67
%19.23
%0
%69.41

Codes

Color #413F4E in popluar color models

413F4E
RGB656378
HSL248°10.64%27.65%
HSB/HSV248°19.23%30.59%
CMYK16.67%19.23%0.00%
69.41%

Color #413F4E in popluar number systems.

HEX413F4E
Decimal656378
Binary10000011111111001110
Octal10177116

Shades and tints

Shades of #413F4E

#413F4E
(65,63,78)
#3C3A47
(60,58,71)
#373540
(55,53,64)
#323039
(50,48,57)
#2D2B32
(45,43,50)
#28262B
(40,38,43)
#232124
(35,33,36)
#1E1C1D
(30,28,29)
#191716
(25,23,22)
#14120F
(20,18,15)
#0F0D08
(15,13,8)
#000000
(0,0,0)

Tints of #413F4E

#413F4E
(65,63,78)
#52505E
(82,80,94)
#63616E
(99,97,110)
#74727E
(116,114,126)
#85838E
(133,131,142)
#96949E
(150,148,158)
#A7A5AE
(167,165,174)
#B8B6BE
(184,182,190)
#C9C7CE
(201,199,206)
#DAD8DE
(218,216,222)
#EBE9EE
(235,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #413F4E; }

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

This text font color is #413F4E.


Background Color

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

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

This div background color is #413F4E.


Border color

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

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

This div border color is #413F4E.


Opacity

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

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

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

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

This text has shadow with #413F4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #413F4E on black background.


Color preview on white background

This text has color #413F4E on white background.



Black color preview on #413F4E background

This text has black color on #413F4E background.


White color preview on #413F4E background

This text has white color on #413F4E background.