COLOR #463F34

HEX: #463F34
RGB: (70,63,52)

Color info

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

RGB color model

#463F34 color RGB value is (70,63,52).

  • red value is 70;
  • green value is 63;
  • blue value is 52.
RGB:
(70,63,52)
(27%,25%,20%)

RGB channels and saturation

R 70 of 255 = 27%
G 63 of 255 = 25%
B 52 of 255 = 20%

70
63
52

R + G + B ~ 24%. #463F34 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 63 + 52 = 185 (100%)
R 70 of 185 ~ 37.84%
G 63 of 185 ~ 34.05%
B 52 of 185 ~ 28.11%

%37.84
%34.05
%28.11

CMYK color model

#463F34 color CMYK value is (0,10,26,73).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 25.71%
  • key color value is 72.55%
CMYK:
(0,10,26,73)
C0M10Y26K73 
(0%,10%,26%,73%)
(0.00/0.10/0.26/0.73)	

CMYK percentages

%0
%10
%25.71
%72.55

Codes

Color #463F34 in popluar color models

463F34
RGB706352
HSL37°14.75%23.92%
HSB/HSV37°25.71%27.45%
CMYK0.00%10.00%25.71%
72.55%

Color #463F34 in popluar number systems.

HEX463F34
Decimal706352
Binary1000110111111110100
Octal1067764

Shades and tints

Shades of #463F34

#463F34
(70,63,52)
#403A30
(64,58,48)
#3A352C
(58,53,44)
#343028
(52,48,40)
#2E2B24
(46,43,36)
#282620
(40,38,32)
#22211C
(34,33,28)
#1C1C18
(28,28,24)
#161714
(22,23,20)
#101210
(16,18,16)
#0A0D0C
(10,13,12)
#000000
(0,0,0)

Tints of #463F34

#463F34
(70,63,52)
#565046
(86,80,70)
#666158
(102,97,88)
#76726A
(118,114,106)
#86837C
(134,131,124)
#96948E
(150,148,142)
#A6A5A0
(166,165,160)
#B6B6B2
(182,182,178)
#C6C7C4
(198,199,196)
#D6D8D6
(214,216,214)
#E6E9E8
(230,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #463F34 color. Also use rgb(70,63,52) instead hex code.

Text Font Color

.myTextColor { color: #463F34; }

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

This text font color is #463F34.


Background Color

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

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

This div background color is #463F34.


Border color

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

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

This div border color is #463F34.


Opacity

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

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

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

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

This text has shadow with #463F34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463F34 on black background.


Color preview on white background

This text has color #463F34 on white background.



Black color preview on #463F34 background

This text has black color on #463F34 background.


White color preview on #463F34 background

This text has white color on #463F34 background.