COLOR #463A2F

HEX: #463A2F RGB: (70,58,47)

Color info

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

RGB color model

#463A2F color RGB value is (70,58,47).

RGB: (70,58,47) (27%, 23%, 18%)

RGB channels and saturation

R 70 of 255 = 27%
G 58 of 255 = 23%
B 47 of 255 = 18%

70
58
47

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

Portions of RGB colors in percentages

R + G + B = 70 + 58 + 47 = 175 (100%)
R 70 of 175 ~ 40%
G 58 of 175 ~ 33.14%
B 47 of 175 ~ 26.86'%

%40
%33.14
%26.86

CMYK color model

#463A2F color CMYK value is (0,17,33,73).

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

CMYK: (0,17,33,73)
C0M17Y33K73 (0%, 17%, 33%, 73%)
(0.00 / 0.17 / 0.33 / 0.73)

CMYK percentages

%0
%17.14
%32.86
%72.55

Codes

Color #463A2F in popluar color models

46 3A 2F
RGB 70 58 47
HSL 29° 19.66% 22.94%
HSB/HSV 29° 32.86% 27.45%
CMYK 0.00% 17.14% 32.86%
72.55%

Color #463A2F in popluar number systems.

HEX 46 3A 2F
Decimal 70 58 47
Binary 1000110 111010 101111
Octal 106 72 57

Shades and tints

Shades of #463A2F

#463A2F
(70,58,47)
#40352B
(64,53,43)
#3A3027
(58,48,39)
#342B23
(52,43,35)
#2E261F
(46,38,31)
#28211B
(40,33,27)
#221C17
(34,28,23)
#1C1713
(28,23,19)
#16120F
(22,18,15)
#100D0B
(16,13,11)
#0A0807
(10,8,7)
#000000
(0,0,0)

Tints of #463A2F

#463A2F
(70,58,47)
#564B41
(86,75,65)
#665C53
(102,92,83)
#766D65
(118,109,101)
#867E77
(134,126,119)
#968F89
(150,143,137)
#A6A09B
(166,160,155)
#B6B1AD
(182,177,173)
#C6C2BF
(198,194,191)
#D6D3D1
(214,211,209)
#E6E4E3
(230,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463A2F; }

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

This text font color is #463A2F.

Background Color

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

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

This div background color is #463A2F.

Border color

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

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

This div border color is #463A2F.

Opacity

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

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

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

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

This text has shadow with #463A2F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #463A2F.

Preview

Color preview on black background

This text has color #463A2F on black background.


Color preview on white background

This text has color #463A2F on white background.


Black color preview on #463A2F background

This text has black color on #463A2F background.


White color preview on #463A2F background

This text has white color on #463A2F background.


Related colors

Complementary color

Complementary color for #hex is #B9C5D0.


I love getcolorcode.com

Triadic colors

1 #2F463A and #3A2F46 with #463A2F are triadic colors.

2 #2F3A46 and #3A462F with #463A2F are triadic colors.