COLOR #414064

HEX: #414064
RGB: (65,64,100)

Color info

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

RGB color model

#414064 color RGB value is (65,64,100).

  • red value is 65;
  • green value is 64;
  • blue value is 100.
RGB:
(65,64,100)
(25%,25%,39%)

RGB channels and saturation

R 65 of 255 = 25%
G 64 of 255 = 25%
B 100 of 255 = 39%

65
64
100

R + G + B ~ 30%. #414064 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 64 + 100 = 229 (100%)
R 65 of 229 ~ 28.38%
G 64 of 229 ~ 27.95%
B 100 of 229 ~ 43.67%

%28.38
%27.95
%43.67

CMYK color model

#414064 color CMYK value is (35,36,0,61).

  • cyan value is 35.00%
  • magenta value is 36.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(35,36,0,61)
C35M36Y0K61 
(35%,36%,0%,61%)
(0.35/0.36/0.00/0.61)	

CMYK percentages

%35
%36
%0
%60.78

Codes

Color #414064 in popluar color models

414064
RGB6564100
HSL242°21.95%32.16%
HSB/HSV242°36.00%39.22%
CMYK35.00%36.00%0.00%
60.78%

Color #414064 in popluar number systems.

HEX414064
Decimal6564100
Binary100000110000001100100
Octal101100144

Shades and tints

Shades of #414064

#414064
(65,64,100)
#3C3B5B
(60,59,91)
#373652
(55,54,82)
#323149
(50,49,73)
#2D2C40
(45,44,64)
#282737
(40,39,55)
#23222E
(35,34,46)
#1E1D25
(30,29,37)
#19181C
(25,24,28)
#141313
(20,19,19)
#0F0E0A
(15,14,10)
#000000
(0,0,0)

Tints of #414064

#414064
(65,64,100)
#525172
(82,81,114)
#636280
(99,98,128)
#74738E
(116,115,142)
#85849C
(133,132,156)
#9695AA
(150,149,170)
#A7A6B8
(167,166,184)
#B8B7C6
(184,183,198)
#C9C8D4
(201,200,212)
#DAD9E2
(218,217,226)
#EBEAF0
(235,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #414064 color. Also use rgb(65,64,100) instead hex code.

Text Font Color

.myTextColor { color: #414064; }

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

This text font color is #414064.


Background Color

.myBgColor { background-color: #414064; }

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

This div background color is #414064.


Border color

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

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

This div border color is #414064.


Opacity

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

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

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

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

This text has shadow with #414064 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #414064 on black background.


Color preview on white background

This text has color #414064 on white background.



Black color preview on #414064 background

This text has black color on #414064 background.


White color preview on #414064 background

This text has white color on #414064 background.