COLOR #464208

HEX: #464208 RGB: (70,66,8)

Color info

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

RGB color model

#464208 color RGB value is (70,66,8).

RGB: (70,66,8) (27%, 26%, 3%)

RGB channels and saturation

R 70 of 255 = 27%
G 66 of 255 = 26%
B 8 of 255 = 3%

70
66
8

R + G + B ~ 19%. #464208 is dark color.

Portions of RGB colors in percentages

R + G + B = 70 + 66 + 8 = 144 (100%)
R 70 of 144 ~ 48.61%
G 66 of 144 ~ 45.83%
B 8 of 144 ~ 5.56'%

%48.61
%45.83

CMYK color model

#464208 color CMYK value is (0,6,89,73).

  • cyan value is 0.00%
  • magenta value is 5.71%
  • yellow value is 88.57%
  • key color value is 72.55%

CMYK: (0,6,89,73)
C0M6Y89K73 (0%, 6%, 89%, 73%)
(0.00 / 0.06 / 0.89 / 0.73)

CMYK percentages

%0
%5.71
%88.57
%72.55

Codes

Color #464208 in popluar color models

46 42 08
RGB 70 66 8
HSL 56° 79.49% 15.29%
HSB/HSV 56° 88.57% 27.45%
CMYK 0.00% 5.71% 88.57%
72.55%

Color #464208 in popluar number systems.

HEX 46 42 08
Decimal 70 66 8
Binary 1000110 1000010 1000
Octal 106 102 10

Shades and tints

Shades of #464208

#464208
(70,66,8)
#403C08
(64,60,8)
#3A3608
(58,54,8)
#343008
(52,48,8)
#2E2A08
(46,42,8)
#282408
(40,36,8)
#221E08
(34,30,8)
#1C1808
(28,24,8)
#161208
(22,18,8)
#100C08
(16,12,8)
#0A0608
(10,6,8)
#000000
(0,0,0)

Tints of #464208

#464208
(70,66,8)
#56531E
(86,83,30)
#666434
(102,100,52)
#76754A
(118,117,74)
#868660
(134,134,96)
#969776
(150,151,118)
#A6A88C
(166,168,140)
#B6B9A2
(182,185,162)
#C6CAB8
(198,202,184)
#D6DBCE
(214,219,206)
#E6ECE4
(230,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464208; }

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

This text font color is #464208.

Background Color

.myBgColor { background-color: #464208; }

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

This div background color is #464208.

Border color

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

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

This div border color is #464208.

Opacity

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

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

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

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

This text has shadow with #464208 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #464208.

Preview

Color preview on black background

This text has color #464208 on black background.


Color preview on white background

This text has color #464208 on white background.


Black color preview on #464208 background

This text has black color on #464208 background.


White color preview on #464208 background

This text has white color on #464208 background.


Related colors

Complementary color

Complementary color for #hex is #B9BDF7.


I love getcolorcode.com

Triadic colors

1 #084642 and #420846 with #464208 are triadic colors.

2 #084246 and #424608 with #464208 are triadic colors.