COLOR #464122

HEX: #464122
RGB: (70,65,34)

Color info

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

RGB color model

#464122 color RGB value is (70,65,34).

  • red value is 70;
  • green value is 65;
  • blue value is 34.
RGB:
(70,65,34)
(27%,25%,13%)

RGB channels and saturation

R 70 of 255 = 27%
G 65 of 255 = 25%
B 34 of 255 = 13%

70
65
34

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

Portions of RGB colors in percentages

R + G + B =
70 + 65 + 34 = 169 (100%)
R 70 of 169 ~ 41.42%
G 65 of 169 ~ 38.46%
B 34 of 169 ~ 20.12%

%41.42
%38.46
%20.12

CMYK color model

#464122 color CMYK value is (0,7,51,73).

  • cyan value is 0.00%
  • magenta value is 7.14%
  • yellow value is 51.43%
  • key color value is 72.55%
CMYK:
(0,7,51,73)
C0M7Y51K73 
(0%,7%,51%,73%)
(0.00/0.07/0.51/0.73)	

CMYK percentages

%0
%7.14
%51.43
%72.55

Codes

Color #464122 in popluar color models

464122
RGB706534
HSL52°34.62%20.39%
HSB/HSV52°51.43%27.45%
CMYK0.00%7.14%51.43%
72.55%

Color #464122 in popluar number systems.

HEX464122
Decimal706534
Binary10001101000001100010
Octal10610142

Shades and tints

Shades of #464122

#464122
(70,65,34)
#403C1F
(64,60,31)
#3A371C
(58,55,28)
#343219
(52,50,25)
#2E2D16
(46,45,22)
#282813
(40,40,19)
#222310
(34,35,16)
#1C1E0D
(28,30,13)
#16190A
(22,25,10)
#101407
(16,20,7)
#0A0F04
(10,15,4)
#000000
(0,0,0)

Tints of #464122

#464122
(70,65,34)
#565236
(86,82,54)
#66634A
(102,99,74)
#76745E
(118,116,94)
#868572
(134,133,114)
#969686
(150,150,134)
#A6A79A
(166,167,154)
#B6B8AE
(182,184,174)
#C6C9C2
(198,201,194)
#D6DAD6
(214,218,214)
#E6EBEA
(230,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #464122 color. Also use rgb(70,65,34) instead hex code.

Text Font Color

.myTextColor { color: #464122; }

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

This text font color is #464122.


Background Color

.myBgColor { background-color: #464122; }

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

This div background color is #464122.


Border color

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

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

This div border color is #464122.


Opacity

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

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

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

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

This text has shadow with #464122 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464122 on black background.


Color preview on white background

This text has color #464122 on white background.



Black color preview on #464122 background

This text has black color on #464122 background.


White color preview on #464122 background

This text has white color on #464122 background.