COLOR #463C36

HEX: #463C36 RGB: (70,60,54)

Color info

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

RGB color model

#463C36 color RGB value is (70,60,54).

RGB: (70,60,54) (27%, 24%, 21%)

RGB channels and saturation

R 70 of 255 = 27%
G 60 of 255 = 24%
B 54 of 255 = 21%

70
60
54

R + G + B ~ 24%. #463C36 is dark color.

Portions of RGB colors in percentages

R + G + B = 70 + 60 + 54 = 184 (100%)
R 70 of 184 ~ 38.04%
G 60 of 184 ~ 32.61%
B 54 of 184 ~ 29.35'%

%38.04
%32.61
%29.35

CMYK color model

#463C36 color CMYK value is (0,14,23,73).

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

CMYK: (0,14,23,73)
C0M14Y23K73 (0%, 14%, 23%, 73%)
(0.00 / 0.14 / 0.23 / 0.73)

CMYK percentages

%0
%14.29
%22.86
%72.55

Codes

Color #463C36 in popluar color models

46 3C 36
RGB 70 60 54
HSL 23° 12.90% 24.31%
HSB/HSV 23° 22.86% 27.45%
CMYK 0.00% 14.29% 22.86%
72.55%

Color #463C36 in popluar number systems.

HEX 46 3C 36
Decimal 70 60 54
Binary 1000110 111100 110110
Octal 106 74 66

Shades and tints

Shades of #463C36

#463C36
(70,60,54)
#403732
(64,55,50)
#3A322E
(58,50,46)
#342D2A
(52,45,42)
#2E2826
(46,40,38)
#282322
(40,35,34)
#221E1E
(34,30,30)
#1C191A
(28,25,26)
#161416
(22,20,22)
#100F12
(16,15,18)
#0A0A0E
(10,10,14)
#000000
(0,0,0)

Tints of #463C36

#463C36
(70,60,54)
#564D48
(86,77,72)
#665E5A
(102,94,90)
#766F6C
(118,111,108)
#86807E
(134,128,126)
#969190
(150,145,144)
#A6A2A2
(166,162,162)
#B6B3B4
(182,179,180)
#C6C4C6
(198,196,198)
#D6D5D8
(214,213,216)
#E6E6EA
(230,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463C36; }

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

This text font color is #463C36.

Background Color

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

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

This div background color is #463C36.

Border color

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

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

This div border color is #463C36.

Opacity

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

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

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

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

This text has shadow with #463C36 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #463C36.

Preview

Color preview on black background

This text has color #463C36 on black background.


Color preview on white background

This text has color #463C36 on white background.


Black color preview on #463C36 background

This text has black color on #463C36 background.


White color preview on #463C36 background

This text has white color on #463C36 background.


Related colors

Complementary color

Complementary color for #hex is #B9C3C9.


I love getcolorcode.com

Triadic colors

1 #36463C and #3C3646 with #463C36 are triadic colors.

2 #363C46 and #3C4636 with #463C36 are triadic colors.