COLOR #463651

HEX: #463651
RGB: (70,54,81)

Color info

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

RGB color model

#463651 color RGB value is (70,54,81).

  • red value is 70;
  • green value is 54;
  • blue value is 81.
RGB:
(70,54,81)
(27%,21%,32%)

RGB channels and saturation

R 70 of 255 = 27%
G 54 of 255 = 21%
B 81 of 255 = 32%

70
54
81

R + G + B ~ 27%. #463651 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 54 + 81 = 205 (100%)
R 70 of 205 ~ 34.15%
G 54 of 205 ~ 26.34%
B 81 of 205 ~ 39.51%

%34.15
%26.34
%39.51

CMYK color model

#463651 color CMYK value is (14,33,0,68).

  • cyan value is 13.58%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(14,33,0,68)
C14M33Y0K68 
(14%,33%,0%,68%)
(0.14/0.33/0.00/0.68)	

CMYK percentages

%13.58
%33.33
%0
%68.24

Codes

Color #463651 in popluar color models

463651
RGB705481
HSL276°20.00%26.47%
HSB/HSV276°33.33%31.76%
CMYK13.58%33.33%0.00%
68.24%

Color #463651 in popluar number systems.

HEX463651
Decimal705481
Binary10001101101101010001
Octal10666121

Shades and tints

Shades of #463651

#463651
(70,54,81)
#40324A
(64,50,74)
#3A2E43
(58,46,67)
#342A3C
(52,42,60)
#2E2635
(46,38,53)
#28222E
(40,34,46)
#221E27
(34,30,39)
#1C1A20
(28,26,32)
#161619
(22,22,25)
#101212
(16,18,18)
#0A0E0B
(10,14,11)
#000000
(0,0,0)

Tints of #463651

#463651
(70,54,81)
#564860
(86,72,96)
#665A6F
(102,90,111)
#766C7E
(118,108,126)
#867E8D
(134,126,141)
#96909C
(150,144,156)
#A6A2AB
(166,162,171)
#B6B4BA
(182,180,186)
#C6C6C9
(198,198,201)
#D6D8D8
(214,216,216)
#E6EAE7
(230,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #463651 color. Also use rgb(70,54,81) instead hex code.

Text Font Color

.myTextColor { color: #463651; }

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

This text font color is #463651.


Background Color

.myBgColor { background-color: #463651; }

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

This div background color is #463651.


Border color

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

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

This div border color is #463651.


Opacity

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

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

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

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

This text has shadow with #463651 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463651 on black background.


Color preview on white background

This text has color #463651 on white background.



Black color preview on #463651 background

This text has black color on #463651 background.


White color preview on #463651 background

This text has white color on #463651 background.