COLOR #463F59

HEX: #463F59 RGB: (70,63,89)

Color info

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

RGB color model

#463F59 color RGB value is (70,63,89).

RGB: (70,63,89) (27%, 25%, 35%)

RGB channels and saturation

R 70 of 255 = 27%
G 63 of 255 = 25%
B 89 of 255 = 35%

70
63
89

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

Portions of RGB colors in percentages

R + G + B = 70 + 63 + 89 = 222 (100%)
R 70 of 222 ~ 31.53%
G 63 of 222 ~ 28.38%
B 89 of 222 ~ 40.09'%

%31.53
%28.38
%40.09

CMYK color model

#463F59 color CMYK value is (21,29,0,65).

  • cyan value is 21.35%
  • magenta value is 29.21%
  • yellow value is 0.00%
  • key color value is 65.10%

CMYK: (21,29,0,65)
C21M29Y0K65 (21%, 29%, 0%, 65%)
(0.21 / 0.29 / 0.00 / 0.65)

CMYK percentages

%21.35
%29.21
%0
%65.1

Codes

Color #463F59 in popluar color models

46 3F 59
RGB 70 63 89
HSL 256° 17.11% 29.80%
HSB/HSV 256° 29.21% 34.90%
CMYK 21.35% 29.21% 0.00%
65.10%

Color #463F59 in popluar number systems.

HEX 46 3F 59
Decimal 70 63 89
Binary 1000110 111111 1011001
Octal 106 77 131

Shades and tints

Shades of #463F59

#463F59
(70,63,89)
#403A51
(64,58,81)
#3A3549
(58,53,73)
#343041
(52,48,65)
#2E2B39
(46,43,57)
#282631
(40,38,49)
#222129
(34,33,41)
#1C1C21
(28,28,33)
#161719
(22,23,25)
#101211
(16,18,17)
#0A0D09
(10,13,9)
#000000
(0,0,0)

Tints of #463F59

#463F59
(70,63,89)
#565068
(86,80,104)
#666177
(102,97,119)
#767286
(118,114,134)
#868395
(134,131,149)
#9694A4
(150,148,164)
#A6A5B3
(166,165,179)
#B6B6C2
(182,182,194)
#C6C7D1
(198,199,209)
#D6D8E0
(214,216,224)
#E6E9EF
(230,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #463F59 color. Also use rgb(70,63,89) instead hex code.

Text Font Color

.myTextColor { color: #463F59; }

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

This text font color is #463F59.

Background Color

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

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

This div background color is #463F59.

Border color

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

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

This div border color is #463F59.

Opacity

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

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

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

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

This text has shadow with #463F59 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #463F59.

Preview

Color preview on black background

This text has color #463F59 on black background.


Color preview on white background

This text has color #463F59 on white background.


Black color preview on #463F59 background

This text has black color on #463F59 background.


White color preview on #463F59 background

This text has white color on #463F59 background.


Related colors

Complementary color

Complementary color for #hex is #B9C0A6.


I love getcolorcode.com

Triadic colors

1 #59463F and #3F5946 with #463F59 are triadic colors.

2 #593F46 and #3F4659 with #463F59 are triadic colors.