COLOR #413A4D

HEX: #413A4D
RGB: (65,58,77)

Color info

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

RGB color model

#413A4D color RGB value is (65,58,77).

  • red value is 65;
  • green value is 58;
  • blue value is 77.
RGB:
(65,58,77)
(25%,23%,30%)

RGB channels and saturation

R 65 of 255 = 25%
G 58 of 255 = 23%
B 77 of 255 = 30%

65
58
77

R + G + B ~ 26%. #413A4D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 58 + 77 = 200 (100%)
R 65 of 200 ~ 32.5%
G 58 of 200 ~ 29%
B 77 of 200 ~ 38.5%

%32.5
%29
%38.5

CMYK color model

#413A4D color CMYK value is (16,25,0,70).

  • cyan value is 15.58%
  • magenta value is 24.68%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(16,25,0,70)
C16M25Y0K70 
(16%,25%,0%,70%)
(0.16/0.25/0.00/0.70)	

CMYK percentages

%15.58
%24.68
%0
%69.8

Codes

Color #413A4D in popluar color models

413A4D
RGB655877
HSL262°14.07%26.47%
HSB/HSV262°24.68%30.20%
CMYK15.58%24.68%0.00%
69.80%

Color #413A4D in popluar number systems.

HEX413A4D
Decimal655877
Binary10000011110101001101
Octal10172115

Shades and tints

Shades of #413A4D

#413A4D
(65,58,77)
#3C3546
(60,53,70)
#37303F
(55,48,63)
#322B38
(50,43,56)
#2D2631
(45,38,49)
#28212A
(40,33,42)
#231C23
(35,28,35)
#1E171C
(30,23,28)
#191215
(25,18,21)
#140D0E
(20,13,14)
#0F0807
(15,8,7)
#000000
(0,0,0)

Tints of #413A4D

#413A4D
(65,58,77)
#524B5D
(82,75,93)
#635C6D
(99,92,109)
#746D7D
(116,109,125)
#857E8D
(133,126,141)
#968F9D
(150,143,157)
#A7A0AD
(167,160,173)
#B8B1BD
(184,177,189)
#C9C2CD
(201,194,205)
#DAD3DD
(218,211,221)
#EBE4ED
(235,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #413A4D color. Also use rgb(65,58,77) instead hex code.

Text Font Color

.myTextColor { color: #413A4D; }

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

This text font color is #413A4D.


Background Color

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

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

This div background color is #413A4D.


Border color

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

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

This div border color is #413A4D.


Opacity

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

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

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

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

This text has shadow with #413A4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #413A4D on black background.


Color preview on white background

This text has color #413A4D on white background.



Black color preview on #413A4D background

This text has black color on #413A4D background.


White color preview on #413A4D background

This text has white color on #413A4D background.