COLOR #463943

HEX: #463943
RGB: (70,57,67)

Color info

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

RGB color model

#463943 color RGB value is (70,57,67).

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

RGB channels and saturation

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

70
57
67

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

Portions of RGB colors in percentages

R + G + B =
70 + 57 + 67 = 194 (100%)
R 70 of 194 ~ 36.08%
G 57 of 194 ~ 29.38%
B 67 of 194 ~ 34.54%

%36.08
%29.38
%34.54

CMYK color model

#463943 color CMYK value is (0,19,4,73).

  • cyan value is 0.00%
  • magenta value is 18.57%
  • yellow value is 4.29%
  • key color value is 72.55%
CMYK:
(0,19,4,73)
C0M19Y4K73 
(0%,19%,4%,73%)
(0.00/0.19/0.04/0.73)	

CMYK percentages

%0
%18.57
%4.29
%72.55

Codes

Color #463943 in popluar color models

463943
RGB705767
HSL314°10.24%24.90%
HSB/HSV314°18.57%27.45%
CMYK0.00%18.57%4.29%
72.55%

Color #463943 in popluar number systems.

HEX463943
Decimal705767
Binary10001101110011000011
Octal10671103

Shades and tints

Shades of #463943

#463943
(70,57,67)
#40343D
(64,52,61)
#3A2F37
(58,47,55)
#342A31
(52,42,49)
#2E252B
(46,37,43)
#282025
(40,32,37)
#221B1F
(34,27,31)
#1C1619
(28,22,25)
#161113
(22,17,19)
#100C0D
(16,12,13)
#0A0707
(10,7,7)
#000000
(0,0,0)

Tints of #463943

#463943
(70,57,67)
#564B54
(86,75,84)
#665D65
(102,93,101)
#766F76
(118,111,118)
#868187
(134,129,135)
#969398
(150,147,152)
#A6A5A9
(166,165,169)
#B6B7BA
(182,183,186)
#C6C9CB
(198,201,203)
#D6DBDC
(214,219,220)
#E6EDED
(230,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463943; }

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

This text font color is #463943.


Background Color

.myBgColor { background-color: #463943; }

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

This div background color is #463943.


Border color

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

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

This div border color is #463943.


Opacity

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

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

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

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

This text has shadow with #463943 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463943 on black background.


Color preview on white background

This text has color #463943 on white background.



Black color preview on #463943 background

This text has black color on #463943 background.


White color preview on #463943 background

This text has white color on #463943 background.