COLOR #463623

HEX: #463623
RGB: (70,54,35)

Color info

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

RGB color model

#463623 color RGB value is (70,54,35).

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

RGB channels and saturation

R 70 of 255 = 27%
G 54 of 255 = 21%
B 35 of 255 = 14%

70
54
35

R + G + B ~ 21%. #463623 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 54 + 35 = 159 (100%)
R 70 of 159 ~ 44.03%
G 54 of 159 ~ 33.96%
B 35 of 159 ~ 22.01%

%44.03
%33.96
%22.01

CMYK color model

#463623 color CMYK value is (0,23,50,73).

  • cyan value is 0.00%
  • magenta value is 22.86%
  • yellow value is 50.00%
  • key color value is 72.55%
CMYK:
(0,23,50,73)
C0M23Y50K73 
(0%,23%,50%,73%)
(0.00/0.23/0.50/0.73)	

CMYK percentages

%0
%22.86
%50
%72.55

Codes

Color #463623 in popluar color models

463623
RGB705435
HSL33°33.33%20.59%
HSB/HSV33°50.00%27.45%
CMYK0.00%22.86%50.00%
72.55%

Color #463623 in popluar number systems.

HEX463623
Decimal705435
Binary1000110110110100011
Octal1066643

Shades and tints

Shades of #463623

#463623
(70,54,35)
#403220
(64,50,32)
#3A2E1D
(58,46,29)
#342A1A
(52,42,26)
#2E2617
(46,38,23)
#282214
(40,34,20)
#221E11
(34,30,17)
#1C1A0E
(28,26,14)
#16160B
(22,22,11)
#101208
(16,18,8)
#0A0E05
(10,14,5)
#000000
(0,0,0)

Tints of #463623

#463623
(70,54,35)
#564837
(86,72,55)
#665A4B
(102,90,75)
#766C5F
(118,108,95)
#867E73
(134,126,115)
#969087
(150,144,135)
#A6A29B
(166,162,155)
#B6B4AF
(182,180,175)
#C6C6C3
(198,198,195)
#D6D8D7
(214,216,215)
#E6EAEB
(230,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463623; }

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

This text font color is #463623.


Background Color

.myBgColor { background-color: #463623; }

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

This div background color is #463623.


Border color

.myBorderColor { border: 1px solid #463623; }

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

This div border color is #463623.


Opacity

.myOpacity80 { color: #463623; opacity: 0.8; }

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

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

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

This text has shadow with #463623 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463623 on black background.


Color preview on white background

This text has color #463623 on white background.



Black color preview on #463623 background

This text has black color on #463623 background.


White color preview on #463623 background

This text has white color on #463623 background.