COLOR #413F4A

HEX: #413F4A RGB: (65,63,74)

Color info

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

RGB color model

#413F4A color RGB value is (65,63,74).

RGB: (65,63,74) (25%, 25%, 29%)

RGB channels and saturation

R 65 of 255 = 25%
G 63 of 255 = 25%
B 74 of 255 = 29%

65
63
74

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

Portions of RGB colors in percentages

R + G + B = 65 + 63 + 74 = 202 (100%)
R 65 of 202 ~ 32.18%
G 63 of 202 ~ 31.19%
B 74 of 202 ~ 36.63'%

%32.18
%31.19
%36.63

CMYK color model

#413F4A color CMYK value is (12,15,0,71).

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

CMYK: (12,15,0,71)
C12M15Y0K71 (12%, 15%, 0%, 71%)
(0.12 / 0.15 / 0.00 / 0.71)

CMYK percentages

%12.16
%14.86
%0
%70.98

Codes

Color #413F4A in popluar color models

41 3F 4A
RGB 65 63 74
HSL 251° 8.03% 26.86%
HSB/HSV 251° 14.86% 29.02%
CMYK 12.16% 14.86% 0.00%
70.98%

Color #413F4A in popluar number systems.

HEX 41 3F 4A
Decimal 65 63 74
Binary 1000001 111111 1001010
Octal 101 77 112

Shades and tints

Shades of #413F4A

#413F4A
(65,63,74)
#3C3A44
(60,58,68)
#37353E
(55,53,62)
#323038
(50,48,56)
#2D2B32
(45,43,50)
#28262C
(40,38,44)
#232126
(35,33,38)
#1E1C20
(30,28,32)
#19171A
(25,23,26)
#141214
(20,18,20)
#0F0D0E
(15,13,14)
#000000
(0,0,0)

Tints of #413F4A

#413F4A
(65,63,74)
#52505A
(82,80,90)
#63616A
(99,97,106)
#74727A
(116,114,122)
#85838A
(133,131,138)
#96949A
(150,148,154)
#A7A5AA
(167,165,170)
#B8B6BA
(184,182,186)
#C9C7CA
(201,199,202)
#DAD8DA
(218,216,218)
#EBE9EA
(235,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #413F4A; }

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

This text font color is #413F4A.

Background Color

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

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

This div background color is #413F4A.

Border color

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

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

This div border color is #413F4A.

Opacity

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

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

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

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

This text has shadow with #413F4A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #413F4A.

Preview

Color preview on black background

This text has color #413F4A on black background.


Color preview on white background

This text has color #413F4A on white background.


Black color preview on #413F4A background

This text has black color on #413F4A background.


White color preview on #413F4A background

This text has white color on #413F4A background.


Related colors

Complementary color

Complementary color for #hex is #BEC0B5.


I love getcolorcode.com

Triadic colors

1 #4A413F and #3F4A41 with #413F4A are triadic colors.

2 #4A3F41 and #3F414A with #413F4A are triadic colors.