COLOR #463708

HEX: #463708
RGB: (70,55,8)

Color info

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

RGB color model

#463708 color RGB value is (70,55,8).

  • red value is 70;
  • green value is 55;
  • blue value is 8.
RGB:
(70,55,8)
(27%,22%,3%)

RGB channels and saturation

R 70 of 255 = 27%
G 55 of 255 = 22%
B 8 of 255 = 3%

70
55
8

R + G + B ~ 17%. #463708 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 55 + 8 = 133 (100%)
R 70 of 133 ~ 52.63%
G 55 of 133 ~ 41.35%
B 8 of 133 ~ 6.02%

%52.63
%41.35

CMYK color model

#463708 color CMYK value is (0,21,89,73).

  • cyan value is 0.00%
  • magenta value is 21.43%
  • yellow value is 88.57%
  • key color value is 72.55%
CMYK:
(0,21,89,73)
C0M21Y89K73 
(0%,21%,89%,73%)
(0.00/0.21/0.89/0.73)	

CMYK percentages

%0
%21.43
%88.57
%72.55

Codes

Color #463708 in popluar color models

463708
RGB70558
HSL45°79.49%15.29%
HSB/HSV45°88.57%27.45%
CMYK0.00%21.43%88.57%
72.55%

Color #463708 in popluar number systems.

HEX463708
Decimal70558
Binary10001101101111000
Octal1066710

Shades and tints

Shades of #463708

#463708
(70,55,8)
#403208
(64,50,8)
#3A2D08
(58,45,8)
#342808
(52,40,8)
#2E2308
(46,35,8)
#281E08
(40,30,8)
#221908
(34,25,8)
#1C1408
(28,20,8)
#160F08
(22,15,8)
#100A08
(16,10,8)
#0A0508
(10,5,8)
#000000
(0,0,0)

Tints of #463708

#463708
(70,55,8)
#56491E
(86,73,30)
#665B34
(102,91,52)
#766D4A
(118,109,74)
#867F60
(134,127,96)
#969176
(150,145,118)
#A6A38C
(166,163,140)
#B6B5A2
(182,181,162)
#C6C7B8
(198,199,184)
#D6D9CE
(214,217,206)
#E6EBE4
(230,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463708; }

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

This text font color is #463708.


Background Color

.myBgColor { background-color: #463708; }

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

This div background color is #463708.


Border color

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

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

This div border color is #463708.


Opacity

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

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

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

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

This text has shadow with #463708 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463708 on black background.


Color preview on white background

This text has color #463708 on white background.



Black color preview on #463708 background

This text has black color on #463708 background.


White color preview on #463708 background

This text has white color on #463708 background.