COLOR #463203

HEX: #463203
RGB: (70,50,3)

Color info

#463203 contains mainly red and green colors. Web safe color of #463203 is #333300 (or #330).

RGB color model

#463203 color RGB value is (70,50,3).

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

RGB channels and saturation

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

70
50
3

R + G + B ~ 16%. #463203 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 50 + 3 = 123 (100%)
R 70 of 123 ~ 56.91%
G 50 of 123 ~ 40.65%
B 3 of 123 ~ 2.44%

%56.91
%40.65

CMYK color model

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

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

CMYK percentages

%0
%28.57
%95.71
%72.55

Codes

Color #463203 in popluar color models

463203
RGB70503
HSL42°91.78%14.31%
HSB/HSV42°95.71%27.45%
CMYK0.00%28.57%95.71%
72.55%

Color #463203 in popluar number systems.

HEX463203
Decimal70503
Binary100011011001011
Octal106623

Shades and tints

Shades of #463203

#463203
(70,50,3)
#402E03
(64,46,3)
#3A2A03
(58,42,3)
#342603
(52,38,3)
#2E2203
(46,34,3)
#281E03
(40,30,3)
#221A03
(34,26,3)
#1C1603
(28,22,3)
#161203
(22,18,3)
#100E03
(16,14,3)
#0A0A03
(10,10,3)
#000000
(0,0,0)

Tints of #463203

#463203
(70,50,3)
#564419
(86,68,25)
#66562F
(102,86,47)
#766845
(118,104,69)
#867A5B
(134,122,91)
#968C71
(150,140,113)
#A69E87
(166,158,135)
#B6B09D
(182,176,157)
#C6C2B3
(198,194,179)
#D6D4C9
(214,212,201)
#E6E6DF
(230,230,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463203; }

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

This text font color is #463203.


Background Color

.myBgColor { background-color: #463203; }

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

This div background color is #463203.


Border color

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

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

This div border color is #463203.


Opacity

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

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

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

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

This text has shadow with #463203 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463203 on black background.


Color preview on white background

This text has color #463203 on white background.



Black color preview on #463203 background

This text has black color on #463203 background.


White color preview on #463203 background

This text has white color on #463203 background.