COLOR #463E2A

HEX: #463E2A
RGB: (70,62,42)

Color info

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

RGB color model

#463E2A color RGB value is (70,62,42).

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

RGB channels and saturation

R 70 of 255 = 27%
G 62 of 255 = 24%
B 42 of 255 = 16%

70
62
42

R + G + B ~ 22%. #463E2A is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 62 + 42 = 174 (100%)
R 70 of 174 ~ 40.23%
G 62 of 174 ~ 35.63%
B 42 of 174 ~ 24.14%

%40.23
%35.63
%24.14

CMYK color model

#463E2A color CMYK value is (0,11,40,73).

  • cyan value is 0.00%
  • magenta value is 11.43%
  • yellow value is 40.00%
  • key color value is 72.55%
CMYK:
(0,11,40,73)
C0M11Y40K73 
(0%,11%,40%,73%)
(0.00/0.11/0.40/0.73)	

CMYK percentages

%0
%11.43
%40
%72.55

Codes

Color #463E2A in popluar color models

463E2A
RGB706242
HSL43°25.00%21.96%
HSB/HSV43°40.00%27.45%
CMYK0.00%11.43%40.00%
72.55%

Color #463E2A in popluar number systems.

HEX463E2A
Decimal706242
Binary1000110111110101010
Octal1067652

Shades and tints

Shades of #463E2A

#463E2A
(70,62,42)
#403927
(64,57,39)
#3A3424
(58,52,36)
#342F21
(52,47,33)
#2E2A1E
(46,42,30)
#28251B
(40,37,27)
#222018
(34,32,24)
#1C1B15
(28,27,21)
#161612
(22,22,18)
#10110F
(16,17,15)
#0A0C0C
(10,12,12)
#000000
(0,0,0)

Tints of #463E2A

#463E2A
(70,62,42)
#564F3D
(86,79,61)
#666050
(102,96,80)
#767163
(118,113,99)
#868276
(134,130,118)
#969389
(150,147,137)
#A6A49C
(166,164,156)
#B6B5AF
(182,181,175)
#C6C6C2
(198,198,194)
#D6D7D5
(214,215,213)
#E6E8E8
(230,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463E2A; }

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

This text font color is #463E2A.


Background Color

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

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

This div background color is #463E2A.


Border color

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

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

This div border color is #463E2A.


Opacity

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

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

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

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

This text has shadow with #463E2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463E2A on black background.


Color preview on white background

This text has color #463E2A on white background.



Black color preview on #463E2A background

This text has black color on #463E2A background.


White color preview on #463E2A background

This text has white color on #463E2A background.