COLOR #46363A

HEX: #46363A
RGB: (70,54,58)

Color info

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

RGB color model

#46363A color RGB value is (70,54,58).

  • red value is 70;
  • green value is 54;
  • blue value is 58.
RGB:
(70,54,58)
(27%,21%,23%)

RGB channels and saturation

R 70 of 255 = 27%
G 54 of 255 = 21%
B 58 of 255 = 23%

70
54
58

R + G + B ~ 24%. #46363A is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 54 + 58 = 182 (100%)
R 70 of 182 ~ 38.46%
G 54 of 182 ~ 29.67%
B 58 of 182 ~ 31.87%

%38.46
%29.67
%31.87

CMYK color model

#46363A color CMYK value is (0,23,17,73).

  • cyan value is 0.00%
  • magenta value is 22.86%
  • yellow value is 17.14%
  • key color value is 72.55%
CMYK:
(0,23,17,73)
C0M23Y17K73 
(0%,23%,17%,73%)
(0.00/0.23/0.17/0.73)	

CMYK percentages

%0
%22.86
%17.14
%72.55

Codes

Color #46363A in popluar color models

46363A
RGB705458
HSL345°12.90%24.31%
HSB/HSV345°22.86%27.45%
CMYK0.00%22.86%17.14%
72.55%

Color #46363A in popluar number systems.

HEX46363A
Decimal705458
Binary1000110110110111010
Octal1066672

Shades and tints

Shades of #46363A

#46363A
(70,54,58)
#403235
(64,50,53)
#3A2E30
(58,46,48)
#342A2B
(52,42,43)
#2E2626
(46,38,38)
#282221
(40,34,33)
#221E1C
(34,30,28)
#1C1A17
(28,26,23)
#161612
(22,22,18)
#10120D
(16,18,13)
#0A0E08
(10,14,8)
#000000
(0,0,0)

Tints of #46363A

#46363A
(70,54,58)
#56484B
(86,72,75)
#665A5C
(102,90,92)
#766C6D
(118,108,109)
#867E7E
(134,126,126)
#96908F
(150,144,143)
#A6A2A0
(166,162,160)
#B6B4B1
(182,180,177)
#C6C6C2
(198,198,194)
#D6D8D3
(214,216,211)
#E6EAE4
(230,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46363A color. Also use rgb(70,54,58) instead hex code.

Text Font Color

.myTextColor { color: #46363A; }

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

This text font color is #46363A.


Background Color

.myBgColor { background-color: #46363A; }

<div style="background-color:#46363A">Inner text</div>

This div background color is #46363A.


Border color

.myBorderColor { border: 1px solid #46363A; }

<div style="border:3px solid #46363A">Div</div>

This div border color is #46363A.


Opacity

.myOpacity80 { color: #46363A; opacity: 0.8; }

<p style="color:#46363A;opacity:0.8;">80%</p>

Text with #46363A 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 #46363A;}

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

This text has shadow with #46363A color.

.textShadow {text-shadow: 3px 3px 1px #46363A, 3px 3px 1px red;}

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

This text has shadow with #46363A primary color and red secondary color.


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

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

This text has shadow with #46363A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46363A on black background.


Color preview on white background

This text has color #46363A on white background.



Black color preview on #46363A background

This text has black color on #46363A background.


White color preview on #46363A background

This text has white color on #46363A background.