COLOR #463333

HEX: #463333 RGB: (70,51,51)

Color info

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

RGB color model

#463333 color RGB value is (70,51,51).

RGB: (70,51,51) (27%, 20%, 20%)

RGB channels and saturation

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

70
51
51

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

Portions of RGB colors in percentages

R + G + B = 70 + 51 + 51 = 172 (100%)
R 70 of 172 ~ 40.7%
G 51 of 172 ~ 29.65%
B 51 of 172 ~ 29.65'%

%40.7
%29.65
%29.65

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 27.14%
  • yellow value is 27.14%
  • key color value is 72.55%

CMYK: (0,27,27,73)
C0M27Y27K73 (0%, 27%, 27%, 73%)
(0.00 / 0.27 / 0.27 / 0.73)

CMYK percentages

%0
%27.14
%27.14
%72.55

Codes

Color #463333 in popluar color models

46 33 33
RGB 70 51 51
HSL 15.70% 23.73%
HSB/HSV 27.14% 27.45%
CMYK 0.00% 27.14% 27.14%
72.55%

Color #463333 in popluar number systems.

HEX 46 33 33
Decimal 70 51 51
Binary 1000110 110011 110011
Octal 106 63 63

Shades and tints

Shades of #463333

#463333
(70,51,51)
#402F2F
(64,47,47)
#3A2B2B
(58,43,43)
#342727
(52,39,39)
#2E2323
(46,35,35)
#281F1F
(40,31,31)
#221B1B
(34,27,27)
#1C1717
(28,23,23)
#161313
(22,19,19)
#100F0F
(16,15,15)
#0A0B0B
(10,11,11)
#000000
(0,0,0)

Tints of #463333

#463333
(70,51,51)
#564545
(86,69,69)
#665757
(102,87,87)
#766969
(118,105,105)
#867B7B
(134,123,123)
#968D8D
(150,141,141)
#A69F9F
(166,159,159)
#B6B1B1
(182,177,177)
#C6C3C3
(198,195,195)
#D6D5D5
(214,213,213)
#E6E7E7
(230,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463333; }

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

This text font color is #463333.

Background Color

.myBgColor { background-color: #463333; }

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

This div background color is #463333.

Border color

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

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

This div border color is #463333.

Opacity

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

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

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

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

This text has shadow with #463333 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #463333.

Preview

Color preview on black background

This text has color #463333 on black background.


Color preview on white background

This text has color #463333 on white background.


Black color preview on #463333 background

This text has black color on #463333 background.


White color preview on #463333 background

This text has white color on #463333 background.


Related colors

Complementary color

Complementary color for #hex is #B9CCCC.


I love getcolorcode.com