COLOR #463F29

HEX: #463F29
RGB: (70,63,41)

Color info

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

RGB color model

#463F29 color RGB value is (70,63,41).

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

RGB channels and saturation

R 70 of 255 = 27%
G 63 of 255 = 25%
B 41 of 255 = 16%

70
63
41

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

Portions of RGB colors in percentages

R + G + B =
70 + 63 + 41 = 174 (100%)
R 70 of 174 ~ 40.23%
G 63 of 174 ~ 36.21%
B 41 of 174 ~ 23.56%

%40.23
%36.21
%23.56

CMYK color model

#463F29 color CMYK value is (0,10,41,73).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 41.43%
  • key color value is 72.55%
CMYK:
(0,10,41,73)
C0M10Y41K73 
(0%,10%,41%,73%)
(0.00/0.10/0.41/0.73)	

CMYK percentages

%0
%10
%41.43
%72.55

Codes

Color #463F29 in popluar color models

463F29
RGB706341
HSL46°26.13%21.76%
HSB/HSV46°41.43%27.45%
CMYK0.00%10.00%41.43%
72.55%

Color #463F29 in popluar number systems.

HEX463F29
Decimal706341
Binary1000110111111101001
Octal1067751

Shades and tints

Shades of #463F29

#463F29
(70,63,41)
#403A26
(64,58,38)
#3A3523
(58,53,35)
#343020
(52,48,32)
#2E2B1D
(46,43,29)
#28261A
(40,38,26)
#222117
(34,33,23)
#1C1C14
(28,28,20)
#161711
(22,23,17)
#10120E
(16,18,14)
#0A0D0B
(10,13,11)
#000000
(0,0,0)

Tints of #463F29

#463F29
(70,63,41)
#56503C
(86,80,60)
#66614F
(102,97,79)
#767262
(118,114,98)
#868375
(134,131,117)
#969488
(150,148,136)
#A6A59B
(166,165,155)
#B6B6AE
(182,182,174)
#C6C7C1
(198,199,193)
#D6D8D4
(214,216,212)
#E6E9E7
(230,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463F29; }

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

This text font color is #463F29.


Background Color

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

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

This div background color is #463F29.


Border color

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

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

This div border color is #463F29.


Opacity

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

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

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

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

This text has shadow with #463F29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463F29 on black background.


Color preview on white background

This text has color #463F29 on white background.



Black color preview on #463F29 background

This text has black color on #463F29 background.


White color preview on #463F29 background

This text has white color on #463F29 background.