COLOR #464111

HEX: #464111 RGB: (70,65,17)

Color info

#464111 contains red, green and blue colors in about the same proportion. Web safe color of #464111 is #333300 (or #330).

RGB color model

#464111 color RGB value is (70,65,17).

RGB: (70,65,17) (27%, 25%, 7%)

RGB channels and saturation

R 70 of 255 = 27%
G 65 of 255 = 25%
B 17 of 255 = 7%

70
65
17

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

Portions of RGB colors in percentages

R + G + B = 70 + 65 + 17 = 152 (100%)
R 70 of 152 ~ 46.05%
G 65 of 152 ~ 42.76%
B 17 of 152 ~ 11.18'%

%46.05
%42.76
%11.18

CMYK color model

#464111 color CMYK value is (0,7,76,73).

  • cyan value is 0.00%
  • magenta value is 7.14%
  • yellow value is 75.71%
  • key color value is 72.55%

CMYK: (0,7,76,73)
C0M7Y76K73 (0%, 7%, 76%, 73%)
(0.00 / 0.07 / 0.76 / 0.73)

CMYK percentages

%0
%7.14
%75.71
%72.55

Codes

Color #464111 in popluar color models

46 41 11
RGB 70 65 17
HSL 54° 60.92% 17.06%
HSB/HSV 54° 75.71% 27.45%
CMYK 0.00% 7.14% 75.71%
72.55%

Color #464111 in popluar number systems.

HEX 46 41 11
Decimal 70 65 17
Binary 1000110 1000001 10001
Octal 106 101 21

Shades and tints

Shades of #464111

#464111
(70,65,17)
#403C10
(64,60,16)
#3A370F
(58,55,15)
#34320E
(52,50,14)
#2E2D0D
(46,45,13)
#28280C
(40,40,12)
#22230B
(34,35,11)
#1C1E0A
(28,30,10)
#161909
(22,25,9)
#101408
(16,20,8)
#0A0F07
(10,15,7)
#000000
(0,0,0)

Tints of #464111

#464111
(70,65,17)
#565226
(86,82,38)
#66633B
(102,99,59)
#767450
(118,116,80)
#868565
(134,133,101)
#96967A
(150,150,122)
#A6A78F
(166,167,143)
#B6B8A4
(182,184,164)
#C6C9B9
(198,201,185)
#D6DACE
(214,218,206)
#E6EBE3
(230,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464111; }

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

This text font color is #464111.

Background Color

.myBgColor { background-color: #464111; }

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

This div background color is #464111.

Border color

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

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

This div border color is #464111.

Opacity

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

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

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

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

This text has shadow with #464111 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #464111.

Preview

Color preview on black background

This text has color #464111 on black background.


Color preview on white background

This text has color #464111 on white background.


Black color preview on #464111 background

This text has black color on #464111 background.


White color preview on #464111 background

This text has white color on #464111 background.


Related colors

Complementary color

Complementary color for #hex is #B9BEEE.


I love getcolorcode.com

Triadic colors

1 #114641 and #411146 with #464111 are triadic colors.

2 #114146 and #414611 with #464111 are triadic colors.