COLOR #463E5D

HEX: #463E5D RGB: (70,62,93)

Color info

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

RGB color model

#463E5D color RGB value is (70,62,93).

RGB: (70,62,93) (27%, 24%, 36%)

RGB channels and saturation

R 70 of 255 = 27%
G 62 of 255 = 24%
B 93 of 255 = 36%

70
62
93

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

Portions of RGB colors in percentages

R + G + B = 70 + 62 + 93 = 225 (100%)
R 70 of 225 ~ 31.11%
G 62 of 225 ~ 27.56%
B 93 of 225 ~ 41.33'%

%31.11
%27.56
%41.33

CMYK color model

#463E5D color CMYK value is (25,33,0,64).

  • cyan value is 24.73%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 63.53%

CMYK: (25,33,0,64)
C25M33Y0K64 (25%, 33%, 0%, 64%)
(0.25 / 0.33 / 0.00 / 0.64)

CMYK percentages

%24.73
%33.33
%0
%63.53

Codes

Color #463E5D in popluar color models

46 3E 5D
RGB 70 62 93
HSL 255° 20.00% 30.39%
HSB/HSV 255° 33.33% 36.47%
CMYK 24.73% 33.33% 0.00%
63.53%

Color #463E5D in popluar number systems.

HEX 46 3E 5D
Decimal 70 62 93
Binary 1000110 111110 1011101
Octal 106 76 135

Shades and tints

Shades of #463E5D

#463E5D
(70,62,93)
#403955
(64,57,85)
#3A344D
(58,52,77)
#342F45
(52,47,69)
#2E2A3D
(46,42,61)
#282535
(40,37,53)
#22202D
(34,32,45)
#1C1B25
(28,27,37)
#16161D
(22,22,29)
#101115
(16,17,21)
#0A0C0D
(10,12,13)
#000000
(0,0,0)

Tints of #463E5D

#463E5D
(70,62,93)
#564F6B
(86,79,107)
#666079
(102,96,121)
#767187
(118,113,135)
#868295
(134,130,149)
#9693A3
(150,147,163)
#A6A4B1
(166,164,177)
#B6B5BF
(182,181,191)
#C6C6CD
(198,198,205)
#D6D7DB
(214,215,219)
#E6E8E9
(230,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463E5D; }

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

This text font color is #463E5D.

Background Color

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

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

This div background color is #463E5D.

Border color

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

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

This div border color is #463E5D.

Opacity

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

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

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

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

This text has shadow with #463E5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #463E5D.

Preview

Color preview on black background

This text has color #463E5D on black background.


Color preview on white background

This text has color #463E5D on white background.


Black color preview on #463E5D background

This text has black color on #463E5D background.


White color preview on #463E5D background

This text has white color on #463E5D background.


Related colors

Complementary color

Complementary color for #hex is #B9C1A2.


I love getcolorcode.com

Triadic colors

1 #5D463E and #3E5D46 with #463E5D are triadic colors.

2 #5D3E46 and #3E465D with #463E5D are triadic colors.