COLOR #463226

HEX: #463226
RGB: (70,50,38)

Color info

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

RGB color model

#463226 color RGB value is (70,50,38).

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

RGB channels and saturation

R 70 of 255 = 27%
G 50 of 255 = 20%
B 38 of 255 = 15%

70
50
38

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

Portions of RGB colors in percentages

R + G + B =
70 + 50 + 38 = 158 (100%)
R 70 of 158 ~ 44.3%
G 50 of 158 ~ 31.65%
B 38 of 158 ~ 24.05%

%44.3
%31.65
%24.05

CMYK color model

#463226 color CMYK value is (0,29,46,73).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 45.71%
  • key color value is 72.55%
CMYK:
(0,29,46,73)
C0M29Y46K73 
(0%,29%,46%,73%)
(0.00/0.29/0.46/0.73)	

CMYK percentages

%0
%28.57
%45.71
%72.55

Codes

Color #463226 in popluar color models

463226
RGB705038
HSL23°29.63%21.18%
HSB/HSV23°45.71%27.45%
CMYK0.00%28.57%45.71%
72.55%

Color #463226 in popluar number systems.

HEX463226
Decimal705038
Binary1000110110010100110
Octal1066246

Shades and tints

Shades of #463226

#463226
(70,50,38)
#402E23
(64,46,35)
#3A2A20
(58,42,32)
#34261D
(52,38,29)
#2E221A
(46,34,26)
#281E17
(40,30,23)
#221A14
(34,26,20)
#1C1611
(28,22,17)
#16120E
(22,18,14)
#100E0B
(16,14,11)
#0A0A08
(10,10,8)
#000000
(0,0,0)

Tints of #463226

#463226
(70,50,38)
#564439
(86,68,57)
#66564C
(102,86,76)
#76685F
(118,104,95)
#867A72
(134,122,114)
#968C85
(150,140,133)
#A69E98
(166,158,152)
#B6B0AB
(182,176,171)
#C6C2BE
(198,194,190)
#D6D4D1
(214,212,209)
#E6E6E4
(230,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463226; }

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

This text font color is #463226.


Background Color

.myBgColor { background-color: #463226; }

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

This div background color is #463226.


Border color

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

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

This div border color is #463226.


Opacity

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

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

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

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

This text has shadow with #463226 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463226 on black background.


Color preview on white background

This text has color #463226 on white background.



Black color preview on #463226 background

This text has black color on #463226 background.


White color preview on #463226 background

This text has white color on #463226 background.