COLOR #463540

HEX: #463540
RGB: (70,53,64)

Color info

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

RGB color model

#463540 color RGB value is (70,53,64).

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

RGB channels and saturation

R 70 of 255 = 27%
G 53 of 255 = 21%
B 64 of 255 = 25%

70
53
64

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

Portions of RGB colors in percentages

R + G + B =
70 + 53 + 64 = 187 (100%)
R 70 of 187 ~ 37.43%
G 53 of 187 ~ 28.34%
B 64 of 187 ~ 34.22%

%37.43
%28.34
%34.22

CMYK color model

#463540 color CMYK value is (0,24,9,73).

  • cyan value is 0.00%
  • magenta value is 24.29%
  • yellow value is 8.57%
  • key color value is 72.55%
CMYK:
(0,24,9,73)
C0M24Y9K73 
(0%,24%,9%,73%)
(0.00/0.24/0.09/0.73)	

CMYK percentages

%0
%24.29
%8.57
%72.55

Codes

Color #463540 in popluar color models

463540
RGB705364
HSL321°13.82%24.12%
HSB/HSV321°24.29%27.45%
CMYK0.00%24.29%8.57%
72.55%

Color #463540 in popluar number systems.

HEX463540
Decimal705364
Binary10001101101011000000
Octal10665100

Shades and tints

Shades of #463540

#463540
(70,53,64)
#40313B
(64,49,59)
#3A2D36
(58,45,54)
#342931
(52,41,49)
#2E252C
(46,37,44)
#282127
(40,33,39)
#221D22
(34,29,34)
#1C191D
(28,25,29)
#161518
(22,21,24)
#101113
(16,17,19)
#0A0D0E
(10,13,14)
#000000
(0,0,0)

Tints of #463540

#463540
(70,53,64)
#564751
(86,71,81)
#665962
(102,89,98)
#766B73
(118,107,115)
#867D84
(134,125,132)
#968F95
(150,143,149)
#A6A1A6
(166,161,166)
#B6B3B7
(182,179,183)
#C6C5C8
(198,197,200)
#D6D7D9
(214,215,217)
#E6E9EA
(230,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463540; }

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

This text font color is #463540.


Background Color

.myBgColor { background-color: #463540; }

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

This div background color is #463540.


Border color

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

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

This div border color is #463540.


Opacity

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

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

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

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

This text has shadow with #463540 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463540 on black background.


Color preview on white background

This text has color #463540 on white background.



Black color preview on #463540 background

This text has black color on #463540 background.


White color preview on #463540 background

This text has white color on #463540 background.