COLOR #413C51

HEX: #413C51
RGB: (65,60,81)

Color info

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

RGB color model

#413C51 color RGB value is (65,60,81).

  • red value is 65;
  • green value is 60;
  • blue value is 81.
RGB:
(65,60,81)
(25%,24%,32%)

RGB channels and saturation

R 65 of 255 = 25%
G 60 of 255 = 24%
B 81 of 255 = 32%

65
60
81

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

Portions of RGB colors in percentages

R + G + B =
65 + 60 + 81 = 206 (100%)
R 65 of 206 ~ 31.55%
G 60 of 206 ~ 29.13%
B 81 of 206 ~ 39.32%

%31.55
%29.13
%39.32

CMYK color model

#413C51 color CMYK value is (20,26,0,68).

  • cyan value is 19.75%
  • magenta value is 25.93%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(20,26,0,68)
C20M26Y0K68 
(20%,26%,0%,68%)
(0.20/0.26/0.00/0.68)	

CMYK percentages

%19.75
%25.93
%0
%68.24

Codes

Color #413C51 in popluar color models

413C51
RGB656081
HSL254°14.89%27.65%
HSB/HSV254°25.93%31.76%
CMYK19.75%25.93%0.00%
68.24%

Color #413C51 in popluar number systems.

HEX413C51
Decimal656081
Binary10000011111001010001
Octal10174121

Shades and tints

Shades of #413C51

#413C51
(65,60,81)
#3C374A
(60,55,74)
#373243
(55,50,67)
#322D3C
(50,45,60)
#2D2835
(45,40,53)
#28232E
(40,35,46)
#231E27
(35,30,39)
#1E1920
(30,25,32)
#191419
(25,20,25)
#140F12
(20,15,18)
#0F0A0B
(15,10,11)
#000000
(0,0,0)

Tints of #413C51

#413C51
(65,60,81)
#524D60
(82,77,96)
#635E6F
(99,94,111)
#746F7E
(116,111,126)
#85808D
(133,128,141)
#96919C
(150,145,156)
#A7A2AB
(167,162,171)
#B8B3BA
(184,179,186)
#C9C4C9
(201,196,201)
#DAD5D8
(218,213,216)
#EBE6E7
(235,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #413C51 color. Also use rgb(65,60,81) instead hex code.

Text Font Color

.myTextColor { color: #413C51; }

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

This text font color is #413C51.


Background Color

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

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

This div background color is #413C51.


Border color

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

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

This div border color is #413C51.


Opacity

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

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

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

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

This text has shadow with #413C51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #413C51 on black background.


Color preview on white background

This text has color #413C51 on white background.



Black color preview on #413C51 background

This text has black color on #413C51 background.


White color preview on #413C51 background

This text has white color on #413C51 background.