COLOR #463232

HEX: #463232
RGB: (70,50,50)

Color info

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

RGB color model

#463232 color RGB value is (70,50,50).

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

RGB channels and saturation

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

70
50
50

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

Portions of RGB colors in percentages

R + G + B =
70 + 50 + 50 = 170 (100%)
R 70 of 170 ~ 41.18%
G 50 of 170 ~ 29.41%
B 50 of 170 ~ 29.41%

%41.18
%29.41
%29.41

CMYK color model

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

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

CMYK percentages

%0
%28.57
%28.57
%72.55

Codes

Color #463232 in popluar color models

463232
RGB705050
HSL16.67%23.53%
HSB/HSV28.57%27.45%
CMYK0.00%28.57%28.57%
72.55%

Color #463232 in popluar number systems.

HEX463232
Decimal705050
Binary1000110110010110010
Octal1066262

Shades and tints

Shades of #463232

#463232
(70,50,50)
#402E2E
(64,46,46)
#3A2A2A
(58,42,42)
#342626
(52,38,38)
#2E2222
(46,34,34)
#281E1E
(40,30,30)
#221A1A
(34,26,26)
#1C1616
(28,22,22)
#161212
(22,18,18)
#100E0E
(16,14,14)
#0A0A0A
(10,10,10)
#000000
(0,0,0)

Tints of #463232

#463232
(70,50,50)
#564444
(86,68,68)
#665656
(102,86,86)
#766868
(118,104,104)
#867A7A
(134,122,122)
#968C8C
(150,140,140)
#A69E9E
(166,158,158)
#B6B0B0
(182,176,176)
#C6C2C2
(198,194,194)
#D6D4D4
(214,212,212)
#E6E6E6
(230,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463232; }

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

This text font color is #463232.


Background Color

.myBgColor { background-color: #463232; }

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

This div background color is #463232.


Border color

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

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

This div border color is #463232.


Opacity

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

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

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

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

This text has shadow with #463232 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463232 on black background.


Color preview on white background

This text has color #463232 on white background.



Black color preview on #463232 background

This text has black color on #463232 background.


White color preview on #463232 background

This text has white color on #463232 background.