COLOR #463A3E

HEX: #463A3E
RGB: (70,58,62)

Color info

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

RGB color model

#463A3E color RGB value is (70,58,62).

  • red value is 70;
  • green value is 58;
  • blue value is 62.
RGB:
(70,58,62)
(27%,23%,24%)

RGB channels and saturation

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

70
58
62

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

Portions of RGB colors in percentages

R + G + B =
70 + 58 + 62 = 190 (100%)
R 70 of 190 ~ 36.84%
G 58 of 190 ~ 30.53%
B 62 of 190 ~ 32.63%

%36.84
%30.53
%32.63

CMYK color model

#463A3E color CMYK value is (0,17,11,73).

  • cyan value is 0.00%
  • magenta value is 17.14%
  • yellow value is 11.43%
  • key color value is 72.55%
CMYK:
(0,17,11,73)
C0M17Y11K73 
(0%,17%,11%,73%)
(0.00/0.17/0.11/0.73)	

CMYK percentages

%0
%17.14
%11.43
%72.55

Codes

Color #463A3E in popluar color models

463A3E
RGB705862
HSL340°9.38%25.10%
HSB/HSV340°17.14%27.45%
CMYK0.00%17.14%11.43%
72.55%

Color #463A3E in popluar number systems.

HEX463A3E
Decimal705862
Binary1000110111010111110
Octal1067276

Shades and tints

Shades of #463A3E

#463A3E
(70,58,62)
#403539
(64,53,57)
#3A3034
(58,48,52)
#342B2F
(52,43,47)
#2E262A
(46,38,42)
#282125
(40,33,37)
#221C20
(34,28,32)
#1C171B
(28,23,27)
#161216
(22,18,22)
#100D11
(16,13,17)
#0A080C
(10,8,12)
#000000
(0,0,0)

Tints of #463A3E

#463A3E
(70,58,62)
#564B4F
(86,75,79)
#665C60
(102,92,96)
#766D71
(118,109,113)
#867E82
(134,126,130)
#968F93
(150,143,147)
#A6A0A4
(166,160,164)
#B6B1B5
(182,177,181)
#C6C2C6
(198,194,198)
#D6D3D7
(214,211,215)
#E6E4E8
(230,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463A3E; }

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

This text font color is #463A3E.


Background Color

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

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

This div background color is #463A3E.


Border color

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

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

This div border color is #463A3E.


Opacity

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

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

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

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

This text has shadow with #463A3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463A3E on black background.


Color preview on white background

This text has color #463A3E on white background.



Black color preview on #463A3E background

This text has black color on #463A3E background.


White color preview on #463A3E background

This text has white color on #463A3E background.