COLOR #46213F

HEX: #46213F RGB: (70,33,63)

Color info

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

RGB color model

#46213F color RGB value is (70,33,63).

RGB: (70,33,63) (27%, 13%, 25%)

RGB channels and saturation

R 70 of 255 = 27%
G 33 of 255 = 13%
B 63 of 255 = 25%

70
33
63

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

Portions of RGB colors in percentages

R + G + B = 70 + 33 + 63 = 166 (100%)
R 70 of 166 ~ 42.17%
G 33 of 166 ~ 19.88%
B 63 of 166 ~ 37.95'%

%42.17
%19.88
%37.95

CMYK color model

#46213F color CMYK value is (0,53,10,73).

  • cyan value is 0.00%
  • magenta value is 52.86%
  • yellow value is 10.00%
  • key color value is 72.55%
CMYK: (0,53,10,73) C0M53Y10K73 (0%,53%,10%,73%) (0.00/0.53/0.10/0.73) 

CMYK percentages

%0
%52.86
%10
%72.55

Codes

Color #46213F in popluar color models

46 21 3F
RGB 70 33 63
HSL 311° 35.92% 20.20%
HSB/HSV 311° 52.86% 27.45%
CMYK 0.00% 52.86% 10.00%
72.55%

Color #46213F in popluar number systems.

HEX 46 21 3F
Decimal 70 33 63
Binary 1000110 100001 111111
Octal 106 41 77

Shades and tints

Shades of #46213F

#46213F
(70,33,63)
#401E3A
(64,30,58)
#3A1B35
(58,27,53)
#341830
(52,24,48)
#2E152B
(46,21,43)
#281226
(40,18,38)
#220F21
(34,15,33)
#1C0C1C
(28,12,28)
#160917
(22,9,23)
#100612
(16,6,18)
#0A030D
(10,3,13)
#000000
(0,0,0)

Tints of #46213F

#46213F
(70,33,63)
#563550
(86,53,80)
#664961
(102,73,97)
#765D72
(118,93,114)
#867183
(134,113,131)
#968594
(150,133,148)
#A699A5
(166,153,165)
#B6ADB6
(182,173,182)
#C6C1C7
(198,193,199)
#D6D5D8
(214,213,216)
#E6E9E9
(230,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46213F color. Also use rgb(70,33,63) instead hex code.

Text Font Color

.myTextColor { color: #46213F; }

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

This text font color is #46213F.

Background Color

.myBgColor { background-color: #46213F; }

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

This div background color is #46213F.

Border color

.myBorderColor { border: 1px solid #46213F; }

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

This div border color is #46213F.

Opacity

.myOpacity80 { color: #46213F; opacity: 0.8; }

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

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

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

This text has shadow with #46213F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #46213F.

Preview

Color preview on black background

This text has color #46213F on black background.


Color preview on white background

This text has color #46213F on white background.


Black color preview on #46213F background

This text has black color on #46213F background.


White color preview on #46213F background

This text has white color on #46213F background.


Related colors

Complementary color

Complementary color for #hex is #B9DEC0.


I love getcolorcode.com

Triadic colors

1 #3F4621 and #213F46 with #46213F are triadic colors.

2 #3F2146 and #21463F with #46213F are triadic colors.