COLOR #463D1A

HEX: #463D1A RGB: (70,61,26)

Color info

#463D1A contains red, green and blue colors in about the same proportion. Web safe color of #463D1A is #333300 (or #330).

RGB color model

#463D1A color RGB value is (70,61,26).

RGB: (70,61,26) (27%, 24%, 10%)

RGB channels and saturation

R 70 of 255 = 27%
G 61 of 255 = 24%
B 26 of 255 = 10%

70
61
26

R + G + B ~ 20%. #463D1A is dark color.

Portions of RGB colors in percentages

R + G + B = 70 + 61 + 26 = 157 (100%)
R 70 of 157 ~ 44.59%
G 61 of 157 ~ 38.85%
B 26 of 157 ~ 16.56'%

%44.59
%38.85
%16.56

CMYK color model

#463D1A color CMYK value is (0,13,63,73).

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

CMYK: (0,13,63,73)
C0M13Y63K73 (0%, 13%, 63%, 73%)
(0.00 / 0.13 / 0.63 / 0.73)

CMYK percentages

%0
%12.86
%62.86
%72.55

Codes

Color #463D1A in popluar color models

46 3D 1A
RGB 70 61 26
HSL 48° 45.83% 18.82%
HSB/HSV 48° 62.86% 27.45%
CMYK 0.00% 12.86% 62.86%
72.55%

Color #463D1A in popluar number systems.

HEX 46 3D 1A
Decimal 70 61 26
Binary 1000110 111101 11010
Octal 106 75 32

Shades and tints

Shades of #463D1A

#463D1A
(70,61,26)
#403818
(64,56,24)
#3A3316
(58,51,22)
#342E14
(52,46,20)
#2E2912
(46,41,18)
#282410
(40,36,16)
#221F0E
(34,31,14)
#1C1A0C
(28,26,12)
#16150A
(22,21,10)
#101008
(16,16,8)
#0A0B06
(10,11,6)
#000000
(0,0,0)

Tints of #463D1A

#463D1A
(70,61,26)
#564E2E
(86,78,46)
#665F42
(102,95,66)
#767056
(118,112,86)
#86816A
(134,129,106)
#96927E
(150,146,126)
#A6A392
(166,163,146)
#B6B4A6
(182,180,166)
#C6C5BA
(198,197,186)
#D6D6CE
(214,214,206)
#E6E7E2
(230,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463D1A; }

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

This text font color is #463D1A.

Background Color

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

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

This div background color is #463D1A.

Border color

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

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

This div border color is #463D1A.

Opacity

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

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

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

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

This text has shadow with #463D1A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #463D1A.

Preview

Color preview on black background

This text has color #463D1A on black background.


Color preview on white background

This text has color #463D1A on white background.


Black color preview on #463D1A background

This text has black color on #463D1A background.


White color preview on #463D1A background

This text has white color on #463D1A background.


Related colors

Complementary color

Complementary color for #hex is #B9C2E5.


I love getcolorcode.com

Triadic colors

1 #1A463D and #3D1A46 with #463D1A are triadic colors.

2 #1A3D46 and #3D461A with #463D1A are triadic colors.