COLOR #463A2D

HEX: #463A2D RGB: (70,58,45)

Color info

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

RGB color model

#463A2D color RGB value is (70,58,45).

RGB: (70,58,45) (27%, 23%, 18%)

RGB channels and saturation

R 70 of 255 = 27%
G 58 of 255 = 23%
B 45 of 255 = 18%

70
58
45

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

Portions of RGB colors in percentages

R + G + B = 70 + 58 + 45 = 173 (100%)
R 70 of 173 ~ 40.46%
G 58 of 173 ~ 33.53%
B 45 of 173 ~ 26.01'%

%40.46
%33.53
%26.01

CMYK color model

#463A2D color CMYK value is (0,17,36,73).

  • cyan value is 0.00%
  • magenta value is 17.14%
  • yellow value is 35.71%
  • key color value is 72.55%

CMYK: (0,17,36,73)
C0M17Y36K73 (0%, 17%, 36%, 73%)
(0.00 / 0.17 / 0.36 / 0.73)

CMYK percentages

%0
%17.14
%35.71
%72.55

Codes

Color #463A2D in popluar color models

46 3A 2D
RGB 70 58 45
HSL 31° 21.74% 22.55%
HSB/HSV 31° 35.71% 27.45%
CMYK 0.00% 17.14% 35.71%
72.55%

Color #463A2D in popluar number systems.

HEX 46 3A 2D
Decimal 70 58 45
Binary 1000110 111010 101101
Octal 106 72 55

Shades and tints

Shades of #463A2D

#463A2D
(70,58,45)
#403529
(64,53,41)
#3A3025
(58,48,37)
#342B21
(52,43,33)
#2E261D
(46,38,29)
#282119
(40,33,25)
#221C15
(34,28,21)
#1C1711
(28,23,17)
#16120D
(22,18,13)
#100D09
(16,13,9)
#0A0805
(10,8,5)
#000000
(0,0,0)

Tints of #463A2D

#463A2D
(70,58,45)
#564B40
(86,75,64)
#665C53
(102,92,83)
#766D66
(118,109,102)
#867E79
(134,126,121)
#968F8C
(150,143,140)
#A6A09F
(166,160,159)
#B6B1B2
(182,177,178)
#C6C2C5
(198,194,197)
#D6D3D8
(214,211,216)
#E6E4EB
(230,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463A2D; }

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

This text font color is #463A2D.

Background Color

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

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

This div background color is #463A2D.

Border color

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

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

This div border color is #463A2D.

Opacity

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

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

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

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

This text has shadow with #463A2D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #463A2D.

Preview

Color preview on black background

This text has color #463A2D on black background.


Color preview on white background

This text has color #463A2D on white background.


Black color preview on #463A2D background

This text has black color on #463A2D background.


White color preview on #463A2D background

This text has white color on #463A2D background.


Related colors

Complementary color

Complementary color for #hex is #B9C5D2.


I love getcolorcode.com

Triadic colors

1 #2D463A and #3A2D46 with #463A2D are triadic colors.

2 #2D3A46 and #3A462D with #463A2D are triadic colors.