COLOR #463033

HEX: #463033
RGB: (70,48,51)

Color info

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

RGB color model

#463033 color RGB value is (70,48,51).

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

RGB channels and saturation

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

70
48
51

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

Portions of RGB colors in percentages

R + G + B =
70 + 48 + 51 = 169 (100%)
R 70 of 169 ~ 41.42%
G 48 of 169 ~ 28.4%
B 51 of 169 ~ 30.18%

%41.42
%28.4
%30.18

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 31.43%
  • yellow value is 27.14%
  • key color value is 72.55%
CMYK:
(0,31,27,73)
C0M31Y27K73 
(0%,31%,27%,73%)
(0.00/0.31/0.27/0.73)	

CMYK percentages

%0
%31.43
%27.14
%72.55

Codes

Color #463033 in popluar color models

463033
RGB704851
HSL352°18.64%23.14%
HSB/HSV352°31.43%27.45%
CMYK0.00%31.43%27.14%
72.55%

Color #463033 in popluar number systems.

HEX463033
Decimal704851
Binary1000110110000110011
Octal1066063

Shades and tints

Shades of #463033

#463033
(70,48,51)
#402C2F
(64,44,47)
#3A282B
(58,40,43)
#342427
(52,36,39)
#2E2023
(46,32,35)
#281C1F
(40,28,31)
#22181B
(34,24,27)
#1C1417
(28,20,23)
#161013
(22,16,19)
#100C0F
(16,12,15)
#0A080B
(10,8,11)
#000000
(0,0,0)

Tints of #463033

#463033
(70,48,51)
#564245
(86,66,69)
#665457
(102,84,87)
#766669
(118,102,105)
#86787B
(134,120,123)
#968A8D
(150,138,141)
#A69C9F
(166,156,159)
#B6AEB1
(182,174,177)
#C6C0C3
(198,192,195)
#D6D2D5
(214,210,213)
#E6E4E7
(230,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463033; }

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

This text font color is #463033.


Background Color

.myBgColor { background-color: #463033; }

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

This div background color is #463033.


Border color

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

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

This div border color is #463033.


Opacity

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

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

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

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

This text has shadow with #463033 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463033 on black background.


Color preview on white background

This text has color #463033 on white background.



Black color preview on #463033 background

This text has black color on #463033 background.


White color preview on #463033 background

This text has white color on #463033 background.