COLOR #462E09

HEX: #462E09
RGB: (70,46,9)

Color info

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

RGB color model

#462E09 color RGB value is (70,46,9).

  • red value is 70;
  • green value is 46;
  • blue value is 9.
RGB:
(70,46,9)
(27%,18%,4%)

RGB channels and saturation

R 70 of 255 = 27%
G 46 of 255 = 18%
B 9 of 255 = 4%

70
46
9

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

Portions of RGB colors in percentages

R + G + B =
70 + 46 + 9 = 125 (100%)
R 70 of 125 ~ 56%
G 46 of 125 ~ 36.8%
B 9 of 125 ~ 7.2%

%56
%36.8

CMYK color model

#462E09 color CMYK value is (0,34,87,73).

  • cyan value is 0.00%
  • magenta value is 34.29%
  • yellow value is 87.14%
  • key color value is 72.55%
CMYK:
(0,34,87,73)
C0M34Y87K73 
(0%,34%,87%,73%)
(0.00/0.34/0.87/0.73)	

CMYK percentages

%0
%34.29
%87.14
%72.55

Codes

Color #462E09 in popluar color models

462E09
RGB70469
HSL36°77.22%15.49%
HSB/HSV36°87.14%27.45%
CMYK0.00%34.29%87.14%
72.55%

Color #462E09 in popluar number systems.

HEX462E09
Decimal70469
Binary10001101011101001
Octal1065611

Shades and tints

Shades of #462E09

#462E09
(70,46,9)
#402A09
(64,42,9)
#3A2609
(58,38,9)
#342209
(52,34,9)
#2E1E09
(46,30,9)
#281A09
(40,26,9)
#221609
(34,22,9)
#1C1209
(28,18,9)
#160E09
(22,14,9)
#100A09
(16,10,9)
#0A0609
(10,6,9)
#000000
(0,0,0)

Tints of #462E09

#462E09
(70,46,9)
#56411F
(86,65,31)
#665435
(102,84,53)
#76674B
(118,103,75)
#867A61
(134,122,97)
#968D77
(150,141,119)
#A6A08D
(166,160,141)
#B6B3A3
(182,179,163)
#C6C6B9
(198,198,185)
#D6D9CF
(214,217,207)
#E6ECE5
(230,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #462E09; }

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

This text font color is #462E09.


Background Color

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

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

This div background color is #462E09.


Border color

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

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

This div border color is #462E09.


Opacity

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

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

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

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

This text has shadow with #462E09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #462E09 on black background.


Color preview on white background

This text has color #462E09 on white background.



Black color preview on #462E09 background

This text has black color on #462E09 background.


White color preview on #462E09 background

This text has white color on #462E09 background.