COLOR #463B48

HEX: #463B48
RGB: (70,59,72)

Color info

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

RGB color model

#463B48 color RGB value is (70,59,72).

  • red value is 70;
  • green value is 59;
  • blue value is 72.
RGB:
(70,59,72)
(27%,23%,28%)

RGB channels and saturation

R 70 of 255 = 27%
G 59 of 255 = 23%
B 72 of 255 = 28%

70
59
72

R + G + B ~ 26%. #463B48 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 59 + 72 = 201 (100%)
R 70 of 201 ~ 34.83%
G 59 of 201 ~ 29.35%
B 72 of 201 ~ 35.82%

%34.83
%29.35
%35.82

CMYK color model

#463B48 color CMYK value is (3,18,0,72).

  • cyan value is 2.78%
  • magenta value is 18.06%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(3,18,0,72)
C3M18Y0K72 
(3%,18%,0%,72%)
(0.03/0.18/0.00/0.72)	

CMYK percentages

%2.78
%18.06
%0
%71.76

Codes

Color #463B48 in popluar color models

463B48
RGB705972
HSL291°9.92%25.69%
HSB/HSV291°18.06%28.24%
CMYK2.78%18.06%0.00%
71.76%

Color #463B48 in popluar number systems.

HEX463B48
Decimal705972
Binary10001101110111001000
Octal10673110

Shades and tints

Shades of #463B48

#463B48
(70,59,72)
#403642
(64,54,66)
#3A313C
(58,49,60)
#342C36
(52,44,54)
#2E2730
(46,39,48)
#28222A
(40,34,42)
#221D24
(34,29,36)
#1C181E
(28,24,30)
#161318
(22,19,24)
#100E12
(16,14,18)
#0A090C
(10,9,12)
#000000
(0,0,0)

Tints of #463B48

#463B48
(70,59,72)
#564C58
(86,76,88)
#665D68
(102,93,104)
#766E78
(118,110,120)
#867F88
(134,127,136)
#969098
(150,144,152)
#A6A1A8
(166,161,168)
#B6B2B8
(182,178,184)
#C6C3C8
(198,195,200)
#D6D4D8
(214,212,216)
#E6E5E8
(230,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463B48; }

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

This text font color is #463B48.


Background Color

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

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

This div background color is #463B48.


Border color

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

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

This div border color is #463B48.


Opacity

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

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

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

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

This text has shadow with #463B48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463B48 on black background.


Color preview on white background

This text has color #463B48 on white background.



Black color preview on #463B48 background

This text has black color on #463B48 background.


White color preview on #463B48 background

This text has white color on #463B48 background.