COLOR #463524

HEX: #463524
RGB: (70,53,36)

Color info

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

RGB color model

#463524 color RGB value is (70,53,36).

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

RGB channels and saturation

R 70 of 255 = 27%
G 53 of 255 = 21%
B 36 of 255 = 14%

70
53
36

R + G + B ~ 21%. #463524 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 53 + 36 = 159 (100%)
R 70 of 159 ~ 44.03%
G 53 of 159 ~ 33.33%
B 36 of 159 ~ 22.64%

%44.03
%33.33
%22.64

CMYK color model

#463524 color CMYK value is (0,24,49,73).

  • cyan value is 0.00%
  • magenta value is 24.29%
  • yellow value is 48.57%
  • key color value is 72.55%
CMYK:
(0,24,49,73)
C0M24Y49K73 
(0%,24%,49%,73%)
(0.00/0.24/0.49/0.73)	

CMYK percentages

%0
%24.29
%48.57
%72.55

Codes

Color #463524 in popluar color models

463524
RGB705336
HSL30°32.08%20.78%
HSB/HSV30°48.57%27.45%
CMYK0.00%24.29%48.57%
72.55%

Color #463524 in popluar number systems.

HEX463524
Decimal705336
Binary1000110110101100100
Octal1066544

Shades and tints

Shades of #463524

#463524
(70,53,36)
#403121
(64,49,33)
#3A2D1E
(58,45,30)
#34291B
(52,41,27)
#2E2518
(46,37,24)
#282115
(40,33,21)
#221D12
(34,29,18)
#1C190F
(28,25,15)
#16150C
(22,21,12)
#101109
(16,17,9)
#0A0D06
(10,13,6)
#000000
(0,0,0)

Tints of #463524

#463524
(70,53,36)
#564737
(86,71,55)
#66594A
(102,89,74)
#766B5D
(118,107,93)
#867D70
(134,125,112)
#968F83
(150,143,131)
#A6A196
(166,161,150)
#B6B3A9
(182,179,169)
#C6C5BC
(198,197,188)
#D6D7CF
(214,215,207)
#E6E9E2
(230,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463524; }

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

This text font color is #463524.


Background Color

.myBgColor { background-color: #463524; }

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

This div background color is #463524.


Border color

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

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

This div border color is #463524.


Opacity

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

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

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

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

This text has shadow with #463524 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463524 on black background.


Color preview on white background

This text has color #463524 on white background.



Black color preview on #463524 background

This text has black color on #463524 background.


White color preview on #463524 background

This text has white color on #463524 background.