COLOR #413666

HEX: #413666
RGB: (65,54,102)

Color info

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

RGB color model

#413666 color RGB value is (65,54,102).

  • red value is 65;
  • green value is 54;
  • blue value is 102.
RGB:
(65,54,102)
(25%,21%,40%)

RGB channels and saturation

R 65 of 255 = 25%
G 54 of 255 = 21%
B 102 of 255 = 40%

65
54
102

R + G + B ~ 29%. #413666 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 54 + 102 = 221 (100%)
R 65 of 221 ~ 29.41%
G 54 of 221 ~ 24.43%
B 102 of 221 ~ 46.15%

%29.41
%24.43
%46.15

CMYK color model

#413666 color CMYK value is (36,47,0,60).

  • cyan value is 36.27%
  • magenta value is 47.06%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(36,47,0,60)
C36M47Y0K60 
(36%,47%,0%,60%)
(0.36/0.47/0.00/0.60)	

CMYK percentages

%36.27
%47.06
%0
%60

Codes

Color #413666 in popluar color models

413666
RGB6554102
HSL254°30.77%30.59%
HSB/HSV254°47.06%40.00%
CMYK36.27%47.06%0.00%
60.00%

Color #413666 in popluar number systems.

HEX413666
Decimal6554102
Binary10000011101101100110
Octal10166146

Shades and tints

Shades of #413666

#413666
(65,54,102)
#3C325D
(60,50,93)
#372E54
(55,46,84)
#322A4B
(50,42,75)
#2D2642
(45,38,66)
#282239
(40,34,57)
#231E30
(35,30,48)
#1E1A27
(30,26,39)
#19161E
(25,22,30)
#141215
(20,18,21)
#0F0E0C
(15,14,12)
#000000
(0,0,0)

Tints of #413666

#413666
(65,54,102)
#524873
(82,72,115)
#635A80
(99,90,128)
#746C8D
(116,108,141)
#857E9A
(133,126,154)
#9690A7
(150,144,167)
#A7A2B4
(167,162,180)
#B8B4C1
(184,180,193)
#C9C6CE
(201,198,206)
#DAD8DB
(218,216,219)
#EBEAE8
(235,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #413666 color. Also use rgb(65,54,102) instead hex code.

Text Font Color

.myTextColor { color: #413666; }

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

This text font color is #413666.


Background Color

.myBgColor { background-color: #413666; }

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

This div background color is #413666.


Border color

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

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

This div border color is #413666.


Opacity

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

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

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

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

This text has shadow with #413666 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #413666 on black background.


Color preview on white background

This text has color #413666 on white background.



Black color preview on #413666 background

This text has black color on #413666 background.


White color preview on #413666 background

This text has white color on #413666 background.