COLOR #463040

HEX: #463040
RGB: (70,48,64)

Color info

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

RGB color model

#463040 color RGB value is (70,48,64).

  • red value is 70;
  • green value is 48;
  • blue value is 64.
RGB:
(70,48,64)
(27%,19%,25%)

RGB channels and saturation

R 70 of 255 = 27%
G 48 of 255 = 19%
B 64 of 255 = 25%

70
48
64

R + G + B ~ 24%. #463040 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 48 + 64 = 182 (100%)
R 70 of 182 ~ 38.46%
G 48 of 182 ~ 26.37%
B 64 of 182 ~ 35.16%

%38.46
%26.37
%35.16

CMYK color model

#463040 color CMYK value is (0,31,9,73).

  • cyan value is 0.00%
  • magenta value is 31.43%
  • yellow value is 8.57%
  • key color value is 72.55%
CMYK:
(0,31,9,73)
C0M31Y9K73 
(0%,31%,9%,73%)
(0.00/0.31/0.09/0.73)	

CMYK percentages

%0
%31.43
%8.57
%72.55

Codes

Color #463040 in popluar color models

463040
RGB704864
HSL316°18.64%23.14%
HSB/HSV316°31.43%27.45%
CMYK0.00%31.43%8.57%
72.55%

Color #463040 in popluar number systems.

HEX463040
Decimal704864
Binary10001101100001000000
Octal10660100

Shades and tints

Shades of #463040

#463040
(70,48,64)
#402C3B
(64,44,59)
#3A2836
(58,40,54)
#342431
(52,36,49)
#2E202C
(46,32,44)
#281C27
(40,28,39)
#221822
(34,24,34)
#1C141D
(28,20,29)
#161018
(22,16,24)
#100C13
(16,12,19)
#0A080E
(10,8,14)
#000000
(0,0,0)

Tints of #463040

#463040
(70,48,64)
#564251
(86,66,81)
#665462
(102,84,98)
#766673
(118,102,115)
#867884
(134,120,132)
#968A95
(150,138,149)
#A69CA6
(166,156,166)
#B6AEB7
(182,174,183)
#C6C0C8
(198,192,200)
#D6D2D9
(214,210,217)
#E6E4EA
(230,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #463040 color. Also use rgb(70,48,64) instead hex code.

Text Font Color

.myTextColor { color: #463040; }

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

This text font color is #463040.


Background Color

.myBgColor { background-color: #463040; }

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

This div background color is #463040.


Border color

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

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

This div border color is #463040.


Opacity

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

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

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

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

This text has shadow with #463040 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463040 on black background.


Color preview on white background

This text has color #463040 on white background.



Black color preview on #463040 background

This text has black color on #463040 background.


White color preview on #463040 background

This text has white color on #463040 background.