COLOR #463368

HEX: #463368
RGB: (70,51,104)

Color info

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

RGB color model

#463368 color RGB value is (70,51,104).

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

RGB channels and saturation

R 70 of 255 = 27%
G 51 of 255 = 20%
B 104 of 255 = 41%

70
51
104

R + G + B ~ 29%. #463368 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 51 + 104 = 225 (100%)
R 70 of 225 ~ 31.11%
G 51 of 225 ~ 22.67%
B 104 of 225 ~ 46.22%

%31.11
%22.67
%46.22

CMYK color model

#463368 color CMYK value is (33,51,0,59).

  • cyan value is 32.69%
  • magenta value is 50.96%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(33,51,0,59)
C33M51Y0K59 
(33%,51%,0%,59%)
(0.33/0.51/0.00/0.59)	

CMYK percentages

%32.69
%50.96
%0
%59.22

Codes

Color #463368 in popluar color models

463368
RGB7051104
HSL262°34.19%30.39%
HSB/HSV262°50.96%40.78%
CMYK32.69%50.96%0.00%
59.22%

Color #463368 in popluar number systems.

HEX463368
Decimal7051104
Binary10001101100111101000
Octal10663150

Shades and tints

Shades of #463368

#463368
(70,51,104)
#402F5F
(64,47,95)
#3A2B56
(58,43,86)
#34274D
(52,39,77)
#2E2344
(46,35,68)
#281F3B
(40,31,59)
#221B32
(34,27,50)
#1C1729
(28,23,41)
#161320
(22,19,32)
#100F17
(16,15,23)
#0A0B0E
(10,11,14)
#000000
(0,0,0)

Tints of #463368

#463368
(70,51,104)
#564575
(86,69,117)
#665782
(102,87,130)
#76698F
(118,105,143)
#867B9C
(134,123,156)
#968DA9
(150,141,169)
#A69FB6
(166,159,182)
#B6B1C3
(182,177,195)
#C6C3D0
(198,195,208)
#D6D5DD
(214,213,221)
#E6E7EA
(230,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463368; }

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

This text font color is #463368.


Background Color

.myBgColor { background-color: #463368; }

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

This div background color is #463368.


Border color

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

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

This div border color is #463368.


Opacity

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

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

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

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

This text has shadow with #463368 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463368 on black background.


Color preview on white background

This text has color #463368 on white background.



Black color preview on #463368 background

This text has black color on #463368 background.


White color preview on #463368 background

This text has white color on #463368 background.