COLOR #463843

HEX: #463843
RGB: (70,56,67)

Color info

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

RGB color model

#463843 color RGB value is (70,56,67).

  • red value is 70;
  • green value is 56;
  • blue value is 67.
RGB: (70,56,67) (27%,22%,26%)

RGB channels and saturation

R 70 of 255 = 27%
G 56 of 255 = 22%
B 67 of 255 = 26%

70
56
67

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

Portions of RGB colors in percentages

R + G + B =
70 + 56 + 67 = 193 (100%)
R 70 of 193 ~ 36.27%
G 56 of 193 ~ 29.02%
B 67 of 193 ~ 34.72%

%36.27
%29.02
%34.72

CMYK color model

#463843 color CMYK value is (0,20,4,73).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 4.29%
  • key color value is 72.55%
CMYK: (0,20,4,73) C0M20Y4K73 (0%,20%,4%,73%) (0.00/0.20/0.04/0.73)

CMYK percentages

%0
%20
%4.29
%72.55

Codes

Color #463843 in popluar color models

463843
RGB705667
HSL313°11.11%24.71%
HSB/HSV313°20.00%27.45%
CMYK0.00%20.00%4.29%
72.55%

Color #463843 in popluar number systems.

HEX463843
Decimal705667
Binary10001101110001000011
Octal10670103

Shades and tints

Shades of #463843

#463843
(70,56,67)
#40333D
(64,51,61)
#3A2E37
(58,46,55)
#342931
(52,41,49)
#2E242B
(46,36,43)
#281F25
(40,31,37)
#221A1F
(34,26,31)
#1C1519
(28,21,25)
#161013
(22,16,19)
#100B0D
(16,11,13)
#0A0607
(10,6,7)
#000000
(0,0,0)

Tints of #463843

#463843
(70,56,67)
#564A54
(86,74,84)
#665C65
(102,92,101)
#766E76
(118,110,118)
#868087
(134,128,135)
#969298
(150,146,152)
#A6A4A9
(166,164,169)
#B6B6BA
(182,182,186)
#C6C8CB
(198,200,203)
#D6DADC
(214,218,220)
#E6ECED
(230,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #463843 color. Also use rgb(70,56,67) instead hex code.

Text Font Color

.myTextColor { color: #463843; }

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

This text font color is #463843.


Background Color

.myBgColor { background-color: #463843; }

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

This div background color is #463843.


Border color

.myBorderColor { border: 1px solid #463843; }

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

This div border color is #463843.


Opacity

.myOpacity80 { color: #463843; opacity: 0.8; }

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

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

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

This text has shadow with #463843 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #463843 on black background.


Color preview on white background

This text has color #463843 on white background.



Black color preview on #463843 background

This text has black color on #463843 background.


White color preview on #463843 background

This text has white color on #463843 background.