COLOR #463B52

HEX: #463B52 RGB: (70,59,82)

Color info

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

RGB color model

#463B52 color RGB value is (70,59,82).

RGB: (70,59,82) (27%, 23%, 32%)

RGB channels and saturation

R 70 of 255 = 27%
G 59 of 255 = 23%
B 82 of 255 = 32%

70
59
82

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

Portions of RGB colors in percentages

R + G + B = 70 + 59 + 82 = 211 (100%)
R 70 of 211 ~ 33.18%
G 59 of 211 ~ 27.96%
B 82 of 211 ~ 38.86'%

%33.18
%27.96
%38.86

CMYK color model

#463B52 color CMYK value is (15,28,0,68).

  • cyan value is 14.63%
  • magenta value is 28.05%
  • yellow value is 0.00%
  • key color value is 67.84%

CMYK: (15,28,0,68)
C15M28Y0K68 (15%, 28%, 0%, 68%)
(0.15 / 0.28 / 0.00 / 0.68)

CMYK percentages

%14.63
%28.05
%0
%67.84

Codes

Color #463B52 in popluar color models

46 3B 52
RGB 70 59 82
HSL 269° 16.31% 27.65%
HSB/HSV 269° 28.05% 32.16%
CMYK 14.63% 28.05% 0.00%
67.84%

Color #463B52 in popluar number systems.

HEX 46 3B 52
Decimal 70 59 82
Binary 1000110 111011 1010010
Octal 106 73 122

Shades and tints

Shades of #463B52

#463B52
(70,59,82)
#40364B
(64,54,75)
#3A3144
(58,49,68)
#342C3D
(52,44,61)
#2E2736
(46,39,54)
#28222F
(40,34,47)
#221D28
(34,29,40)
#1C1821
(28,24,33)
#16131A
(22,19,26)
#100E13
(16,14,19)
#0A090C
(10,9,12)
#000000
(0,0,0)

Tints of #463B52

#463B52
(70,59,82)
#564C61
(86,76,97)
#665D70
(102,93,112)
#766E7F
(118,110,127)
#867F8E
(134,127,142)
#96909D
(150,144,157)
#A6A1AC
(166,161,172)
#B6B2BB
(182,178,187)
#C6C3CA
(198,195,202)
#D6D4D9
(214,212,217)
#E6E5E8
(230,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #463B52 color. Also use rgb(70,59,82) instead hex code.

Text Font Color

.myTextColor { color: #463B52; }

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

This text font color is #463B52.

Background Color

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

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

This div background color is #463B52.

Border color

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

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

This div border color is #463B52.

Opacity

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

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

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

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

This text has shadow with #463B52 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #463B52.

Preview

Color preview on black background

This text has color #463B52 on black background.


Color preview on white background

This text has color #463B52 on white background.


Black color preview on #463B52 background

This text has black color on #463B52 background.


White color preview on #463B52 background

This text has white color on #463B52 background.


Related colors

Complementary color

Complementary color for #hex is #B9C4AD.


I love getcolorcode.com

Triadic colors

1 #52463B and #3B5246 with #463B52 are triadic colors.

2 #523B46 and #3B4652 with #463B52 are triadic colors.