COLOR #46213D

HEX: #46213D
RGB: (70,33,61)

Color info

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

RGB color model

#46213D color RGB value is (70,33,61).

  • red value is 70;
  • green value is 33;
  • blue value is 61.
RGB:
(70,33,61)
(27%,13%,24%)

RGB channels and saturation

R 70 of 255 = 27%
G 33 of 255 = 13%
B 61 of 255 = 24%

70
33
61

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

Portions of RGB colors in percentages

R + G + B =
70 + 33 + 61 = 164 (100%)
R 70 of 164 ~ 42.68%
G 33 of 164 ~ 20.12%
B 61 of 164 ~ 37.2%

%42.68
%20.12
%37.2

CMYK color model

#46213D color CMYK value is (0,53,13,73).

  • cyan value is 0.00%
  • magenta value is 52.86%
  • yellow value is 12.86%
  • key color value is 72.55%
CMYK:
(0,53,13,73)
C0M53Y13K73 
(0%,53%,13%,73%)
(0.00/0.53/0.13/0.73)	

CMYK percentages

%0
%52.86
%12.86
%72.55

Codes

Color #46213D in popluar color models

46213D
RGB703361
HSL315°35.92%20.20%
HSB/HSV315°52.86%27.45%
CMYK0.00%52.86%12.86%
72.55%

Color #46213D in popluar number systems.

HEX46213D
Decimal703361
Binary1000110100001111101
Octal1064175

Shades and tints

Shades of #46213D

#46213D
(70,33,61)
#401E38
(64,30,56)
#3A1B33
(58,27,51)
#34182E
(52,24,46)
#2E1529
(46,21,41)
#281224
(40,18,36)
#220F1F
(34,15,31)
#1C0C1A
(28,12,26)
#160915
(22,9,21)
#100610
(16,6,16)
#0A030B
(10,3,11)
#000000
(0,0,0)

Tints of #46213D

#46213D
(70,33,61)
#56354E
(86,53,78)
#66495F
(102,73,95)
#765D70
(118,93,112)
#867181
(134,113,129)
#968592
(150,133,146)
#A699A3
(166,153,163)
#B6ADB4
(182,173,180)
#C6C1C5
(198,193,197)
#D6D5D6
(214,213,214)
#E6E9E7
(230,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46213D; }

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

This text font color is #46213D.


Background Color

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

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

This div background color is #46213D.


Border color

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

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

This div border color is #46213D.


Opacity

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

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

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

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

This text has shadow with #46213D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46213D on black background.


Color preview on white background

This text has color #46213D on white background.



Black color preview on #46213D background

This text has black color on #46213D background.


White color preview on #46213D background

This text has white color on #46213D background.