COLOR #414960

HEX: #414960
RGB: (65,73,96)

Color info

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

RGB color model

#414960 color RGB value is (65,73,96).

  • red value is 65;
  • green value is 73;
  • blue value is 96.
RGB:
(65,73,96)
(25%,29%,38%)

RGB channels and saturation

R 65 of 255 = 25%
G 73 of 255 = 29%
B 96 of 255 = 38%

65
73
96

R + G + B ~ 31%. #414960 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 73 + 96 = 234 (100%)
R 65 of 234 ~ 27.78%
G 73 of 234 ~ 31.2%
B 96 of 234 ~ 41.03%

%27.78
%31.2
%41.03

CMYK color model

#414960 color CMYK value is (32,24,0,62).

  • cyan value is 32.29%
  • magenta value is 23.96%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(32,24,0,62)
C32M24Y0K62 
(32%,24%,0%,62%)
(0.32/0.24/0.00/0.62)	

CMYK percentages

%32.29
%23.96
%0
%62.35

Codes

Color #414960 in popluar color models

414960
RGB657396
HSL225°19.25%31.57%
HSB/HSV225°32.29%37.65%
CMYK32.29%23.96%0.00%
62.35%

Color #414960 in popluar number systems.

HEX414960
Decimal657396
Binary100000110010011100000
Octal101111140

Shades and tints

Shades of #414960

#414960
(65,73,96)
#3C4358
(60,67,88)
#373D50
(55,61,80)
#323748
(50,55,72)
#2D3140
(45,49,64)
#282B38
(40,43,56)
#232530
(35,37,48)
#1E1F28
(30,31,40)
#191920
(25,25,32)
#141318
(20,19,24)
#0F0D10
(15,13,16)
#000000
(0,0,0)

Tints of #414960

#414960
(65,73,96)
#52596E
(82,89,110)
#63697C
(99,105,124)
#74798A
(116,121,138)
#858998
(133,137,152)
#9699A6
(150,153,166)
#A7A9B4
(167,169,180)
#B8B9C2
(184,185,194)
#C9C9D0
(201,201,208)
#DAD9DE
(218,217,222)
#EBE9EC
(235,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #414960 color. Also use rgb(65,73,96) instead hex code.

Text Font Color

.myTextColor { color: #414960; }

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

This text font color is #414960.


Background Color

.myBgColor { background-color: #414960; }

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

This div background color is #414960.


Border color

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

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

This div border color is #414960.


Opacity

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

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

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

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

This text has shadow with #414960 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #414960 on black background.


Color preview on white background

This text has color #414960 on white background.



Black color preview on #414960 background

This text has black color on #414960 background.


White color preview on #414960 background

This text has white color on #414960 background.