COLOR #463D4E

HEX: #463D4E RGB: (70,61,78)

Color info

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

RGB color model

#463D4E color RGB value is (70,61,78).

RGB: (70,61,78) (27%, 24%, 31%)

RGB channels and saturation

R 70 of 255 = 27%
G 61 of 255 = 24%
B 78 of 255 = 31%

70
61
78

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

Portions of RGB colors in percentages

R + G + B = 70 + 61 + 78 = 209 (100%)
R 70 of 209 ~ 33.49%
G 61 of 209 ~ 29.19%
B 78 of 209 ~ 37.32'%

%33.49
%29.19
%37.32

CMYK color model

#463D4E color CMYK value is (10,22,0,69).

  • cyan value is 10.26%
  • magenta value is 21.79%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK: (10,22,0,69) C10M22Y0K69 (10%,22%,0%,69%) (0.10/0.22/0.00/0.69) 

CMYK percentages

%10.26
%21.79
%0
%69.41

Codes

Color #463D4E in popluar color models

46 3D 4E
RGB 70 61 78
HSL 272° 12.23% 27.25%
HSB/HSV 272° 21.79% 30.59%
CMYK 10.26% 21.79% 0.00%
69.41%

Color #463D4E in popluar number systems.

HEX 46 3D 4E
Decimal 70 61 78
Binary 1000110 111101 1001110
Octal 106 75 116

Shades and tints

Shades of #463D4E

#463D4E
(70,61,78)
#403847
(64,56,71)
#3A3340
(58,51,64)
#342E39
(52,46,57)
#2E2932
(46,41,50)
#28242B
(40,36,43)
#221F24
(34,31,36)
#1C1A1D
(28,26,29)
#161516
(22,21,22)
#10100F
(16,16,15)
#0A0B08
(10,11,8)
#000000
(0,0,0)

Tints of #463D4E

#463D4E
(70,61,78)
#564E5E
(86,78,94)
#665F6E
(102,95,110)
#76707E
(118,112,126)
#86818E
(134,129,142)
#96929E
(150,146,158)
#A6A3AE
(166,163,174)
#B6B4BE
(182,180,190)
#C6C5CE
(198,197,206)
#D6D6DE
(214,214,222)
#E6E7EE
(230,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #463D4E color. Also use rgb(70,61,78) instead hex code.

Text Font Color

.myTextColor { color: #463D4E; }

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

This text font color is #463D4E.

Background Color

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

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

This div background color is #463D4E.

Border color

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

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

This div border color is #463D4E.

Opacity

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

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

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

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

This text has shadow with #463D4E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #463D4E.

Preview

Color preview on black background

This text has color #463D4E on black background.


Color preview on white background

This text has color #463D4E on white background.


Black color preview on #463D4E background

This text has black color on #463D4E background.


White color preview on #463D4E background

This text has white color on #463D4E background.


Related colors

Complementary color

Complementary color for #hex is #B9C2B1.


I love getcolorcode.com

Triadic colors

1 #4E463D and #3D4E46 with #463D4E are triadic colors.

2 #4E3D46 and #3D464E with #463D4E are triadic colors.