COLOR #463B3F

HEX: #463B3F
RGB: (70,59,63)

Color info

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

RGB color model

#463B3F color RGB value is (70,59,63).

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

RGB channels and saturation

R 70 of 255 = 27%
G 59 of 255 = 23%
B 63 of 255 = 25%

70
59
63

R + G + B ~ 25%. #463B3F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 59 + 63 = 192 (100%)
R 70 of 192 ~ 36.46%
G 59 of 192 ~ 30.73%
B 63 of 192 ~ 32.81%

%36.46
%30.73
%32.81

CMYK color model

#463B3F color CMYK value is (0,16,10,73).

  • cyan value is 0.00%
  • magenta value is 15.71%
  • yellow value is 10.00%
  • key color value is 72.55%
CMYK:
(0,16,10,73)
C0M16Y10K73 
(0%,16%,10%,73%)
(0.00/0.16/0.10/0.73)	

CMYK percentages

%0
%15.71
%10
%72.55

Codes

Color #463B3F in popluar color models

463B3F
RGB705963
HSL338°8.53%25.29%
HSB/HSV338°15.71%27.45%
CMYK0.00%15.71%10.00%
72.55%

Color #463B3F in popluar number systems.

HEX463B3F
Decimal705963
Binary1000110111011111111
Octal1067377

Shades and tints

Shades of #463B3F

#463B3F
(70,59,63)
#40363A
(64,54,58)
#3A3135
(58,49,53)
#342C30
(52,44,48)
#2E272B
(46,39,43)
#282226
(40,34,38)
#221D21
(34,29,33)
#1C181C
(28,24,28)
#161317
(22,19,23)
#100E12
(16,14,18)
#0A090D
(10,9,13)
#000000
(0,0,0)

Tints of #463B3F

#463B3F
(70,59,63)
#564C50
(86,76,80)
#665D61
(102,93,97)
#766E72
(118,110,114)
#867F83
(134,127,131)
#969094
(150,144,148)
#A6A1A5
(166,161,165)
#B6B2B6
(182,178,182)
#C6C3C7
(198,195,199)
#D6D4D8
(214,212,216)
#E6E5E9
(230,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463B3F; }

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

This text font color is #463B3F.


Background Color

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

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

This div background color is #463B3F.


Border color

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

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

This div border color is #463B3F.


Opacity

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

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

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

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

This text has shadow with #463B3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463B3F on black background.


Color preview on white background

This text has color #463B3F on white background.



Black color preview on #463B3F background

This text has black color on #463B3F background.


White color preview on #463B3F background

This text has white color on #463B3F background.