COLOR #463C38

HEX: #463C38
RGB: (70,60,56)

Color info

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

RGB color model

#463C38 color RGB value is (70,60,56).

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

RGB channels and saturation

R 70 of 255 = 27%
G 60 of 255 = 24%
B 56 of 255 = 22%

70
60
56

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

Portions of RGB colors in percentages

R + G + B =
70 + 60 + 56 = 186 (100%)
R 70 of 186 ~ 37.63%
G 60 of 186 ~ 32.26%
B 56 of 186 ~ 30.11%

%37.63
%32.26
%30.11

CMYK color model

#463C38 color CMYK value is (0,14,20,73).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 20.00%
  • key color value is 72.55%
CMYK:
(0,14,20,73)
C0M14Y20K73 
(0%,14%,20%,73%)
(0.00/0.14/0.20/0.73)	

CMYK percentages

%0
%14.29
%20
%72.55

Codes

Color #463C38 in popluar color models

463C38
RGB706056
HSL17°11.11%24.71%
HSB/HSV17°20.00%27.45%
CMYK0.00%14.29%20.00%
72.55%

Color #463C38 in popluar number systems.

HEX463C38
Decimal706056
Binary1000110111100111000
Octal1067470

Shades and tints

Shades of #463C38

#463C38
(70,60,56)
#403733
(64,55,51)
#3A322E
(58,50,46)
#342D29
(52,45,41)
#2E2824
(46,40,36)
#28231F
(40,35,31)
#221E1A
(34,30,26)
#1C1915
(28,25,21)
#161410
(22,20,16)
#100F0B
(16,15,11)
#0A0A06
(10,10,6)
#000000
(0,0,0)

Tints of #463C38

#463C38
(70,60,56)
#564D4A
(86,77,74)
#665E5C
(102,94,92)
#766F6E
(118,111,110)
#868080
(134,128,128)
#969192
(150,145,146)
#A6A2A4
(166,162,164)
#B6B3B6
(182,179,182)
#C6C4C8
(198,196,200)
#D6D5DA
(214,213,218)
#E6E6EC
(230,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463C38; }

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

This text font color is #463C38.


Background Color

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

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

This div background color is #463C38.


Border color

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

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

This div border color is #463C38.


Opacity

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

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

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

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

This text has shadow with #463C38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463C38 on black background.


Color preview on white background

This text has color #463C38 on white background.



Black color preview on #463C38 background

This text has black color on #463C38 background.


White color preview on #463C38 background

This text has white color on #463C38 background.