COLOR #464B1F

HEX: #464B1F RGB: (70,75,31)

Color info

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

RGB color model

#464B1F color RGB value is (70,75,31).

RGB: (70,75,31) (27%, 29%, 12%)

RGB channels and saturation

R 70 of 255 = 27%
G 75 of 255 = 29%
B 31 of 255 = 12%

70
75
31

R + G + B ~ 23%. #464B1F is dark color.

Portions of RGB colors in percentages

R + G + B = 70 + 75 + 31 = 176 (100%)
R 70 of 176 ~ 39.77%
G 75 of 176 ~ 42.61%
B 31 of 176 ~ 17.61'%

%39.77
%42.61
%17.61

CMYK color model

#464B1F color CMYK value is (7,0,59,71).

  • cyan value is 6.67%
  • magenta value is 0.00%
  • yellow value is 58.67%
  • key color value is 70.59%
CMYK: (7,0,59,71) C7M0Y59K71 (7%,0%,59%,71%) (0.07/0.00/0.59/0.71) 

CMYK percentages

%6.67
%0
%58.67
%70.59

Codes

Color #464B1F in popluar color models

46 4B 1F
RGB 70 75 31
HSL 67° 41.51% 20.78%
HSB/HSV 67° 58.67% 29.41%
CMYK 6.67% 0.00% 58.67%
70.59%

Color #464B1F in popluar number systems.

HEX 46 4B 1F
Decimal 70 75 31
Binary 1000110 1001011 11111
Octal 106 113 37

Shades and tints

Shades of #464B1F

#464B1F
(70,75,31)
#40451D
(64,69,29)
#3A3F1B
(58,63,27)
#343919
(52,57,25)
#2E3317
(46,51,23)
#282D15
(40,45,21)
#222713
(34,39,19)
#1C2111
(28,33,17)
#161B0F
(22,27,15)
#10150D
(16,21,13)
#0A0F0B
(10,15,11)
#000000
(0,0,0)

Tints of #464B1F

#464B1F
(70,75,31)
#565B33
(86,91,51)
#666B47
(102,107,71)
#767B5B
(118,123,91)
#868B6F
(134,139,111)
#969B83
(150,155,131)
#A6AB97
(166,171,151)
#B6BBAB
(182,187,171)
#C6CBBF
(198,203,191)
#D6DBD3
(214,219,211)
#E6EBE7
(230,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #464B1F color. Also use rgb(70,75,31) instead hex code.

Text Font Color

.myTextColor { color: #464B1F; }

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

This text font color is #464B1F.

Background Color

.myBgColor { background-color: #464B1F; }

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

This div background color is #464B1F.

Border color

.myBorderColor { border: 1px solid #464B1F; }

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

This div border color is #464B1F.

Opacity

.myOpacity80 { color: #464B1F; opacity: 0.8; }

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

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

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

This text has shadow with #464B1F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #464B1F.

Preview

Color preview on black background

This text has color #464B1F on black background.


Color preview on white background

This text has color #464B1F on white background.


Black color preview on #464B1F background

This text has black color on #464B1F background.


White color preview on #464B1F background

This text has white color on #464B1F background.


Related colors

Complementary color

Complementary color for #hex is #B9B4E0.


I love getcolorcode.com

Triadic colors

1 #1F464B and #4B1F46 with #464B1F are triadic colors.

2 #1F4B46 and #4B461F with #464B1F are triadic colors.