COLOR #463F52

HEX: #463F52 RGB: (70,63,82)

Color info

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

RGB color model

#463F52 color RGB value is (70,63,82).

RGB: (70,63,82) (27%, 25%, 32%)

RGB channels and saturation

R 70 of 255 = 27%
G 63 of 255 = 25%
B 82 of 255 = 32%

70
63
82

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

Portions of RGB colors in percentages

R + G + B = 70 + 63 + 82 = 215 (100%)
R 70 of 215 ~ 32.56%
G 63 of 215 ~ 29.3%
B 82 of 215 ~ 38.14'%

%32.56
%29.3
%38.14

CMYK color model

#463F52 color CMYK value is (15,23,0,68).

  • cyan value is 14.63%
  • magenta value is 23.17%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK: (15,23,0,68) C15M23Y0K68 (15%,23%,0%,68%) (0.15/0.23/0.00/0.68) 

CMYK percentages

%14.63
%23.17
%0
%67.84

Codes

Color #463F52 in popluar color models

46 3F 52
RGB 70 63 82
HSL 262° 13.10% 28.43%
HSB/HSV 262° 23.17% 32.16%
CMYK 14.63% 23.17% 0.00%
67.84%

Color #463F52 in popluar number systems.

HEX 46 3F 52
Decimal 70 63 82
Binary 1000110 111111 1010010
Octal 106 77 122

Shades and tints

Shades of #463F52

#463F52
(70,63,82)
#403A4B
(64,58,75)
#3A3544
(58,53,68)
#34303D
(52,48,61)
#2E2B36
(46,43,54)
#28262F
(40,38,47)
#222128
(34,33,40)
#1C1C21
(28,28,33)
#16171A
(22,23,26)
#101213
(16,18,19)
#0A0D0C
(10,13,12)
#000000
(0,0,0)

Tints of #463F52

#463F52
(70,63,82)
#565061
(86,80,97)
#666170
(102,97,112)
#76727F
(118,114,127)
#86838E
(134,131,142)
#96949D
(150,148,157)
#A6A5AC
(166,165,172)
#B6B6BB
(182,182,187)
#C6C7CA
(198,199,202)
#D6D8D9
(214,216,217)
#E6E9E8
(230,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463F52; }

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

This text font color is #463F52.

Background Color

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

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

This div background color is #463F52.

Border color

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

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

This div border color is #463F52.

Opacity

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

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

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

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

This text has shadow with #463F52 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #463F52.

Preview

Color preview on black background

This text has color #463F52 on black background.


Color preview on white background

This text has color #463F52 on white background.


Black color preview on #463F52 background

This text has black color on #463F52 background.


White color preview on #463F52 background

This text has white color on #463F52 background.


Related colors

Complementary color

Complementary color for #hex is #B9C0AD.


I love getcolorcode.com

Triadic colors

1 #52463F and #3F5246 with #463F52 are triadic colors.

2 #523F46 and #3F4652 with #463F52 are triadic colors.