COLOR #463C68

HEX: #463C68
RGB: (70,60,104)

Color info

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

RGB color model

#463C68 color RGB value is (70,60,104).

  • red value is 70;
  • green value is 60;
  • blue value is 104.
RGB:
(70,60,104)
(27%,24%,41%)

RGB channels and saturation

R 70 of 255 = 27%
G 60 of 255 = 24%
B 104 of 255 = 41%

70
60
104

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

Portions of RGB colors in percentages

R + G + B =
70 + 60 + 104 = 234 (100%)
R 70 of 234 ~ 29.91%
G 60 of 234 ~ 25.64%
B 104 of 234 ~ 44.44%

%29.91
%25.64
%44.44

CMYK color model

#463C68 color CMYK value is (33,42,0,59).

  • cyan value is 32.69%
  • magenta value is 42.31%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(33,42,0,59)
C33M42Y0K59 
(33%,42%,0%,59%)
(0.33/0.42/0.00/0.59)	

CMYK percentages

%32.69
%42.31
%0
%59.22

Codes

Color #463C68 in popluar color models

463C68
RGB7060104
HSL254°26.83%32.16%
HSB/HSV254°42.31%40.78%
CMYK32.69%42.31%0.00%
59.22%

Color #463C68 in popluar number systems.

HEX463C68
Decimal7060104
Binary10001101111001101000
Octal10674150

Shades and tints

Shades of #463C68

#463C68
(70,60,104)
#40375F
(64,55,95)
#3A3256
(58,50,86)
#342D4D
(52,45,77)
#2E2844
(46,40,68)
#28233B
(40,35,59)
#221E32
(34,30,50)
#1C1929
(28,25,41)
#161420
(22,20,32)
#100F17
(16,15,23)
#0A0A0E
(10,10,14)
#000000
(0,0,0)

Tints of #463C68

#463C68
(70,60,104)
#564D75
(86,77,117)
#665E82
(102,94,130)
#766F8F
(118,111,143)
#86809C
(134,128,156)
#9691A9
(150,145,169)
#A6A2B6
(166,162,182)
#B6B3C3
(182,179,195)
#C6C4D0
(198,196,208)
#D6D5DD
(214,213,221)
#E6E6EA
(230,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #463C68 color. Also use rgb(70,60,104) instead hex code.

Text Font Color

.myTextColor { color: #463C68; }

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

This text font color is #463C68.


Background Color

.myBgColor { background-color: #463C68; }

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

This div background color is #463C68.


Border color

.myBorderColor { border: 1px solid #463C68; }

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

This div border color is #463C68.


Opacity

.myOpacity80 { color: #463C68; opacity: 0.8; }

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

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

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

This text has shadow with #463C68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463C68 on black background.


Color preview on white background

This text has color #463C68 on white background.



Black color preview on #463C68 background

This text has black color on #463C68 background.


White color preview on #463C68 background

This text has white color on #463C68 background.