COLOR #463C1F

HEX: #463C1F RGB: (70,60,31)

Color info

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

RGB color model

#463C1F color RGB value is (70,60,31).

RGB: (70,60,31) (27%, 24%, 12%)

RGB channels and saturation

R 70 of 255 = 27%
G 60 of 255 = 24%
B 31 of 255 = 12%

70
60
31

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

Portions of RGB colors in percentages

R + G + B = 70 + 60 + 31 = 161 (100%)
R 70 of 161 ~ 43.48%
G 60 of 161 ~ 37.27%
B 31 of 161 ~ 19.25'%

%43.48
%37.27
%19.25

CMYK color model

#463C1F color CMYK value is (0,14,56,73).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 55.71%
  • key color value is 72.55%

CMYK: (0,14,56,73)
C0M14Y56K73 (0%, 14%, 56%, 73%)
(0.00 / 0.14 / 0.56 / 0.73)

CMYK percentages

%0
%14.29
%55.71
%72.55

Codes

Color #463C1F in popluar color models

46 3C 1F
RGB 70 60 31
HSL 45° 38.61% 19.80%
HSB/HSV 45° 55.71% 27.45%
CMYK 0.00% 14.29% 55.71%
72.55%

Color #463C1F in popluar number systems.

HEX 46 3C 1F
Decimal 70 60 31
Binary 1000110 111100 11111
Octal 106 74 37

Shades and tints

Shades of #463C1F

#463C1F
(70,60,31)
#40371D
(64,55,29)
#3A321B
(58,50,27)
#342D19
(52,45,25)
#2E2817
(46,40,23)
#282315
(40,35,21)
#221E13
(34,30,19)
#1C1911
(28,25,17)
#16140F
(22,20,15)
#100F0D
(16,15,13)
#0A0A0B
(10,10,11)
#000000
(0,0,0)

Tints of #463C1F

#463C1F
(70,60,31)
#564D33
(86,77,51)
#665E47
(102,94,71)
#766F5B
(118,111,91)
#86806F
(134,128,111)
#969183
(150,145,131)
#A6A297
(166,162,151)
#B6B3AB
(182,179,171)
#C6C4BF
(198,196,191)
#D6D5D3
(214,213,211)
#E6E6E7
(230,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #463C1F color. Also use rgb(70,60,31) instead hex code.

Text Font Color

.myTextColor { color: #463C1F; }

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

This text font color is #463C1F.

Background Color

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

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

This div background color is #463C1F.

Border color

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

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

This div border color is #463C1F.

Opacity

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

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

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

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

This text has shadow with #463C1F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #463C1F.

Preview

Color preview on black background

This text has color #463C1F on black background.


Color preview on white background

This text has color #463C1F on white background.


Black color preview on #463C1F background

This text has black color on #463C1F background.


White color preview on #463C1F background

This text has white color on #463C1F background.


Related colors

Complementary color

Complementary color for #hex is #B9C3E0.


I love getcolorcode.com

Triadic colors

1 #1F463C and #3C1F46 with #463C1F are triadic colors.

2 #1F3C46 and #3C461F with #463C1F are triadic colors.