COLOR #463A3D

HEX: #463A3D RGB: (70,58,61)

Color info

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

RGB color model

#463A3D color RGB value is (70,58,61).

RGB: (70,58,61) (27%, 23%, 24%)

RGB channels and saturation

R 70 of 255 = 27%
G 58 of 255 = 23%
B 61 of 255 = 24%

70
58
61

R + G + B ~ 25%. #463A3D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 70 + 58 + 61 = 189 (100%)
R 70 of 189 ~ 37.04%
G 58 of 189 ~ 30.69%
B 61 of 189 ~ 32.28'%

%37.04
%30.69
%32.28

CMYK color model

#463A3D color CMYK value is (0,17,13,73).

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

CMYK: (0,17,13,73)
C0M17Y13K73 (0%, 17%, 13%, 73%)
(0.00 / 0.17 / 0.13 / 0.73)

CMYK percentages

%0
%17.14
%12.86
%72.55

Codes

Color #463A3D in popluar color models

46 3A 3D
RGB 70 58 61
HSL 345° 9.38% 25.10%
HSB/HSV 345° 17.14% 27.45%
CMYK 0.00% 17.14% 12.86%
72.55%

Color #463A3D in popluar number systems.

HEX 46 3A 3D
Decimal 70 58 61
Binary 1000110 111010 111101
Octal 106 72 75

Shades and tints

Shades of #463A3D

#463A3D
(70,58,61)
#403538
(64,53,56)
#3A3033
(58,48,51)
#342B2E
(52,43,46)
#2E2629
(46,38,41)
#282124
(40,33,36)
#221C1F
(34,28,31)
#1C171A
(28,23,26)
#161215
(22,18,21)
#100D10
(16,13,16)
#0A080B
(10,8,11)
#000000
(0,0,0)

Tints of #463A3D

#463A3D
(70,58,61)
#564B4E
(86,75,78)
#665C5F
(102,92,95)
#766D70
(118,109,112)
#867E81
(134,126,129)
#968F92
(150,143,146)
#A6A0A3
(166,160,163)
#B6B1B4
(182,177,180)
#C6C2C5
(198,194,197)
#D6D3D6
(214,211,214)
#E6E4E7
(230,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463A3D; }

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

This text font color is #463A3D.

Background Color

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

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

This div background color is #463A3D.

Border color

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

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

This div border color is #463A3D.

Opacity

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

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

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

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

This text has shadow with #463A3D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #463A3D.

Preview

Color preview on black background

This text has color #463A3D on black background.


Color preview on white background

This text has color #463A3D on white background.


Black color preview on #463A3D background

This text has black color on #463A3D background.


White color preview on #463A3D background

This text has white color on #463A3D background.


Related colors

Complementary color

Complementary color for #hex is #B9C5C2.


I love getcolorcode.com

Triadic colors

1 #3D463A and #3A3D46 with #463A3D are triadic colors.

2 #3D3A46 and #3A463D with #463A3D are triadic colors.