COLOR #463D2D

HEX: #463D2D RGB: (70,61,45)

Color info

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

RGB color model

#463D2D color RGB value is (70,61,45).

RGB: (70,61,45) (27%, 24%, 18%)

RGB channels and saturation

R 70 of 255 = 27%
G 61 of 255 = 24%
B 45 of 255 = 18%

70
61
45

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

Portions of RGB colors in percentages

R + G + B = 70 + 61 + 45 = 176 (100%)
R 70 of 176 ~ 39.77%
G 61 of 176 ~ 34.66%
B 45 of 176 ~ 25.57'%

%39.77
%34.66
%25.57

CMYK color model

#463D2D color CMYK value is (0,13,36,73).

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

CMYK: (0,13,36,73)
C0M13Y36K73 (0%, 13%, 36%, 73%)
(0.00 / 0.13 / 0.36 / 0.73)

CMYK percentages

%0
%12.86
%35.71
%72.55

Codes

Color #463D2D in popluar color models

46 3D 2D
RGB 70 61 45
HSL 38° 21.74% 22.55%
HSB/HSV 38° 35.71% 27.45%
CMYK 0.00% 12.86% 35.71%
72.55%

Color #463D2D in popluar number systems.

HEX 46 3D 2D
Decimal 70 61 45
Binary 1000110 111101 101101
Octal 106 75 55

Shades and tints

Shades of #463D2D

#463D2D
(70,61,45)
#403829
(64,56,41)
#3A3325
(58,51,37)
#342E21
(52,46,33)
#2E291D
(46,41,29)
#282419
(40,36,25)
#221F15
(34,31,21)
#1C1A11
(28,26,17)
#16150D
(22,21,13)
#101009
(16,16,9)
#0A0B05
(10,11,5)
#000000
(0,0,0)

Tints of #463D2D

#463D2D
(70,61,45)
#564E40
(86,78,64)
#665F53
(102,95,83)
#767066
(118,112,102)
#868179
(134,129,121)
#96928C
(150,146,140)
#A6A39F
(166,163,159)
#B6B4B2
(182,180,178)
#C6C5C5
(198,197,197)
#D6D6D8
(214,214,216)
#E6E7EB
(230,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463D2D; }

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

This text font color is #463D2D.

Background Color

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

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

This div background color is #463D2D.

Border color

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

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

This div border color is #463D2D.

Opacity

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

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

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

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

This text has shadow with #463D2D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #463D2D.

Preview

Color preview on black background

This text has color #463D2D on black background.


Color preview on white background

This text has color #463D2D on white background.


Black color preview on #463D2D background

This text has black color on #463D2D background.


White color preview on #463D2D background

This text has white color on #463D2D background.


Related colors

Complementary color

Complementary color for #hex is #B9C2D2.


I love getcolorcode.com

Triadic colors

1 #2D463D and #3D2D46 with #463D2D are triadic colors.

2 #2D3D46 and #3D462D with #463D2D are triadic colors.