COLOR #463D2F

HEX: #463D2F RGB: (70,61,47)

Color info

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

RGB color model

#463D2F color RGB value is (70,61,47).

RGB: (70,61,47) (27%, 24%, 18%)

RGB channels and saturation

R 70 of 255 = 27%
G 61 of 255 = 24%
B 47 of 255 = 18%

70
61
47

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

Portions of RGB colors in percentages

R + G + B = 70 + 61 + 47 = 178 (100%)
R 70 of 178 ~ 39.33%
G 61 of 178 ~ 34.27%
B 47 of 178 ~ 26.4'%

%39.33
%34.27
%26.4

CMYK color model

#463D2F color CMYK value is (0,13,33,73).

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

CMYK: (0,13,33,73)
C0M13Y33K73 (0%, 13%, 33%, 73%)
(0.00 / 0.13 / 0.33 / 0.73)

CMYK percentages

%0
%12.86
%32.86
%72.55

Codes

Color #463D2F in popluar color models

46 3D 2F
RGB 70 61 47
HSL 37° 19.66% 22.94%
HSB/HSV 37° 32.86% 27.45%
CMYK 0.00% 12.86% 32.86%
72.55%

Color #463D2F in popluar number systems.

HEX 46 3D 2F
Decimal 70 61 47
Binary 1000110 111101 101111
Octal 106 75 57

Shades and tints

Shades of #463D2F

#463D2F
(70,61,47)
#40382B
(64,56,43)
#3A3327
(58,51,39)
#342E23
(52,46,35)
#2E291F
(46,41,31)
#28241B
(40,36,27)
#221F17
(34,31,23)
#1C1A13
(28,26,19)
#16150F
(22,21,15)
#10100B
(16,16,11)
#0A0B07
(10,11,7)
#000000
(0,0,0)

Tints of #463D2F

#463D2F
(70,61,47)
#564E41
(86,78,65)
#665F53
(102,95,83)
#767065
(118,112,101)
#868177
(134,129,119)
#969289
(150,146,137)
#A6A39B
(166,163,155)
#B6B4AD
(182,180,173)
#C6C5BF
(198,197,191)
#D6D6D1
(214,214,209)
#E6E7E3
(230,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463D2F; }

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

This text font color is #463D2F.

Background Color

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

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

This div background color is #463D2F.

Border color

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

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

This div border color is #463D2F.

Opacity

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

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

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

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

This text has shadow with #463D2F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #463D2F.

Preview

Color preview on black background

This text has color #463D2F on black background.


Color preview on white background

This text has color #463D2F on white background.


Black color preview on #463D2F background

This text has black color on #463D2F background.


White color preview on #463D2F background

This text has white color on #463D2F background.


Related colors

Complementary color

Complementary color for #hex is #B9C2D0.


I love getcolorcode.com

Triadic colors

1 #2F463D and #3D2F46 with #463D2F are triadic colors.

2 #2F3D46 and #3D462F with #463D2F are triadic colors.