COLOR #464B21

HEX: #464B21 RGB: (70,75,33)

Color info

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

RGB color model

#464B21 color RGB value is (70,75,33).

RGB: (70,75,33) (27%, 29%, 13%)

RGB channels and saturation

R 70 of 255 = 27%
G 75 of 255 = 29%
B 33 of 255 = 13%

70
75
33

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

Portions of RGB colors in percentages

R + G + B = 70 + 75 + 33 = 178 (100%)
R 70 of 178 ~ 39.33%
G 75 of 178 ~ 42.13%
B 33 of 178 ~ 18.54'%

%39.33
%42.13
%18.54

CMYK color model

#464B21 color CMYK value is (7,0,56,71).

  • cyan value is 6.67%
  • magenta value is 0.00%
  • yellow value is 56.00%
  • key color value is 70.59%

CMYK: (7,0,56,71)
C7M0Y56K71 (7%, 0%, 56%, 71%)
(0.07 / 0.00 / 0.56 / 0.71)

CMYK percentages

%6.67
%0
%56
%70.59

Codes

Color #464B21 in popluar color models

46 4B 21
RGB 70 75 33
HSL 67° 38.89% 21.18%
HSB/HSV 67° 56.00% 29.41%
CMYK 6.67% 0.00% 56.00%
70.59%

Color #464B21 in popluar number systems.

HEX 46 4B 21
Decimal 70 75 33
Binary 1000110 1001011 100001
Octal 106 113 41

Shades and tints

Shades of #464B21

#464B21
(70,75,33)
#40451E
(64,69,30)
#3A3F1B
(58,63,27)
#343918
(52,57,24)
#2E3315
(46,51,21)
#282D12
(40,45,18)
#22270F
(34,39,15)
#1C210C
(28,33,12)
#161B09
(22,27,9)
#101506
(16,21,6)
#0A0F03
(10,15,3)
#000000
(0,0,0)

Tints of #464B21

#464B21
(70,75,33)
#565B35
(86,91,53)
#666B49
(102,107,73)
#767B5D
(118,123,93)
#868B71
(134,139,113)
#969B85
(150,155,133)
#A6AB99
(166,171,153)
#B6BBAD
(182,187,173)
#C6CBC1
(198,203,193)
#D6DBD5
(214,219,213)
#E6EBE9
(230,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464B21; }

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

This text font color is #464B21.

Background Color

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

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

This div background color is #464B21.

Border color

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

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

This div border color is #464B21.

Opacity

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

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

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

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

This text has shadow with #464B21 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #464B21.

Preview

Color preview on black background

This text has color #464B21 on black background.


Color preview on white background

This text has color #464B21 on white background.


Black color preview on #464B21 background

This text has black color on #464B21 background.


White color preview on #464B21 background

This text has white color on #464B21 background.


Related colors

Complementary color

Complementary color for #hex is #B9B4DE.


I love getcolorcode.com

Triadic colors

1 #21464B and #4B2146 with #464B21 are triadic colors.

2 #214B46 and #4B4621 with #464B21 are triadic colors.