COLOR #463331

HEX: #463331
RGB: (70,51,49)

Color info

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

RGB color model

#463331 color RGB value is (70,51,49).

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

RGB channels and saturation

R 70 of 255 = 27%
G 51 of 255 = 20%
B 49 of 255 = 19%

70
51
49

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

Portions of RGB colors in percentages

R + G + B =
70 + 51 + 49 = 170 (100%)
R 70 of 170 ~ 41.18%
G 51 of 170 ~ 30%
B 49 of 170 ~ 28.82%

%41.18
%30
%28.82

CMYK color model

#463331 color CMYK value is (0,27,30,73).

  • cyan value is 0.00%
  • magenta value is 27.14%
  • yellow value is 30.00%
  • key color value is 72.55%
CMYK:
(0,27,30,73)
C0M27Y30K73 
(0%,27%,30%,73%)
(0.00/0.27/0.30/0.73)	

CMYK percentages

%0
%27.14
%30
%72.55

Codes

Color #463331 in popluar color models

463331
RGB705149
HSL17.65%23.33%
HSB/HSV30.00%27.45%
CMYK0.00%27.14%30.00%
72.55%

Color #463331 in popluar number systems.

HEX463331
Decimal705149
Binary1000110110011110001
Octal1066361

Shades and tints

Shades of #463331

#463331
(70,51,49)
#402F2D
(64,47,45)
#3A2B29
(58,43,41)
#342725
(52,39,37)
#2E2321
(46,35,33)
#281F1D
(40,31,29)
#221B19
(34,27,25)
#1C1715
(28,23,21)
#161311
(22,19,17)
#100F0D
(16,15,13)
#0A0B09
(10,11,9)
#000000
(0,0,0)

Tints of #463331

#463331
(70,51,49)
#564543
(86,69,67)
#665755
(102,87,85)
#766967
(118,105,103)
#867B79
(134,123,121)
#968D8B
(150,141,139)
#A69F9D
(166,159,157)
#B6B1AF
(182,177,175)
#C6C3C1
(198,195,193)
#D6D5D3
(214,213,211)
#E6E7E5
(230,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463331; }

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

This text font color is #463331.


Background Color

.myBgColor { background-color: #463331; }

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

This div background color is #463331.


Border color

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

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

This div border color is #463331.


Opacity

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

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

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

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

This text has shadow with #463331 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463331 on black background.


Color preview on white background

This text has color #463331 on white background.



Black color preview on #463331 background

This text has black color on #463331 background.


White color preview on #463331 background

This text has white color on #463331 background.