COLOR #463964

HEX: #463964
RGB: (70,57,100)

Color info

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

RGB color model

#463964 color RGB value is (70,57,100).

  • red value is 70;
  • green value is 57;
  • blue value is 100.
RGB:
(70,57,100)
(27%,22%,39%)

RGB channels and saturation

R 70 of 255 = 27%
G 57 of 255 = 22%
B 100 of 255 = 39%

70
57
100

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

Portions of RGB colors in percentages

R + G + B =
70 + 57 + 100 = 227 (100%)
R 70 of 227 ~ 30.84%
G 57 of 227 ~ 25.11%
B 100 of 227 ~ 44.05%

%30.84
%25.11
%44.05

CMYK color model

#463964 color CMYK value is (30,43,0,61).

  • cyan value is 30.00%
  • magenta value is 43.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(30,43,0,61)
C30M43Y0K61 
(30%,43%,0%,61%)
(0.30/0.43/0.00/0.61)	

CMYK percentages

%30
%43
%0
%60.78

Codes

Color #463964 in popluar color models

463964
RGB7057100
HSL258°27.39%30.78%
HSB/HSV258°43.00%39.22%
CMYK30.00%43.00%0.00%
60.78%

Color #463964 in popluar number systems.

HEX463964
Decimal7057100
Binary10001101110011100100
Octal10671144

Shades and tints

Shades of #463964

#463964
(70,57,100)
#40345B
(64,52,91)
#3A2F52
(58,47,82)
#342A49
(52,42,73)
#2E2540
(46,37,64)
#282037
(40,32,55)
#221B2E
(34,27,46)
#1C1625
(28,22,37)
#16111C
(22,17,28)
#100C13
(16,12,19)
#0A070A
(10,7,10)
#000000
(0,0,0)

Tints of #463964

#463964
(70,57,100)
#564B72
(86,75,114)
#665D80
(102,93,128)
#766F8E
(118,111,142)
#86819C
(134,129,156)
#9693AA
(150,147,170)
#A6A5B8
(166,165,184)
#B6B7C6
(182,183,198)
#C6C9D4
(198,201,212)
#D6DBE2
(214,219,226)
#E6EDF0
(230,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #463964 color. Also use rgb(70,57,100) instead hex code.

Text Font Color

.myTextColor { color: #463964; }

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

This text font color is #463964.


Background Color

.myBgColor { background-color: #463964; }

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

This div background color is #463964.


Border color

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

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

This div border color is #463964.


Opacity

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

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

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

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

This text has shadow with #463964 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463964 on black background.


Color preview on white background

This text has color #463964 on white background.



Black color preview on #463964 background

This text has black color on #463964 background.


White color preview on #463964 background

This text has white color on #463964 background.