COLOR #413143

HEX: #413143 RGB: (65,49,67)

Color info

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

RGB color model

#413143 color RGB value is (65,49,67).

RGB: (65,49,67) (25%, 19%, 26%)

RGB channels and saturation

R 65 of 255 = 25%
G 49 of 255 = 19%
B 67 of 255 = 26%

65
49
67

R + G + B ~ 23%. #413143 is dark color.

Portions of RGB colors in percentages

R + G + B = 65 + 49 + 67 = 181 (100%)
R 65 of 181 ~ 35.91%
G 49 of 181 ~ 27.07%
B 67 of 181 ~ 37.02'%

%35.91
%27.07
%37.02

CMYK color model

#413143 color CMYK value is (3,27,0,74).

  • cyan value is 2.99%
  • magenta value is 26.87%
  • yellow value is 0.00%
  • key color value is 73.73%

CMYK: (3,27,0,74)
C3M27Y0K74 (3%, 27%, 0%, 74%)
(0.03 / 0.27 / 0.00 / 0.74)

CMYK percentages

%2.99
%26.87
%0
%73.73

Codes

Color #413143 in popluar color models

41 31 43
RGB 65 49 67
HSL 293° 15.52% 22.75%
HSB/HSV 293° 26.87% 26.27%
CMYK 2.99% 26.87% 0.00%
73.73%

Color #413143 in popluar number systems.

HEX 41 31 43
Decimal 65 49 67
Binary 1000001 110001 1000011
Octal 101 61 103

Shades and tints

Shades of #413143

#413143
(65,49,67)
#3C2D3D
(60,45,61)
#372937
(55,41,55)
#322531
(50,37,49)
#2D212B
(45,33,43)
#281D25
(40,29,37)
#23191F
(35,25,31)
#1E1519
(30,21,25)
#191113
(25,17,19)
#140D0D
(20,13,13)
#0F0907
(15,9,7)
#000000
(0,0,0)

Tints of #413143

#413143
(65,49,67)
#524354
(82,67,84)
#635565
(99,85,101)
#746776
(116,103,118)
#857987
(133,121,135)
#968B98
(150,139,152)
#A79DA9
(167,157,169)
#B8AFBA
(184,175,186)
#C9C1CB
(201,193,203)
#DAD3DC
(218,211,220)
#EBE5ED
(235,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #413143 color. Also use rgb(65,49,67) instead hex code.

Text Font Color

.myTextColor { color: #413143; }

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

This text font color is #413143.

Background Color

.myBgColor { background-color: #413143; }

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

This div background color is #413143.

Border color

.myBorderColor { border: 1px solid #413143; }

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

This div border color is #413143.

Opacity

.myOpacity80 { color: #413143; opacity: 0.8; }

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

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

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

This text has shadow with #413143 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #413143.

Preview

Color preview on black background

This text has color #413143 on black background.


Color preview on white background

This text has color #413143 on white background.


Black color preview on #413143 background

This text has black color on #413143 background.


White color preview on #413143 background

This text has white color on #413143 background.


Related colors

Complementary color

Complementary color for #hex is #BECEBC.


I love getcolorcode.com

Triadic colors

1 #434131 and #314341 with #413143 are triadic colors.

2 #433141 and #314143 with #413143 are triadic colors.