COLOR #463C54

HEX: #463C54 RGB: (70,60,84)

Color info

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

RGB color model

#463C54 color RGB value is (70,60,84).

RGB: (70,60,84) (27%, 24%, 33%)

RGB channels and saturation

R 70 of 255 = 27%
G 60 of 255 = 24%
B 84 of 255 = 33%

70
60
84

R + G + B ~ 28%. #463C54 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 70 + 60 + 84 = 214 (100%)
R 70 of 214 ~ 32.71%
G 60 of 214 ~ 28.04%
B 84 of 214 ~ 39.25'%

%32.71
%28.04
%39.25

CMYK color model

#463C54 color CMYK value is (17,29,0,67).

  • cyan value is 16.67%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 67.06%

CMYK: (17,29,0,67)
C17M29Y0K67 (17%, 29%, 0%, 67%)
(0.17 / 0.29 / 0.00 / 0.67)

CMYK percentages

%16.67
%28.57
%0
%67.06

Codes

Color #463C54 in popluar color models

46 3C 54
RGB 70 60 84
HSL 265° 16.67% 28.24%
HSB/HSV 265° 28.57% 32.94%
CMYK 16.67% 28.57% 0.00%
67.06%

Color #463C54 in popluar number systems.

HEX 46 3C 54
Decimal 70 60 84
Binary 1000110 111100 1010100
Octal 106 74 124

Shades and tints

Shades of #463C54

#463C54
(70,60,84)
#40374D
(64,55,77)
#3A3246
(58,50,70)
#342D3F
(52,45,63)
#2E2838
(46,40,56)
#282331
(40,35,49)
#221E2A
(34,30,42)
#1C1923
(28,25,35)
#16141C
(22,20,28)
#100F15
(16,15,21)
#0A0A0E
(10,10,14)
#000000
(0,0,0)

Tints of #463C54

#463C54
(70,60,84)
#564D63
(86,77,99)
#665E72
(102,94,114)
#766F81
(118,111,129)
#868090
(134,128,144)
#96919F
(150,145,159)
#A6A2AE
(166,162,174)
#B6B3BD
(182,179,189)
#C6C4CC
(198,196,204)
#D6D5DB
(214,213,219)
#E6E6EA
(230,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #463C54 color. Also use rgb(70,60,84) instead hex code.

Text Font Color

.myTextColor { color: #463C54; }

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

This text font color is #463C54.

Background Color

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

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

This div background color is #463C54.

Border color

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

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

This div border color is #463C54.

Opacity

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

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

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

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

This text has shadow with #463C54 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #463C54.

Preview

Color preview on black background

This text has color #463C54 on black background.


Color preview on white background

This text has color #463C54 on white background.


Black color preview on #463C54 background

This text has black color on #463C54 background.


White color preview on #463C54 background

This text has white color on #463C54 background.


Related colors

Complementary color

Complementary color for #hex is #B9C3AB.


I love getcolorcode.com

Triadic colors

1 #54463C and #3C5446 with #463C54 are triadic colors.

2 #543C46 and #3C4654 with #463C54 are triadic colors.