COLOR #462E23

HEX: #462E23
RGB: (70,46,35)

Color info

#462E23 contains red, green and blue colors in about the same proportion. Web safe color of #462E23 is #333333 (or #333).

RGB color model

#462E23 color RGB value is (70,46,35).

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

RGB channels and saturation

R 70 of 255 = 27%
G 46 of 255 = 18%
B 35 of 255 = 14%

70
46
35

R + G + B ~ 20%. #462E23 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 46 + 35 = 151 (100%)
R 70 of 151 ~ 46.36%
G 46 of 151 ~ 30.46%
B 35 of 151 ~ 23.18%

%46.36
%30.46
%23.18

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 34.29%
  • yellow value is 50.00%
  • key color value is 72.55%
CMYK:
(0,34,50,73)
C0M34Y50K73 
(0%,34%,50%,73%)
(0.00/0.34/0.50/0.73)	

CMYK percentages

%0
%34.29
%50
%72.55

Codes

Color #462E23 in popluar color models

462E23
RGB704635
HSL19°33.33%20.59%
HSB/HSV19°50.00%27.45%
CMYK0.00%34.29%50.00%
72.55%

Color #462E23 in popluar number systems.

HEX462E23
Decimal704635
Binary1000110101110100011
Octal1065643

Shades and tints

Shades of #462E23

#462E23
(70,46,35)
#402A20
(64,42,32)
#3A261D
(58,38,29)
#34221A
(52,34,26)
#2E1E17
(46,30,23)
#281A14
(40,26,20)
#221611
(34,22,17)
#1C120E
(28,18,14)
#160E0B
(22,14,11)
#100A08
(16,10,8)
#0A0605
(10,6,5)
#000000
(0,0,0)

Tints of #462E23

#462E23
(70,46,35)
#564137
(86,65,55)
#66544B
(102,84,75)
#76675F
(118,103,95)
#867A73
(134,122,115)
#968D87
(150,141,135)
#A6A09B
(166,160,155)
#B6B3AF
(182,179,175)
#C6C6C3
(198,198,195)
#D6D9D7
(214,217,215)
#E6ECEB
(230,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #462E23; }

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

This text font color is #462E23.


Background Color

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

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

This div background color is #462E23.


Border color

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

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

This div border color is #462E23.


Opacity

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

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

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

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

This text has shadow with #462E23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #462E23 on black background.


Color preview on white background

This text has color #462E23 on white background.



Black color preview on #462E23 background

This text has black color on #462E23 background.


White color preview on #462E23 background

This text has white color on #462E23 background.