COLOR #463C24

HEX: #463C24 RGB: (70,60,36)

Color info

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

RGB color model

#463C24 color RGB value is (70,60,36).

RGB: (70,60,36) (27%, 24%, 14%)

RGB channels and saturation

R 70 of 255 = 27%
G 60 of 255 = 24%
B 36 of 255 = 14%

70
60
36

R + G + B ~ 22%. #463C24 is dark color.

Portions of RGB colors in percentages

R + G + B = 70 + 60 + 36 = 166 (100%)
R 70 of 166 ~ 42.17%
G 60 of 166 ~ 36.14%
B 36 of 166 ~ 21.69'%

%42.17
%36.14
%21.69

CMYK color model

#463C24 color CMYK value is (0,14,49,73).

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

CMYK: (0,14,49,73)
C0M14Y49K73 (0%, 14%, 49%, 73%)
(0.00 / 0.14 / 0.49 / 0.73)

CMYK percentages

%0
%14.29
%48.57
%72.55

Codes

Color #463C24 in popluar color models

46 3C 24
RGB 70 60 36
HSL 42° 32.08% 20.78%
HSB/HSV 42° 48.57% 27.45%
CMYK 0.00% 14.29% 48.57%
72.55%

Color #463C24 in popluar number systems.

HEX 46 3C 24
Decimal 70 60 36
Binary 1000110 111100 100100
Octal 106 74 44

Shades and tints

Shades of #463C24

#463C24
(70,60,36)
#403721
(64,55,33)
#3A321E
(58,50,30)
#342D1B
(52,45,27)
#2E2818
(46,40,24)
#282315
(40,35,21)
#221E12
(34,30,18)
#1C190F
(28,25,15)
#16140C
(22,20,12)
#100F09
(16,15,9)
#0A0A06
(10,10,6)
#000000
(0,0,0)

Tints of #463C24

#463C24
(70,60,36)
#564D37
(86,77,55)
#665E4A
(102,94,74)
#766F5D
(118,111,93)
#868070
(134,128,112)
#969183
(150,145,131)
#A6A296
(166,162,150)
#B6B3A9
(182,179,169)
#C6C4BC
(198,196,188)
#D6D5CF
(214,213,207)
#E6E6E2
(230,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463C24; }

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

This text font color is #463C24.

Background Color

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

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

This div background color is #463C24.

Border color

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

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

This div border color is #463C24.

Opacity

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

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

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

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

This text has shadow with #463C24 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #463C24.

Preview

Color preview on black background

This text has color #463C24 on black background.


Color preview on white background

This text has color #463C24 on white background.


Black color preview on #463C24 background

This text has black color on #463C24 background.


White color preview on #463C24 background

This text has white color on #463C24 background.


Related colors

Complementary color

Complementary color for #hex is #B9C3DB.


I love getcolorcode.com

Triadic colors

1 #24463C and #3C2446 with #463C24 are triadic colors.

2 #243C46 and #3C4624 with #463C24 are triadic colors.