COLOR #463A0C

HEX: #463A0C RGB: (70,58,12)

Color info

#463A0C contains red, green and blue colors in about the same proportion. Web safe color of #463A0C is #333300 (or #330).

RGB color model

#463A0C color RGB value is (70,58,12).

RGB: (70,58,12) (27%, 23%, 5%)

RGB channels and saturation

R 70 of 255 = 27%
G 58 of 255 = 23%
B 12 of 255 = 5%

70
58
12

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

Portions of RGB colors in percentages

R + G + B = 70 + 58 + 12 = 140 (100%)
R 70 of 140 ~ 50%
G 58 of 140 ~ 41.43%
B 12 of 140 ~ 8.57'%

%50
%41.43

CMYK color model

#463A0C color CMYK value is (0,17,83,73).

  • cyan value is 0.00%
  • magenta value is 17.14%
  • yellow value is 82.86%
  • key color value is 72.55%

CMYK: (0,17,83,73)
C0M17Y83K73 (0%, 17%, 83%, 73%)
(0.00 / 0.17 / 0.83 / 0.73)

CMYK percentages

%0
%17.14
%82.86
%72.55

Codes

Color #463A0C in popluar color models

46 3A 0C
RGB 70 58 12
HSL 48° 70.73% 16.08%
HSB/HSV 48° 82.86% 27.45%
CMYK 0.00% 17.14% 82.86%
72.55%

Color #463A0C in popluar number systems.

HEX 46 3A 0C
Decimal 70 58 12
Binary 1000110 111010 1100
Octal 106 72 14

Shades and tints

Shades of #463A0C

#463A0C
(70,58,12)
#40350B
(64,53,11)
#3A300A
(58,48,10)
#342B09
(52,43,9)
#2E2608
(46,38,8)
#282107
(40,33,7)
#221C06
(34,28,6)
#1C1705
(28,23,5)
#161204
(22,18,4)
#100D03
(16,13,3)
#0A0802
(10,8,2)
#000000
(0,0,0)

Tints of #463A0C

#463A0C
(70,58,12)
#564B22
(86,75,34)
#665C38
(102,92,56)
#766D4E
(118,109,78)
#867E64
(134,126,100)
#968F7A
(150,143,122)
#A6A090
(166,160,144)
#B6B1A6
(182,177,166)
#C6C2BC
(198,194,188)
#D6D3D2
(214,211,210)
#E6E4E8
(230,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #463A0C color. Also use rgb(70,58,12) instead hex code.

Text Font Color

.myTextColor { color: #463A0C; }

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

This text font color is #463A0C.

Background Color

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

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

This div background color is #463A0C.

Border color

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

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

This div border color is #463A0C.

Opacity

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

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

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

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

This text has shadow with #463A0C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #463A0C.

Preview

Color preview on black background

This text has color #463A0C on black background.


Color preview on white background

This text has color #463A0C on white background.


Black color preview on #463A0C background

This text has black color on #463A0C background.


White color preview on #463A0C background

This text has white color on #463A0C background.


Related colors

Complementary color

Complementary color for #hex is #B9C5F3.


I love getcolorcode.com

Triadic colors

1 #0C463A and #3A0C46 with #463A0C are triadic colors.

2 #0C3A46 and #3A460C with #463A0C are triadic colors.