COLOR #463E50

HEX: #463E50
RGB: (70,62,80)

Color info

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

RGB color model

#463E50 color RGB value is (70,62,80).

  • red value is 70;
  • green value is 62;
  • blue value is 80.
RGB:
(70,62,80)
(27%,24%,31%)

RGB channels and saturation

R 70 of 255 = 27%
G 62 of 255 = 24%
B 80 of 255 = 31%

70
62
80

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

Portions of RGB colors in percentages

R + G + B =
70 + 62 + 80 = 212 (100%)
R 70 of 212 ~ 33.02%
G 62 of 212 ~ 29.25%
B 80 of 212 ~ 37.74%

%33.02
%29.25
%37.74

CMYK color model

#463E50 color CMYK value is (13,23,0,69).

  • cyan value is 12.50%
  • magenta value is 22.50%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(13,23,0,69)
C13M23Y0K69 
(13%,23%,0%,69%)
(0.13/0.23/0.00/0.69)	

CMYK percentages

%12.5
%22.5
%0
%68.63

Codes

Color #463E50 in popluar color models

463E50
RGB706280
HSL267°12.68%27.84%
HSB/HSV267°22.50%31.37%
CMYK12.50%22.50%0.00%
68.63%

Color #463E50 in popluar number systems.

HEX463E50
Decimal706280
Binary10001101111101010000
Octal10676120

Shades and tints

Shades of #463E50

#463E50
(70,62,80)
#403949
(64,57,73)
#3A3442
(58,52,66)
#342F3B
(52,47,59)
#2E2A34
(46,42,52)
#28252D
(40,37,45)
#222026
(34,32,38)
#1C1B1F
(28,27,31)
#161618
(22,22,24)
#101111
(16,17,17)
#0A0C0A
(10,12,10)
#000000
(0,0,0)

Tints of #463E50

#463E50
(70,62,80)
#564F5F
(86,79,95)
#66606E
(102,96,110)
#76717D
(118,113,125)
#86828C
(134,130,140)
#96939B
(150,147,155)
#A6A4AA
(166,164,170)
#B6B5B9
(182,181,185)
#C6C6C8
(198,198,200)
#D6D7D7
(214,215,215)
#E6E8E6
(230,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #463E50 color. Also use rgb(70,62,80) instead hex code.

Text Font Color

.myTextColor { color: #463E50; }

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

This text font color is #463E50.


Background Color

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

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

This div background color is #463E50.


Border color

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

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

This div border color is #463E50.


Opacity

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

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

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

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

This text has shadow with #463E50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463E50 on black background.


Color preview on white background

This text has color #463E50 on white background.



Black color preview on #463E50 background

This text has black color on #463E50 background.


White color preview on #463E50 background

This text has white color on #463E50 background.