COLOR #463E23

HEX: #463E23
RGB: (70,62,35)

Color info

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

RGB color model

#463E23 color RGB value is (70,62,35).

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

RGB channels and saturation

R 70 of 255 = 27%
G 62 of 255 = 24%
B 35 of 255 = 14%

70
62
35

R + G + B ~ 22%. #463E23 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 62 + 35 = 167 (100%)
R 70 of 167 ~ 41.92%
G 62 of 167 ~ 37.13%
B 35 of 167 ~ 20.96%

%41.92
%37.13
%20.96

CMYK color model

#463E23 color CMYK value is (0,11,50,73).

  • cyan value is 0.00%
  • magenta value is 11.43%
  • yellow value is 50.00%
  • key color value is 72.55%
CMYK:
(0,11,50,73)
C0M11Y50K73 
(0%,11%,50%,73%)
(0.00/0.11/0.50/0.73)	

CMYK percentages

%0
%11.43
%50
%72.55

Codes

Color #463E23 in popluar color models

463E23
RGB706235
HSL46°33.33%20.59%
HSB/HSV46°50.00%27.45%
CMYK0.00%11.43%50.00%
72.55%

Color #463E23 in popluar number systems.

HEX463E23
Decimal706235
Binary1000110111110100011
Octal1067643

Shades and tints

Shades of #463E23

#463E23
(70,62,35)
#403920
(64,57,32)
#3A341D
(58,52,29)
#342F1A
(52,47,26)
#2E2A17
(46,42,23)
#282514
(40,37,20)
#222011
(34,32,17)
#1C1B0E
(28,27,14)
#16160B
(22,22,11)
#101108
(16,17,8)
#0A0C05
(10,12,5)
#000000
(0,0,0)

Tints of #463E23

#463E23
(70,62,35)
#564F37
(86,79,55)
#66604B
(102,96,75)
#76715F
(118,113,95)
#868273
(134,130,115)
#969387
(150,147,135)
#A6A49B
(166,164,155)
#B6B5AF
(182,181,175)
#C6C6C3
(198,198,195)
#D6D7D7
(214,215,215)
#E6E8EB
(230,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463E23; }

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

This text font color is #463E23.


Background Color

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

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

This div background color is #463E23.


Border color

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

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

This div border color is #463E23.


Opacity

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

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

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

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

This text has shadow with #463E23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463E23 on black background.


Color preview on white background

This text has color #463E23 on white background.



Black color preview on #463E23 background

This text has black color on #463E23 background.


White color preview on #463E23 background

This text has white color on #463E23 background.