COLOR #462E08

HEX: #462E08 RGB: (70,46,8)

Color info

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

RGB color model

#462E08 color RGB value is (70,46,8).

RGB: (70,46,8) (27%, 18%, 3%)

RGB channels and saturation

R 70 of 255 = 27%
G 46 of 255 = 18%
B 8 of 255 = 3%

70
46
8

R + G + B ~ 16%. #462E08 is dark color.

Portions of RGB colors in percentages

R + G + B = 70 + 46 + 8 = 124 (100%)
R 70 of 124 ~ 56.45%
G 46 of 124 ~ 37.1%
B 8 of 124 ~ 6.45'%

%56.45
%37.1

CMYK color model

#462E08 color CMYK value is (0,34,89,73).

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

CMYK: (0,34,89,73)
C0M34Y89K73 (0%, 34%, 89%, 73%)
(0.00 / 0.34 / 0.89 / 0.73)

CMYK percentages

%0
%34.29
%88.57
%72.55

Codes

Color #462E08 in popluar color models

46 2E 08
RGB 70 46 8
HSL 37° 79.49% 15.29%
HSB/HSV 37° 88.57% 27.45%
CMYK 0.00% 34.29% 88.57%
72.55%

Color #462E08 in popluar number systems.

HEX 46 2E 08
Decimal 70 46 8
Binary 1000110 101110 1000
Octal 106 56 10

Shades and tints

Shades of #462E08

#462E08
(70,46,8)
#402A08
(64,42,8)
#3A2608
(58,38,8)
#342208
(52,34,8)
#2E1E08
(46,30,8)
#281A08
(40,26,8)
#221608
(34,22,8)
#1C1208
(28,18,8)
#160E08
(22,14,8)
#100A08
(16,10,8)
#0A0608
(10,6,8)
#000000
(0,0,0)

Tints of #462E08

#462E08
(70,46,8)
#56411E
(86,65,30)
#665434
(102,84,52)
#76674A
(118,103,74)
#867A60
(134,122,96)
#968D76
(150,141,118)
#A6A08C
(166,160,140)
#B6B3A2
(182,179,162)
#C6C6B8
(198,198,184)
#D6D9CE
(214,217,206)
#E6ECE4
(230,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #462E08; }

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

This text font color is #462E08.

Background Color

.myBgColor { background-color: #462E08; }

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

This div background color is #462E08.

Border color

.myBorderColor { border: 1px solid #462E08; }

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

This div border color is #462E08.

Opacity

.myOpacity80 { color: #462E08; opacity: 0.8; }

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

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

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

This text has shadow with #462E08 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #462E08.

Preview

Color preview on black background

This text has color #462E08 on black background.


Color preview on white background

This text has color #462E08 on white background.


Black color preview on #462E08 background

This text has black color on #462E08 background.


White color preview on #462E08 background

This text has white color on #462E08 background.


Related colors

Complementary color

Complementary color for #hex is #B9D1F7.


I love getcolorcode.com

Triadic colors

1 #08462E and #2E0846 with #462E08 are triadic colors.

2 #082E46 and #2E4608 with #462E08 are triadic colors.