COLOR #463A38

HEX: #463A38
RGB: (70,58,56)

Color info

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

RGB color model

#463A38 color RGB value is (70,58,56).

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

RGB channels and saturation

R 70 of 255 = 27%
G 58 of 255 = 23%
B 56 of 255 = 22%

70
58
56

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

Portions of RGB colors in percentages

R + G + B =
70 + 58 + 56 = 184 (100%)
R 70 of 184 ~ 38.04%
G 58 of 184 ~ 31.52%
B 56 of 184 ~ 30.43%

%38.04
%31.52
%30.43

CMYK color model

#463A38 color CMYK value is (0,17,20,73).

  • cyan value is 0.00%
  • magenta value is 17.14%
  • yellow value is 20.00%
  • key color value is 72.55%
CMYK:
(0,17,20,73)
C0M17Y20K73 
(0%,17%,20%,73%)
(0.00/0.17/0.20/0.73)	

CMYK percentages

%0
%17.14
%20
%72.55

Codes

Color #463A38 in popluar color models

463A38
RGB705856
HSL11.11%24.71%
HSB/HSV20.00%27.45%
CMYK0.00%17.14%20.00%
72.55%

Color #463A38 in popluar number systems.

HEX463A38
Decimal705856
Binary1000110111010111000
Octal1067270

Shades and tints

Shades of #463A38

#463A38
(70,58,56)
#403533
(64,53,51)
#3A302E
(58,48,46)
#342B29
(52,43,41)
#2E2624
(46,38,36)
#28211F
(40,33,31)
#221C1A
(34,28,26)
#1C1715
(28,23,21)
#161210
(22,18,16)
#100D0B
(16,13,11)
#0A0806
(10,8,6)
#000000
(0,0,0)

Tints of #463A38

#463A38
(70,58,56)
#564B4A
(86,75,74)
#665C5C
(102,92,92)
#766D6E
(118,109,110)
#867E80
(134,126,128)
#968F92
(150,143,146)
#A6A0A4
(166,160,164)
#B6B1B6
(182,177,182)
#C6C2C8
(198,194,200)
#D6D3DA
(214,211,218)
#E6E4EC
(230,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463A38; }

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

This text font color is #463A38.


Background Color

.myBgColor { background-color: #463A38; }

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

This div background color is #463A38.


Border color

.myBorderColor { border: 1px solid #463A38; }

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

This div border color is #463A38.


Opacity

.myOpacity80 { color: #463A38; opacity: 0.8; }

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

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

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

This text has shadow with #463A38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463A38 on black background.


Color preview on white background

This text has color #463A38 on white background.



Black color preview on #463A38 background

This text has black color on #463A38 background.


White color preview on #463A38 background

This text has white color on #463A38 background.