COLOR #46353C

HEX: #46353C
RGB: (70,53,60)

Color info

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

RGB color model

#46353C color RGB value is (70,53,60).

  • red value is 70;
  • green value is 53;
  • blue value is 60.
RGB:
(70,53,60)
(27%,21%,24%)

RGB channels and saturation

R 70 of 255 = 27%
G 53 of 255 = 21%
B 60 of 255 = 24%

70
53
60

R + G + B ~ 24%. #46353C is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 53 + 60 = 183 (100%)
R 70 of 183 ~ 38.25%
G 53 of 183 ~ 28.96%
B 60 of 183 ~ 32.79%

%38.25
%28.96
%32.79

CMYK color model

#46353C color CMYK value is (0,24,14,73).

  • cyan value is 0.00%
  • magenta value is 24.29%
  • yellow value is 14.29%
  • key color value is 72.55%
CMYK:
(0,24,14,73)
C0M24Y14K73 
(0%,24%,14%,73%)
(0.00/0.24/0.14/0.73)	

CMYK percentages

%0
%24.29
%14.29
%72.55

Codes

Color #46353C in popluar color models

46353C
RGB705360
HSL335°13.82%24.12%
HSB/HSV335°24.29%27.45%
CMYK0.00%24.29%14.29%
72.55%

Color #46353C in popluar number systems.

HEX46353C
Decimal705360
Binary1000110110101111100
Octal1066574

Shades and tints

Shades of #46353C

#46353C
(70,53,60)
#403137
(64,49,55)
#3A2D32
(58,45,50)
#34292D
(52,41,45)
#2E2528
(46,37,40)
#282123
(40,33,35)
#221D1E
(34,29,30)
#1C1919
(28,25,25)
#161514
(22,21,20)
#10110F
(16,17,15)
#0A0D0A
(10,13,10)
#000000
(0,0,0)

Tints of #46353C

#46353C
(70,53,60)
#56474D
(86,71,77)
#66595E
(102,89,94)
#766B6F
(118,107,111)
#867D80
(134,125,128)
#968F91
(150,143,145)
#A6A1A2
(166,161,162)
#B6B3B3
(182,179,179)
#C6C5C4
(198,197,196)
#D6D7D5
(214,215,213)
#E6E9E6
(230,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46353C color. Also use rgb(70,53,60) instead hex code.

Text Font Color

.myTextColor { color: #46353C; }

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

This text font color is #46353C.


Background Color

.myBgColor { background-color: #46353C; }

<div style="background-color:#46353C">Inner text</div>

This div background color is #46353C.


Border color

.myBorderColor { border: 1px solid #46353C; }

<div style="border:3px solid #46353C">Div</div>

This div border color is #46353C.


Opacity

.myOpacity80 { color: #46353C; opacity: 0.8; }

<p style="color:#46353C;opacity:0.8;">80%</p>

Text with #46353C 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 #46353C;}

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

This text has shadow with #46353C color.

.textShadow {text-shadow: 3px 3px 1px #46353C, 3px 3px 1px red;}

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

This text has shadow with #46353C primary color and red secondary color.


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

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

This text has shadow with #46353C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46353C on black background.


Color preview on white background

This text has color #46353C on white background.



Black color preview on #46353C background

This text has black color on #46353C background.


White color preview on #46353C background

This text has white color on #46353C background.