COLOR #462E13

HEX: #462E13
RGB: (70,46,19)

Color info

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

RGB color model

#462E13 color RGB value is (70,46,19).

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

RGB channels and saturation

R 70 of 255 = 27%
G 46 of 255 = 18%
B 19 of 255 = 7%

70
46
19

R + G + B ~ 17%. #462E13 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 46 + 19 = 135 (100%)
R 70 of 135 ~ 51.85%
G 46 of 135 ~ 34.07%
B 19 of 135 ~ 14.07%

%51.85
%34.07
%14.07

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 34.29%
  • yellow value is 72.86%
  • key color value is 72.55%
CMYK:
(0,34,73,73)
C0M34Y73K73 
(0%,34%,73%,73%)
(0.00/0.34/0.73/0.73)	

CMYK percentages

%0
%34.29
%72.86
%72.55

Codes

Color #462E13 in popluar color models

462E13
RGB704619
HSL32°57.30%17.45%
HSB/HSV32°72.86%27.45%
CMYK0.00%34.29%72.86%
72.55%

Color #462E13 in popluar number systems.

HEX462E13
Decimal704619
Binary100011010111010011
Octal1065623

Shades and tints

Shades of #462E13

#462E13
(70,46,19)
#402A12
(64,42,18)
#3A2611
(58,38,17)
#342210
(52,34,16)
#2E1E0F
(46,30,15)
#281A0E
(40,26,14)
#22160D
(34,22,13)
#1C120C
(28,18,12)
#160E0B
(22,14,11)
#100A0A
(16,10,10)
#0A0609
(10,6,9)
#000000
(0,0,0)

Tints of #462E13

#462E13
(70,46,19)
#564128
(86,65,40)
#66543D
(102,84,61)
#766752
(118,103,82)
#867A67
(134,122,103)
#968D7C
(150,141,124)
#A6A091
(166,160,145)
#B6B3A6
(182,179,166)
#C6C6BB
(198,198,187)
#D6D9D0
(214,217,208)
#E6ECE5
(230,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #462E13; }

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

This text font color is #462E13.


Background Color

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

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

This div background color is #462E13.


Border color

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

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

This div border color is #462E13.


Opacity

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

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

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

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

This text has shadow with #462E13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #462E13 on black background.


Color preview on white background

This text has color #462E13 on white background.



Black color preview on #462E13 background

This text has black color on #462E13 background.


White color preview on #462E13 background

This text has white color on #462E13 background.