COLOR #464617

HEX: #464617 RGB: (70,70,23)

Color info

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

RGB color model

#464617 color RGB value is (70,70,23).

RGB: (70,70,23) (27%, 27%, 9%)

RGB channels and saturation

R 70 of 255 = 27%
G 70 of 255 = 27%
B 23 of 255 = 9%

70
70
23

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

Portions of RGB colors in percentages

R + G + B = 70 + 70 + 23 = 163 (100%)
R 70 of 163 ~ 42.94%
G 70 of 163 ~ 42.94%
B 23 of 163 ~ 14.11'%

%42.94
%42.94
%14.11

CMYK color model

#464617 color CMYK value is (0,0,67,73).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 67.14%
  • key color value is 72.55%

CMYK: (0,0,67,73)
C0M0Y67K73 (0%, 0%, 67%, 73%)
(0.00 / 0.00 / 0.67 / 0.73)

CMYK percentages

%0
%0
%67.14
%72.55

Codes

Color #464617 in popluar color models

46 46 17
RGB 70 70 23
HSL 60° 50.54% 18.24%
HSB/HSV 60° 67.14% 27.45%
CMYK 0.00% 0.00% 67.14%
72.55%

Color #464617 in popluar number systems.

HEX 46 46 17
Decimal 70 70 23
Binary 1000110 1000110 10111
Octal 106 106 27

Shades and tints

Shades of #464617

#464617
(70,70,23)
#404015
(64,64,21)
#3A3A13
(58,58,19)
#343411
(52,52,17)
#2E2E0F
(46,46,15)
#28280D
(40,40,13)
#22220B
(34,34,11)
#1C1C09
(28,28,9)
#161607
(22,22,7)
#101005
(16,16,5)
#0A0A03
(10,10,3)
#000000
(0,0,0)

Tints of #464617

#464617
(70,70,23)
#56562C
(86,86,44)
#666641
(102,102,65)
#767656
(118,118,86)
#86866B
(134,134,107)
#969680
(150,150,128)
#A6A695
(166,166,149)
#B6B6AA
(182,182,170)
#C6C6BF
(198,198,191)
#D6D6D4
(214,214,212)
#E6E6E9
(230,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464617; }

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

This text font color is #464617.

Background Color

.myBgColor { background-color: #464617; }

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

This div background color is #464617.

Border color

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

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

This div border color is #464617.

Opacity

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

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

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

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

This text has shadow with #464617 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #464617.

Preview

Color preview on black background

This text has color #464617 on black background.


Color preview on white background

This text has color #464617 on white background.


Black color preview on #464617 background

This text has black color on #464617 background.


White color preview on #464617 background

This text has white color on #464617 background.


Related colors

Complementary color

Complementary color for #hex is #B9B9E8.


I love getcolorcode.com