COLOR #414263

HEX: #414263
RGB: (65,66,99)

Color info

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

RGB color model

#414263 color RGB value is (65,66,99).

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

RGB channels and saturation

R 65 of 255 = 25%
G 66 of 255 = 26%
B 99 of 255 = 39%

65
66
99

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

Portions of RGB colors in percentages

R + G + B =
65 + 66 + 99 = 230 (100%)
R 65 of 230 ~ 28.26%
G 66 of 230 ~ 28.7%
B 99 of 230 ~ 43.04%

%28.26
%28.7
%43.04

CMYK color model

#414263 color CMYK value is (34,33,0,61).

  • cyan value is 34.34%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(34,33,0,61)
C34M33Y0K61 
(34%,33%,0%,61%)
(0.34/0.33/0.00/0.61)	

CMYK percentages

%34.34
%33.33
%0
%61.18

Codes

Color #414263 in popluar color models

414263
RGB656699
HSL238°20.73%32.16%
HSB/HSV238°34.34%38.82%
CMYK34.34%33.33%0.00%
61.18%

Color #414263 in popluar number systems.

HEX414263
Decimal656699
Binary100000110000101100011
Octal101102143

Shades and tints

Shades of #414263

#414263
(65,66,99)
#3C3C5A
(60,60,90)
#373651
(55,54,81)
#323048
(50,48,72)
#2D2A3F
(45,42,63)
#282436
(40,36,54)
#231E2D
(35,30,45)
#1E1824
(30,24,36)
#19121B
(25,18,27)
#140C12
(20,12,18)
#0F0609
(15,6,9)
#000000
(0,0,0)

Tints of #414263

#414263
(65,66,99)
#525371
(82,83,113)
#63647F
(99,100,127)
#74758D
(116,117,141)
#85869B
(133,134,155)
#9697A9
(150,151,169)
#A7A8B7
(167,168,183)
#B8B9C5
(184,185,197)
#C9CAD3
(201,202,211)
#DADBE1
(218,219,225)
#EBECEF
(235,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #414263; }

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

This text font color is #414263.


Background Color

.myBgColor { background-color: #414263; }

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

This div background color is #414263.


Border color

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

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

This div border color is #414263.


Opacity

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

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

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

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

This text has shadow with #414263 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #414263 on black background.


Color preview on white background

This text has color #414263 on white background.



Black color preview on #414263 background

This text has black color on #414263 background.


White color preview on #414263 background

This text has white color on #414263 background.