COLOR #414963

HEX: #414963
RGB: (65,73,99)

Color info

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

RGB color model

#414963 color RGB value is (65,73,99).

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

RGB channels and saturation

R 65 of 255 = 25%
G 73 of 255 = 29%
B 99 of 255 = 39%

65
73
99

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

Portions of RGB colors in percentages

R + G + B =
65 + 73 + 99 = 237 (100%)
R 65 of 237 ~ 27.43%
G 73 of 237 ~ 30.8%
B 99 of 237 ~ 41.77%

%27.43
%30.8
%41.77

CMYK color model

#414963 color CMYK value is (34,26,0,61).

  • cyan value is 34.34%
  • magenta value is 26.26%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(34,26,0,61)
C34M26Y0K61 
(34%,26%,0%,61%)
(0.34/0.26/0.00/0.61)	

CMYK percentages

%34.34
%26.26
%0
%61.18

Codes

Color #414963 in popluar color models

414963
RGB657399
HSL226°20.73%32.16%
HSB/HSV226°34.34%38.82%
CMYK34.34%26.26%0.00%
61.18%

Color #414963 in popluar number systems.

HEX414963
Decimal657399
Binary100000110010011100011
Octal101111143

Shades and tints

Shades of #414963

#414963
(65,73,99)
#3C435A
(60,67,90)
#373D51
(55,61,81)
#323748
(50,55,72)
#2D313F
(45,49,63)
#282B36
(40,43,54)
#23252D
(35,37,45)
#1E1F24
(30,31,36)
#19191B
(25,25,27)
#141312
(20,19,18)
#0F0D09
(15,13,9)
#000000
(0,0,0)

Tints of #414963

#414963
(65,73,99)
#525971
(82,89,113)
#63697F
(99,105,127)
#74798D
(116,121,141)
#85899B
(133,137,155)
#9699A9
(150,153,169)
#A7A9B7
(167,169,183)
#B8B9C5
(184,185,197)
#C9C9D3
(201,201,211)
#DAD9E1
(218,217,225)
#EBE9EF
(235,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #414963; }

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

This text font color is #414963.


Background Color

.myBgColor { background-color: #414963; }

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

This div background color is #414963.


Border color

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

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

This div border color is #414963.


Opacity

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

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

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

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

This text has shadow with #414963 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #414963 on black background.


Color preview on white background

This text has color #414963 on white background.



Black color preview on #414963 background

This text has black color on #414963 background.


White color preview on #414963 background

This text has white color on #414963 background.