COLOR #463A33

HEX: #463A33 RGB: (70,58,51)

Color info

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

RGB color model

#463A33 color RGB value is (70,58,51).

RGB: (70,58,51) (27%, 23%, 20%)

RGB channels and saturation

R 70 of 255 = 27%
G 58 of 255 = 23%
B 51 of 255 = 20%

70
58
51

R + G + B ~ 23%. #463A33 is dark color.

Portions of RGB colors in percentages

R + G + B = 70 + 58 + 51 = 179 (100%)
R 70 of 179 ~ 39.11%
G 58 of 179 ~ 32.4%
B 51 of 179 ~ 28.49'%

%39.11
%32.4
%28.49

CMYK color model

#463A33 color CMYK value is (0,17,27,73).

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

CMYK: (0,17,27,73)
C0M17Y27K73 (0%, 17%, 27%, 73%)
(0.00 / 0.17 / 0.27 / 0.73)

CMYK percentages

%0
%17.14
%27.14
%72.55

Codes

Color #463A33 in popluar color models

46 3A 33
RGB 70 58 51
HSL 22° 15.70% 23.73%
HSB/HSV 22° 27.14% 27.45%
CMYK 0.00% 17.14% 27.14%
72.55%

Color #463A33 in popluar number systems.

HEX 46 3A 33
Decimal 70 58 51
Binary 1000110 111010 110011
Octal 106 72 63

Shades and tints

Shades of #463A33

#463A33
(70,58,51)
#40352F
(64,53,47)
#3A302B
(58,48,43)
#342B27
(52,43,39)
#2E2623
(46,38,35)
#28211F
(40,33,31)
#221C1B
(34,28,27)
#1C1717
(28,23,23)
#161213
(22,18,19)
#100D0F
(16,13,15)
#0A080B
(10,8,11)
#000000
(0,0,0)

Tints of #463A33

#463A33
(70,58,51)
#564B45
(86,75,69)
#665C57
(102,92,87)
#766D69
(118,109,105)
#867E7B
(134,126,123)
#968F8D
(150,143,141)
#A6A09F
(166,160,159)
#B6B1B1
(182,177,177)
#C6C2C3
(198,194,195)
#D6D3D5
(214,211,213)
#E6E4E7
(230,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463A33; }

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

This text font color is #463A33.

Background Color

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

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

This div background color is #463A33.

Border color

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

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

This div border color is #463A33.

Opacity

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

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

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

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

This text has shadow with #463A33 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #463A33.

Preview

Color preview on black background

This text has color #463A33 on black background.


Color preview on white background

This text has color #463A33 on white background.


Black color preview on #463A33 background

This text has black color on #463A33 background.


White color preview on #463A33 background

This text has white color on #463A33 background.


Related colors

Complementary color

Complementary color for #hex is #B9C5CC.


I love getcolorcode.com

Triadic colors

1 #33463A and #3A3346 with #463A33 are triadic colors.

2 #333A46 and #3A4633 with #463A33 are triadic colors.