COLOR #464323

HEX: #464323
RGB: (70,67,35)

Color info

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

RGB color model

#464323 color RGB value is (70,67,35).

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

RGB channels and saturation

R 70 of 255 = 27%
G 67 of 255 = 26%
B 35 of 255 = 14%

70
67
35

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

Portions of RGB colors in percentages

R + G + B =
70 + 67 + 35 = 172 (100%)
R 70 of 172 ~ 40.7%
G 67 of 172 ~ 38.95%
B 35 of 172 ~ 20.35%

%40.7
%38.95
%20.35

CMYK color model

#464323 color CMYK value is (0,4,50,73).

  • cyan value is 0.00%
  • magenta value is 4.29%
  • yellow value is 50.00%
  • key color value is 72.55%
CMYK:
(0,4,50,73)
C0M4Y50K73 
(0%,4%,50%,73%)
(0.00/0.04/0.50/0.73)	

CMYK percentages

%0
%4.29
%50
%72.55

Codes

Color #464323 in popluar color models

464323
RGB706735
HSL55°33.33%20.59%
HSB/HSV55°50.00%27.45%
CMYK0.00%4.29%50.00%
72.55%

Color #464323 in popluar number systems.

HEX464323
Decimal706735
Binary10001101000011100011
Octal10610343

Shades and tints

Shades of #464323

#464323
(70,67,35)
#403D20
(64,61,32)
#3A371D
(58,55,29)
#34311A
(52,49,26)
#2E2B17
(46,43,23)
#282514
(40,37,20)
#221F11
(34,31,17)
#1C190E
(28,25,14)
#16130B
(22,19,11)
#100D08
(16,13,8)
#0A0705
(10,7,5)
#000000
(0,0,0)

Tints of #464323

#464323
(70,67,35)
#565437
(86,84,55)
#66654B
(102,101,75)
#76765F
(118,118,95)
#868773
(134,135,115)
#969887
(150,152,135)
#A6A99B
(166,169,155)
#B6BAAF
(182,186,175)
#C6CBC3
(198,203,195)
#D6DCD7
(214,220,215)
#E6EDEB
(230,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464323; }

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

This text font color is #464323.


Background Color

.myBgColor { background-color: #464323; }

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

This div background color is #464323.


Border color

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

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

This div border color is #464323.


Opacity

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

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

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

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

This text has shadow with #464323 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464323 on black background.


Color preview on white background

This text has color #464323 on white background.



Black color preview on #464323 background

This text has black color on #464323 background.


White color preview on #464323 background

This text has white color on #464323 background.