COLOR #463A34

HEX: #463A34 RGB: (70,58,52)

Color info

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

RGB color model

#463A34 color RGB value is (70,58,52).

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

RGB channels and saturation

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

70
58
52

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

Portions of RGB colors in percentages

R + G + B = 70 + 58 + 52 = 180 (100%)
R 70 of 180 ~ 38.89%
G 58 of 180 ~ 32.22%
B 52 of 180 ~ 28.89'%

%38.89
%32.22
%28.89

CMYK color model

#463A34 color CMYK value is (0,17,26,73).

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

CMYK: (0,17,26,73)
C0M17Y26K73 (0%, 17%, 26%, 73%)
(0.00 / 0.17 / 0.26 / 0.73)

CMYK percentages

%0
%17.14
%25.71
%72.55

Codes

Color #463A34 in popluar color models

46 3A 34
RGB 70 58 52
HSL 20° 14.75% 23.92%
HSB/HSV 20° 25.71% 27.45%
CMYK 0.00% 17.14% 25.71%
72.55%

Color #463A34 in popluar number systems.

HEX 46 3A 34
Decimal 70 58 52
Binary 1000110 111010 110100
Octal 106 72 64

Shades and tints

Shades of #463A34

#463A34
(70,58,52)
#403530
(64,53,48)
#3A302C
(58,48,44)
#342B28
(52,43,40)
#2E2624
(46,38,36)
#282120
(40,33,32)
#221C1C
(34,28,28)
#1C1718
(28,23,24)
#161214
(22,18,20)
#100D10
(16,13,16)
#0A080C
(10,8,12)
#000000
(0,0,0)

Tints of #463A34

#463A34
(70,58,52)
#564B46
(86,75,70)
#665C58
(102,92,88)
#766D6A
(118,109,106)
#867E7C
(134,126,124)
#968F8E
(150,143,142)
#A6A0A0
(166,160,160)
#B6B1B2
(182,177,178)
#C6C2C4
(198,194,196)
#D6D3D6
(214,211,214)
#E6E4E8
(230,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463A34; }

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

This text font color is #463A34.

Background Color

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

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

This div background color is #463A34.

Border color

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

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

This div border color is #463A34.

Opacity

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

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

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

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

This text has shadow with #463A34 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #463A34.

Preview

Color preview on black background

This text has color #463A34 on black background.


Color preview on white background

This text has color #463A34 on white background.


Black color preview on #463A34 background

This text has black color on #463A34 background.


White color preview on #463A34 background

This text has white color on #463A34 background.


Related colors

Complementary color

Complementary color for #hex is #B9C5CB.


I love getcolorcode.com

Triadic colors

1 #34463A and #3A3446 with #463A34 are triadic colors.

2 #343A46 and #3A4634 with #463A34 are triadic colors.