COLOR #463D1B

HEX: #463D1B
RGB: (70,61,27)

Color info

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

RGB color model

#463D1B color RGB value is (70,61,27).

  • red value is 70;
  • green value is 61;
  • blue value is 27.
RGB:
(70,61,27)
(27%,24%,11%)

RGB channels and saturation

R 70 of 255 = 27%
G 61 of 255 = 24%
B 27 of 255 = 11%

70
61
27

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

Portions of RGB colors in percentages

R + G + B =
70 + 61 + 27 = 158 (100%)
R 70 of 158 ~ 44.3%
G 61 of 158 ~ 38.61%
B 27 of 158 ~ 17.09%

%44.3
%38.61
%17.09

CMYK color model

#463D1B color CMYK value is (0,13,61,73).

  • cyan value is 0.00%
  • magenta value is 12.86%
  • yellow value is 61.43%
  • key color value is 72.55%
CMYK:
(0,13,61,73)
C0M13Y61K73 
(0%,13%,61%,73%)
(0.00/0.13/0.61/0.73)	

CMYK percentages

%0
%12.86
%61.43
%72.55

Codes

Color #463D1B in popluar color models

463D1B
RGB706127
HSL47°44.33%19.02%
HSB/HSV47°61.43%27.45%
CMYK0.00%12.86%61.43%
72.55%

Color #463D1B in popluar number systems.

HEX463D1B
Decimal706127
Binary100011011110111011
Octal1067533

Shades and tints

Shades of #463D1B

#463D1B
(70,61,27)
#403819
(64,56,25)
#3A3317
(58,51,23)
#342E15
(52,46,21)
#2E2913
(46,41,19)
#282411
(40,36,17)
#221F0F
(34,31,15)
#1C1A0D
(28,26,13)
#16150B
(22,21,11)
#101009
(16,16,9)
#0A0B07
(10,11,7)
#000000
(0,0,0)

Tints of #463D1B

#463D1B
(70,61,27)
#564E2F
(86,78,47)
#665F43
(102,95,67)
#767057
(118,112,87)
#86816B
(134,129,107)
#96927F
(150,146,127)
#A6A393
(166,163,147)
#B6B4A7
(182,180,167)
#C6C5BB
(198,197,187)
#D6D6CF
(214,214,207)
#E6E7E3
(230,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #463D1B color. Also use rgb(70,61,27) instead hex code.

Text Font Color

.myTextColor { color: #463D1B; }

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

This text font color is #463D1B.


Background Color

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

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

This div background color is #463D1B.


Border color

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

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

This div border color is #463D1B.


Opacity

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

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

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

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

This text has shadow with #463D1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463D1B on black background.


Color preview on white background

This text has color #463D1B on white background.



Black color preview on #463D1B background

This text has black color on #463D1B background.


White color preview on #463D1B background

This text has white color on #463D1B background.