COLOR #463A60

HEX: #463A60
RGB: (70,58,96)

Color info

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

RGB color model

#463A60 color RGB value is (70,58,96).

  • red value is 70;
  • green value is 58;
  • blue value is 96.
RGB:
(70,58,96)
(27%,23%,38%)

RGB channels and saturation

R 70 of 255 = 27%
G 58 of 255 = 23%
B 96 of 255 = 38%

70
58
96

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

Portions of RGB colors in percentages

R + G + B =
70 + 58 + 96 = 224 (100%)
R 70 of 224 ~ 31.25%
G 58 of 224 ~ 25.89%
B 96 of 224 ~ 42.86%

%31.25
%25.89
%42.86

CMYK color model

#463A60 color CMYK value is (27,40,0,62).

  • cyan value is 27.08%
  • magenta value is 39.58%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(27,40,0,62)
C27M40Y0K62 
(27%,40%,0%,62%)
(0.27/0.40/0.00/0.62)	

CMYK percentages

%27.08
%39.58
%0
%62.35

Codes

Color #463A60 in popluar color models

463A60
RGB705896
HSL259°24.68%30.20%
HSB/HSV259°39.58%37.65%
CMYK27.08%39.58%0.00%
62.35%

Color #463A60 in popluar number systems.

HEX463A60
Decimal705896
Binary10001101110101100000
Octal10672140

Shades and tints

Shades of #463A60

#463A60
(70,58,96)
#403558
(64,53,88)
#3A3050
(58,48,80)
#342B48
(52,43,72)
#2E2640
(46,38,64)
#282138
(40,33,56)
#221C30
(34,28,48)
#1C1728
(28,23,40)
#161220
(22,18,32)
#100D18
(16,13,24)
#0A0810
(10,8,16)
#000000
(0,0,0)

Tints of #463A60

#463A60
(70,58,96)
#564B6E
(86,75,110)
#665C7C
(102,92,124)
#766D8A
(118,109,138)
#867E98
(134,126,152)
#968FA6
(150,143,166)
#A6A0B4
(166,160,180)
#B6B1C2
(182,177,194)
#C6C2D0
(198,194,208)
#D6D3DE
(214,211,222)
#E6E4EC
(230,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #463A60 color. Also use rgb(70,58,96) instead hex code.

Text Font Color

.myTextColor { color: #463A60; }

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

This text font color is #463A60.


Background Color

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

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

This div background color is #463A60.


Border color

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

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

This div border color is #463A60.


Opacity

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

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

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

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

This text has shadow with #463A60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463A60 on black background.


Color preview on white background

This text has color #463A60 on white background.



Black color preview on #463A60 background

This text has black color on #463A60 background.


White color preview on #463A60 background

This text has white color on #463A60 background.