COLOR #463F3C

HEX: #463F3C RGB: (70,63,60)

Color info

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

RGB color model

#463F3C color RGB value is (70,63,60).

RGB: (70,63,60) (27%, 25%, 24%)

RGB channels and saturation

R 70 of 255 = 27%
G 63 of 255 = 25%
B 60 of 255 = 24%

70
63
60

R + G + B ~ 25%. #463F3C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 70 + 63 + 60 = 193 (100%)
R 70 of 193 ~ 36.27%
G 63 of 193 ~ 32.64%
B 60 of 193 ~ 31.09'%

%36.27
%32.64
%31.09

CMYK color model

#463F3C color CMYK value is (0,10,14,73).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 14.29%
  • key color value is 72.55%
CMYK: (0,10,14,73) C0M10Y14K73 (0%,10%,14%,73%) (0.00/0.10/0.14/0.73) 

CMYK percentages

%0
%10
%14.29
%72.55

Codes

Color #463F3C in popluar color models

46 3F 3C
RGB 70 63 60
HSL 18° 7.69% 25.49%
HSB/HSV 18° 14.29% 27.45%
CMYK 0.00% 10.00% 14.29%
72.55%

Color #463F3C in popluar number systems.

HEX 46 3F 3C
Decimal 70 63 60
Binary 1000110 111111 111100
Octal 106 77 74

Shades and tints

Shades of #463F3C

#463F3C
(70,63,60)
#403A37
(64,58,55)
#3A3532
(58,53,50)
#34302D
(52,48,45)
#2E2B28
(46,43,40)
#282623
(40,38,35)
#22211E
(34,33,30)
#1C1C19
(28,28,25)
#161714
(22,23,20)
#10120F
(16,18,15)
#0A0D0A
(10,13,10)
#000000
(0,0,0)

Tints of #463F3C

#463F3C
(70,63,60)
#56504D
(86,80,77)
#66615E
(102,97,94)
#76726F
(118,114,111)
#868380
(134,131,128)
#969491
(150,148,145)
#A6A5A2
(166,165,162)
#B6B6B3
(182,182,179)
#C6C7C4
(198,199,196)
#D6D8D5
(214,216,213)
#E6E9E6
(230,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463F3C; }

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

This text font color is #463F3C.

Background Color

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

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

This div background color is #463F3C.

Border color

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

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

This div border color is #463F3C.

Opacity

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

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

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

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

This text has shadow with #463F3C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #463F3C.

Preview

Color preview on black background

This text has color #463F3C on black background.


Color preview on white background

This text has color #463F3C on white background.


Black color preview on #463F3C background

This text has black color on #463F3C background.


White color preview on #463F3C background

This text has white color on #463F3C background.


Related colors

Complementary color

Complementary color for #hex is #B9C0C3.


I love getcolorcode.com

Triadic colors

1 #3C463F and #3F3C46 with #463F3C are triadic colors.

2 #3C3F46 and #3F463C with #463F3C are triadic colors.