COLOR #463D2B

HEX: #463D2B RGB: (70,61,43)

Color info

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

RGB color model

#463D2B color RGB value is (70,61,43).

RGB: (70,61,43) (27%, 24%, 17%)

RGB channels and saturation

R 70 of 255 = 27%
G 61 of 255 = 24%
B 43 of 255 = 17%

70
61
43

R + G + B ~ 23%. #463D2B is dark color.

Portions of RGB colors in percentages

R + G + B = 70 + 61 + 43 = 174 (100%)
R 70 of 174 ~ 40.23%
G 61 of 174 ~ 35.06%
B 43 of 174 ~ 24.71'%

%40.23
%35.06
%24.71

CMYK color model

#463D2B color CMYK value is (0,13,39,73).

  • cyan value is 0.00%
  • magenta value is 12.86%
  • yellow value is 38.57%
  • key color value is 72.55%

CMYK: (0,13,39,73)
C0M13Y39K73 (0%, 13%, 39%, 73%)
(0.00 / 0.13 / 0.39 / 0.73)

CMYK percentages

%0
%12.86
%38.57
%72.55

Codes

Color #463D2B in popluar color models

46 3D 2B
RGB 70 61 43
HSL 40° 23.89% 22.16%
HSB/HSV 40° 38.57% 27.45%
CMYK 0.00% 12.86% 38.57%
72.55%

Color #463D2B in popluar number systems.

HEX 46 3D 2B
Decimal 70 61 43
Binary 1000110 111101 101011
Octal 106 75 53

Shades and tints

Shades of #463D2B

#463D2B
(70,61,43)
#403828
(64,56,40)
#3A3325
(58,51,37)
#342E22
(52,46,34)
#2E291F
(46,41,31)
#28241C
(40,36,28)
#221F19
(34,31,25)
#1C1A16
(28,26,22)
#161513
(22,21,19)
#101010
(16,16,16)
#0A0B0D
(10,11,13)
#000000
(0,0,0)

Tints of #463D2B

#463D2B
(70,61,43)
#564E3E
(86,78,62)
#665F51
(102,95,81)
#767064
(118,112,100)
#868177
(134,129,119)
#96928A
(150,146,138)
#A6A39D
(166,163,157)
#B6B4B0
(182,180,176)
#C6C5C3
(198,197,195)
#D6D6D6
(214,214,214)
#E6E7E9
(230,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463D2B; }

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

This text font color is #463D2B.

Background Color

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

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

This div background color is #463D2B.

Border color

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

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

This div border color is #463D2B.

Opacity

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

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

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

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

This text has shadow with #463D2B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #463D2B.

Preview

Color preview on black background

This text has color #463D2B on black background.


Color preview on white background

This text has color #463D2B on white background.


Black color preview on #463D2B background

This text has black color on #463D2B background.


White color preview on #463D2B background

This text has white color on #463D2B background.


Related colors

Complementary color

Complementary color for #hex is #B9C2D4.


I love getcolorcode.com

Triadic colors

1 #2B463D and #3D2B46 with #463D2B are triadic colors.

2 #2B3D46 and #3D462B with #463D2B are triadic colors.