COLOR #463D48

HEX: #463D48
RGB: (70,61,72)

Color info

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

RGB color model

#463D48 color RGB value is (70,61,72).

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

RGB channels and saturation

R 70 of 255 = 27%
G 61 of 255 = 24%
B 72 of 255 = 28%

70
61
72

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

Portions of RGB colors in percentages

R + G + B =
70 + 61 + 72 = 203 (100%)
R 70 of 203 ~ 34.48%
G 61 of 203 ~ 30.05%
B 72 of 203 ~ 35.47%

%34.48
%30.05
%35.47

CMYK color model

#463D48 color CMYK value is (3,15,0,72).

  • cyan value is 2.78%
  • magenta value is 15.28%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(3,15,0,72)
C3M15Y0K72 
(3%,15%,0%,72%)
(0.03/0.15/0.00/0.72)	

CMYK percentages

%2.78
%15.28
%0
%71.76

Codes

Color #463D48 in popluar color models

463D48
RGB706172
HSL289°8.27%26.08%
HSB/HSV289°15.28%28.24%
CMYK2.78%15.28%0.00%
71.76%

Color #463D48 in popluar number systems.

HEX463D48
Decimal706172
Binary10001101111011001000
Octal10675110

Shades and tints

Shades of #463D48

#463D48
(70,61,72)
#403842
(64,56,66)
#3A333C
(58,51,60)
#342E36
(52,46,54)
#2E2930
(46,41,48)
#28242A
(40,36,42)
#221F24
(34,31,36)
#1C1A1E
(28,26,30)
#161518
(22,21,24)
#101012
(16,16,18)
#0A0B0C
(10,11,12)
#000000
(0,0,0)

Tints of #463D48

#463D48
(70,61,72)
#564E58
(86,78,88)
#665F68
(102,95,104)
#767078
(118,112,120)
#868188
(134,129,136)
#969298
(150,146,152)
#A6A3A8
(166,163,168)
#B6B4B8
(182,180,184)
#C6C5C8
(198,197,200)
#D6D6D8
(214,214,216)
#E6E7E8
(230,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463D48; }

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

This text font color is #463D48.


Background Color

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

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

This div background color is #463D48.


Border color

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

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

This div border color is #463D48.


Opacity

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

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

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

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

This text has shadow with #463D48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463D48 on black background.


Color preview on white background

This text has color #463D48 on white background.



Black color preview on #463D48 background

This text has black color on #463D48 background.


White color preview on #463D48 background

This text has white color on #463D48 background.