COLOR #463508

HEX: #463508
RGB: (70,53,8)

Color info

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

RGB color model

#463508 color RGB value is (70,53,8).

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

RGB channels and saturation

R 70 of 255 = 27%
G 53 of 255 = 21%
B 8 of 255 = 3%

70
53
8

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

Portions of RGB colors in percentages

R + G + B =
70 + 53 + 8 = 131 (100%)
R 70 of 131 ~ 53.44%
G 53 of 131 ~ 40.46%
B 8 of 131 ~ 6.11%

%53.44
%40.46

CMYK color model

#463508 color CMYK value is (0,24,89,73).

  • cyan value is 0.00%
  • magenta value is 24.29%
  • yellow value is 88.57%
  • key color value is 72.55%
CMYK:
(0,24,89,73)
C0M24Y89K73 
(0%,24%,89%,73%)
(0.00/0.24/0.89/0.73)	

CMYK percentages

%0
%24.29
%88.57
%72.55

Codes

Color #463508 in popluar color models

463508
RGB70538
HSL44°79.49%15.29%
HSB/HSV44°88.57%27.45%
CMYK0.00%24.29%88.57%
72.55%

Color #463508 in popluar number systems.

HEX463508
Decimal70538
Binary10001101101011000
Octal1066510

Shades and tints

Shades of #463508

#463508
(70,53,8)
#403108
(64,49,8)
#3A2D08
(58,45,8)
#342908
(52,41,8)
#2E2508
(46,37,8)
#282108
(40,33,8)
#221D08
(34,29,8)
#1C1908
(28,25,8)
#161508
(22,21,8)
#101108
(16,17,8)
#0A0D08
(10,13,8)
#000000
(0,0,0)

Tints of #463508

#463508
(70,53,8)
#56471E
(86,71,30)
#665934
(102,89,52)
#766B4A
(118,107,74)
#867D60
(134,125,96)
#968F76
(150,143,118)
#A6A18C
(166,161,140)
#B6B3A2
(182,179,162)
#C6C5B8
(198,197,184)
#D6D7CE
(214,215,206)
#E6E9E4
(230,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463508; }

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

This text font color is #463508.


Background Color

.myBgColor { background-color: #463508; }

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

This div background color is #463508.


Border color

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

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

This div border color is #463508.


Opacity

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

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

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

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

This text has shadow with #463508 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463508 on black background.


Color preview on white background

This text has color #463508 on white background.



Black color preview on #463508 background

This text has black color on #463508 background.


White color preview on #463508 background

This text has white color on #463508 background.