COLOR #46313C

HEX: #46313C
RGB: (70,49,60)

Color info

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

RGB color model

#46313C color RGB value is (70,49,60).

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

RGB channels and saturation

R 70 of 255 = 27%
G 49 of 255 = 19%
B 60 of 255 = 24%

70
49
60

R + G + B ~ 23%. #46313C is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 49 + 60 = 179 (100%)
R 70 of 179 ~ 39.11%
G 49 of 179 ~ 27.37%
B 60 of 179 ~ 33.52%

%39.11
%27.37
%33.52

CMYK color model

#46313C color CMYK value is (0,30,14,73).

  • cyan value is 0.00%
  • magenta value is 30.00%
  • yellow value is 14.29%
  • key color value is 72.55%
CMYK:
(0,30,14,73)
C0M30Y14K73 
(0%,30%,14%,73%)
(0.00/0.30/0.14/0.73)	

CMYK percentages

%0
%30
%14.29
%72.55

Codes

Color #46313C in popluar color models

46313C
RGB704960
HSL329°17.65%23.33%
HSB/HSV329°30.00%27.45%
CMYK0.00%30.00%14.29%
72.55%

Color #46313C in popluar number systems.

HEX46313C
Decimal704960
Binary1000110110001111100
Octal1066174

Shades and tints

Shades of #46313C

#46313C
(70,49,60)
#402D37
(64,45,55)
#3A2932
(58,41,50)
#34252D
(52,37,45)
#2E2128
(46,33,40)
#281D23
(40,29,35)
#22191E
(34,25,30)
#1C1519
(28,21,25)
#161114
(22,17,20)
#100D0F
(16,13,15)
#0A090A
(10,9,10)
#000000
(0,0,0)

Tints of #46313C

#46313C
(70,49,60)
#56434D
(86,67,77)
#66555E
(102,85,94)
#76676F
(118,103,111)
#867980
(134,121,128)
#968B91
(150,139,145)
#A69DA2
(166,157,162)
#B6AFB3
(182,175,179)
#C6C1C4
(198,193,196)
#D6D3D5
(214,211,213)
#E6E5E6
(230,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46313C; }

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

This text font color is #46313C.


Background Color

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

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

This div background color is #46313C.


Border color

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

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

This div border color is #46313C.


Opacity

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

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

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

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

This text has shadow with #46313C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46313C on black background.


Color preview on white background

This text has color #46313C on white background.



Black color preview on #46313C background

This text has black color on #46313C background.


White color preview on #46313C background

This text has white color on #46313C background.