COLOR #463B3A

HEX: #463B3A RGB: (70,59,58)

Color info

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

RGB color model

#463B3A color RGB value is (70,59,58).

RGB: (70,59,58) (27%, 23%, 23%)

RGB channels and saturation

R 70 of 255 = 27%
G 59 of 255 = 23%
B 58 of 255 = 23%

70
59
58

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

Portions of RGB colors in percentages

R + G + B = 70 + 59 + 58 = 187 (100%)
R 70 of 187 ~ 37.43%
G 59 of 187 ~ 31.55%
B 58 of 187 ~ 31.02'%

%37.43
%31.55
%31.02

CMYK color model

#463B3A color CMYK value is (0,16,17,73).

  • cyan value is 0.00%
  • magenta value is 15.71%
  • yellow value is 17.14%
  • key color value is 72.55%

CMYK: (0,16,17,73)
C0M16Y17K73 (0%, 16%, 17%, 73%)
(0.00 / 0.16 / 0.17 / 0.73)

CMYK percentages

%0
%15.71
%17.14
%72.55

Codes

Color #463B3A in popluar color models

46 3B 3A
RGB 70 59 58
HSL 9.38% 25.10%
HSB/HSV 17.14% 27.45%
CMYK 0.00% 15.71% 17.14%
72.55%

Color #463B3A in popluar number systems.

HEX 46 3B 3A
Decimal 70 59 58
Binary 1000110 111011 111010
Octal 106 73 72

Shades and tints

Shades of #463B3A

#463B3A
(70,59,58)
#403635
(64,54,53)
#3A3130
(58,49,48)
#342C2B
(52,44,43)
#2E2726
(46,39,38)
#282221
(40,34,33)
#221D1C
(34,29,28)
#1C1817
(28,24,23)
#161312
(22,19,18)
#100E0D
(16,14,13)
#0A0908
(10,9,8)
#000000
(0,0,0)

Tints of #463B3A

#463B3A
(70,59,58)
#564C4B
(86,76,75)
#665D5C
(102,93,92)
#766E6D
(118,110,109)
#867F7E
(134,127,126)
#96908F
(150,144,143)
#A6A1A0
(166,161,160)
#B6B2B1
(182,178,177)
#C6C3C2
(198,195,194)
#D6D4D3
(214,212,211)
#E6E5E4
(230,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #463B3A color. Also use rgb(70,59,58) instead hex code.

Text Font Color

.myTextColor { color: #463B3A; }

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

This text font color is #463B3A.

Background Color

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

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

This div background color is #463B3A.

Border color

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

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

This div border color is #463B3A.

Opacity

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

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

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

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

This text has shadow with #463B3A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #463B3A.

Preview

Color preview on black background

This text has color #463B3A on black background.


Color preview on white background

This text has color #463B3A on white background.


Black color preview on #463B3A background

This text has black color on #463B3A background.


White color preview on #463B3A background

This text has white color on #463B3A background.


Related colors

Complementary color

Complementary color for #hex is #B9C4C5.


I love getcolorcode.com

Triadic colors

1 #3A463B and #3B3A46 with #463B3A are triadic colors.

2 #3A3B46 and #3B463A with #463B3A are triadic colors.