COLOR #413A4A

HEX: #413A4A RGB: (65,58,74)

Color info

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

RGB color model

#413A4A color RGB value is (65,58,74).

RGB: (65,58,74) (25%, 23%, 29%)

RGB channels and saturation

R 65 of 255 = 25%
G 58 of 255 = 23%
B 74 of 255 = 29%

65
58
74

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

Portions of RGB colors in percentages

R + G + B = 65 + 58 + 74 = 197 (100%)
R 65 of 197 ~ 32.99%
G 58 of 197 ~ 29.44%
B 74 of 197 ~ 37.56'%

%32.99
%29.44
%37.56

CMYK color model

#413A4A color CMYK value is (12,22,0,71).

  • cyan value is 12.16%
  • magenta value is 21.62%
  • yellow value is 0.00%
  • key color value is 70.98%

CMYK: (12,22,0,71)
C12M22Y0K71 (12%, 22%, 0%, 71%)
(0.12 / 0.22 / 0.00 / 0.71)

CMYK percentages

%12.16
%21.62
%0
%70.98

Codes

Color #413A4A in popluar color models

41 3A 4A
RGB 65 58 74
HSL 266° 12.12% 25.88%
HSB/HSV 266° 21.62% 29.02%
CMYK 12.16% 21.62% 0.00%
70.98%

Color #413A4A in popluar number systems.

HEX 41 3A 4A
Decimal 65 58 74
Binary 1000001 111010 1001010
Octal 101 72 112

Shades and tints

Shades of #413A4A

#413A4A
(65,58,74)
#3C3544
(60,53,68)
#37303E
(55,48,62)
#322B38
(50,43,56)
#2D2632
(45,38,50)
#28212C
(40,33,44)
#231C26
(35,28,38)
#1E1720
(30,23,32)
#19121A
(25,18,26)
#140D14
(20,13,20)
#0F080E
(15,8,14)
#000000
(0,0,0)

Tints of #413A4A

#413A4A
(65,58,74)
#524B5A
(82,75,90)
#635C6A
(99,92,106)
#746D7A
(116,109,122)
#857E8A
(133,126,138)
#968F9A
(150,143,154)
#A7A0AA
(167,160,170)
#B8B1BA
(184,177,186)
#C9C2CA
(201,194,202)
#DAD3DA
(218,211,218)
#EBE4EA
(235,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #413A4A; }

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

This text font color is #413A4A.

Background Color

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

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

This div background color is #413A4A.

Border color

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

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

This div border color is #413A4A.

Opacity

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

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

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

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

This text has shadow with #413A4A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #413A4A.

Preview

Color preview on black background

This text has color #413A4A on black background.


Color preview on white background

This text has color #413A4A on white background.


Black color preview on #413A4A background

This text has black color on #413A4A background.


White color preview on #413A4A background

This text has white color on #413A4A background.


Related colors

Complementary color

Complementary color for #413A4A is #BEC5B5.


I love getcolorcode.com

Triadic colors

1 #4A413A and #3A4A41 with #413A4A are triadic colors.

2 #4A3A41 and #3A414A with #413A4A are triadic colors.