COLOR #46223B

HEX: #46223B
RGB: (70,34,59)

Color info

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

RGB color model

#46223B color RGB value is (70,34,59).

  • red value is 70;
  • green value is 34;
  • blue value is 59.
RGB:
(70,34,59)
(27%,13%,23%)

RGB channels and saturation

R 70 of 255 = 27%
G 34 of 255 = 13%
B 59 of 255 = 23%

70
34
59

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

Portions of RGB colors in percentages

R + G + B =
70 + 34 + 59 = 163 (100%)
R 70 of 163 ~ 42.94%
G 34 of 163 ~ 20.86%
B 59 of 163 ~ 36.2%

%42.94
%20.86
%36.2

CMYK color model

#46223B color CMYK value is (0,51,16,73).

  • cyan value is 0.00%
  • magenta value is 51.43%
  • yellow value is 15.71%
  • key color value is 72.55%
CMYK:
(0,51,16,73)
C0M51Y16K73 
(0%,51%,16%,73%)
(0.00/0.51/0.16/0.73)	

CMYK percentages

%0
%51.43
%15.71
%72.55

Codes

Color #46223B in popluar color models

46223B
RGB703459
HSL318°34.62%20.39%
HSB/HSV318°51.43%27.45%
CMYK0.00%51.43%15.71%
72.55%

Color #46223B in popluar number systems.

HEX46223B
Decimal703459
Binary1000110100010111011
Octal1064273

Shades and tints

Shades of #46223B

#46223B
(70,34,59)
#401F36
(64,31,54)
#3A1C31
(58,28,49)
#34192C
(52,25,44)
#2E1627
(46,22,39)
#281322
(40,19,34)
#22101D
(34,16,29)
#1C0D18
(28,13,24)
#160A13
(22,10,19)
#10070E
(16,7,14)
#0A0409
(10,4,9)
#000000
(0,0,0)

Tints of #46223B

#46223B
(70,34,59)
#56364C
(86,54,76)
#664A5D
(102,74,93)
#765E6E
(118,94,110)
#86727F
(134,114,127)
#968690
(150,134,144)
#A69AA1
(166,154,161)
#B6AEB2
(182,174,178)
#C6C2C3
(198,194,195)
#D6D6D4
(214,214,212)
#E6EAE5
(230,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46223B color. Also use rgb(70,34,59) instead hex code.

Text Font Color

.myTextColor { color: #46223B; }

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

This text font color is #46223B.


Background Color

.myBgColor { background-color: #46223B; }

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

This div background color is #46223B.


Border color

.myBorderColor { border: 1px solid #46223B; }

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

This div border color is #46223B.


Opacity

.myOpacity80 { color: #46223B; opacity: 0.8; }

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

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

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

This text has shadow with #46223B color.

.textShadow {text-shadow: 3px 3px 1px #46223B, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46223B on black background.


Color preview on white background

This text has color #46223B on white background.



Black color preview on #46223B background

This text has black color on #46223B background.


White color preview on #46223B background

This text has white color on #46223B background.