COLOR #463229

HEX: #463229
RGB: (70,50,41)

Color info

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

RGB color model

#463229 color RGB value is (70,50,41).

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

RGB channels and saturation

R 70 of 255 = 27%
G 50 of 255 = 20%
B 41 of 255 = 16%

70
50
41

R + G + B ~ 21%. #463229 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 50 + 41 = 161 (100%)
R 70 of 161 ~ 43.48%
G 50 of 161 ~ 31.06%
B 41 of 161 ~ 25.47%

%43.48
%31.06
%25.47

CMYK color model

#463229 color CMYK value is (0,29,41,73).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 41.43%
  • key color value is 72.55%
CMYK:
(0,29,41,73)
C0M29Y41K73 
(0%,29%,41%,73%)
(0.00/0.29/0.41/0.73)	

CMYK percentages

%0
%28.57
%41.43
%72.55

Codes

Color #463229 in popluar color models

463229
RGB705041
HSL19°26.13%21.76%
HSB/HSV19°41.43%27.45%
CMYK0.00%28.57%41.43%
72.55%

Color #463229 in popluar number systems.

HEX463229
Decimal705041
Binary1000110110010101001
Octal1066251

Shades and tints

Shades of #463229

#463229
(70,50,41)
#402E26
(64,46,38)
#3A2A23
(58,42,35)
#342620
(52,38,32)
#2E221D
(46,34,29)
#281E1A
(40,30,26)
#221A17
(34,26,23)
#1C1614
(28,22,20)
#161211
(22,18,17)
#100E0E
(16,14,14)
#0A0A0B
(10,10,11)
#000000
(0,0,0)

Tints of #463229

#463229
(70,50,41)
#56443C
(86,68,60)
#66564F
(102,86,79)
#766862
(118,104,98)
#867A75
(134,122,117)
#968C88
(150,140,136)
#A69E9B
(166,158,155)
#B6B0AE
(182,176,174)
#C6C2C1
(198,194,193)
#D6D4D4
(214,212,212)
#E6E6E7
(230,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463229; }

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

This text font color is #463229.


Background Color

.myBgColor { background-color: #463229; }

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

This div background color is #463229.


Border color

.myBorderColor { border: 1px solid #463229; }

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

This div border color is #463229.


Opacity

.myOpacity80 { color: #463229; opacity: 0.8; }

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

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

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

This text has shadow with #463229 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463229 on black background.


Color preview on white background

This text has color #463229 on white background.



Black color preview on #463229 background

This text has black color on #463229 background.


White color preview on #463229 background

This text has white color on #463229 background.