COLOR #463A4D

HEX: #463A4D RGB: (70,58,77)

Color info

#463A4D contains red, green and blue colors in about the same proportion. Web safe color of #463A4D is #333333 (or #333).

RGB color model

#463A4D color RGB value is (70,58,77).

RGB: (70,58,77) (27%, 23%, 30%)

RGB channels and saturation

R 70 of 255 = 27%
G 58 of 255 = 23%
B 77 of 255 = 30%

70
58
77

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

Portions of RGB colors in percentages

R + G + B = 70 + 58 + 77 = 205 (100%)
R 70 of 205 ~ 34.15%
G 58 of 205 ~ 28.29%
B 77 of 205 ~ 37.56'%

%34.15
%28.29
%37.56

CMYK color model

#463A4D color CMYK value is (9,25,0,70).

  • cyan value is 9.09%
  • magenta value is 24.68%
  • yellow value is 0.00%
  • key color value is 69.80%

CMYK: (9,25,0,70)
C9M25Y0K70 (9%, 25%, 0%, 70%)
(0.09 / 0.25 / 0.00 / 0.70)

CMYK percentages

%9.09
%24.68
%0
%69.8

Codes

Color #463A4D in popluar color models

46 3A 4D
RGB 70 58 77
HSL 278° 14.07% 26.47%
HSB/HSV 278° 24.68% 30.20%
CMYK 9.09% 24.68% 0.00%
69.80%

Color #463A4D in popluar number systems.

HEX 46 3A 4D
Decimal 70 58 77
Binary 1000110 111010 1001101
Octal 106 72 115

Shades and tints

Shades of #463A4D

#463A4D
(70,58,77)
#403546
(64,53,70)
#3A303F
(58,48,63)
#342B38
(52,43,56)
#2E2631
(46,38,49)
#28212A
(40,33,42)
#221C23
(34,28,35)
#1C171C
(28,23,28)
#161215
(22,18,21)
#100D0E
(16,13,14)
#0A0807
(10,8,7)
#000000
(0,0,0)

Tints of #463A4D

#463A4D
(70,58,77)
#564B5D
(86,75,93)
#665C6D
(102,92,109)
#766D7D
(118,109,125)
#867E8D
(134,126,141)
#968F9D
(150,143,157)
#A6A0AD
(166,160,173)
#B6B1BD
(182,177,189)
#C6C2CD
(198,194,205)
#D6D3DD
(214,211,221)
#E6E4ED
(230,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463A4D; }

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

This text font color is #463A4D.

Background Color

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

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

This div background color is #463A4D.

Border color

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

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

This div border color is #463A4D.

Opacity

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

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

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

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

This text has shadow with #463A4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #463A4D.

Preview

Color preview on black background

This text has color #463A4D on black background.


Color preview on white background

This text has color #463A4D on white background.


Black color preview on #463A4D background

This text has black color on #463A4D background.


White color preview on #463A4D background

This text has white color on #463A4D background.


Related colors

Complementary color

Complementary color for #hex is #B9C5B2.


I love getcolorcode.com

Triadic colors

1 #4D463A and #3A4D46 with #463A4D are triadic colors.

2 #4D3A46 and #3A464D with #463A4D are triadic colors.