COLOR #463C06

HEX: #463C06
RGB: (70,60,6)

Color info

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

RGB color model

#463C06 color RGB value is (70,60,6).

  • red value is 70;
  • green value is 60;
  • blue value is 6.
RGB:
(70,60,6)
(27%,24%,2%)

RGB channels and saturation

R 70 of 255 = 27%
G 60 of 255 = 24%
B 6 of 255 = 2%

70
60
6

R + G + B ~ 18%. #463C06 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 60 + 6 = 136 (100%)
R 70 of 136 ~ 51.47%
G 60 of 136 ~ 44.12%
B 6 of 136 ~ 4.41%

%51.47
%44.12

CMYK color model

#463C06 color CMYK value is (0,14,91,73).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 91.43%
  • key color value is 72.55%
CMYK:
(0,14,91,73)
C0M14Y91K73 
(0%,14%,91%,73%)
(0.00/0.14/0.91/0.73)	

CMYK percentages

%0
%14.29
%91.43
%72.55

Codes

Color #463C06 in popluar color models

463C06
RGB70606
HSL51°84.21%14.90%
HSB/HSV51°91.43%27.45%
CMYK0.00%14.29%91.43%
72.55%

Color #463C06 in popluar number systems.

HEX463C06
Decimal70606
Binary1000110111100110
Octal106746

Shades and tints

Shades of #463C06

#463C06
(70,60,6)
#403706
(64,55,6)
#3A3206
(58,50,6)
#342D06
(52,45,6)
#2E2806
(46,40,6)
#282306
(40,35,6)
#221E06
(34,30,6)
#1C1906
(28,25,6)
#161406
(22,20,6)
#100F06
(16,15,6)
#0A0A06
(10,10,6)
#000000
(0,0,0)

Tints of #463C06

#463C06
(70,60,6)
#564D1C
(86,77,28)
#665E32
(102,94,50)
#766F48
(118,111,72)
#86805E
(134,128,94)
#969174
(150,145,116)
#A6A28A
(166,162,138)
#B6B3A0
(182,179,160)
#C6C4B6
(198,196,182)
#D6D5CC
(214,213,204)
#E6E6E2
(230,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #463C06 color. Also use rgb(70,60,6) instead hex code.

Text Font Color

.myTextColor { color: #463C06; }

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

This text font color is #463C06.


Background Color

.myBgColor { background-color: #463C06; }

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

This div background color is #463C06.


Border color

.myBorderColor { border: 1px solid #463C06; }

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

This div border color is #463C06.


Opacity

.myOpacity80 { color: #463C06; opacity: 0.8; }

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

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

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

This text has shadow with #463C06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463C06 on black background.


Color preview on white background

This text has color #463C06 on white background.



Black color preview on #463C06 background

This text has black color on #463C06 background.


White color preview on #463C06 background

This text has white color on #463C06 background.