COLOR #46333D

HEX: #46333D
RGB: (70,51,61)

Color info

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

RGB color model

#46333D color RGB value is (70,51,61).

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

RGB channels and saturation

R 70 of 255 = 27%
G 51 of 255 = 20%
B 61 of 255 = 24%

70
51
61

R + G + B ~ 24%. #46333D is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 51 + 61 = 182 (100%)
R 70 of 182 ~ 38.46%
G 51 of 182 ~ 28.02%
B 61 of 182 ~ 33.52%

%38.46
%28.02
%33.52

CMYK color model

#46333D color CMYK value is (0,27,13,73).

  • cyan value is 0.00%
  • magenta value is 27.14%
  • yellow value is 12.86%
  • key color value is 72.55%
CMYK:
(0,27,13,73)
C0M27Y13K73 
(0%,27%,13%,73%)
(0.00/0.27/0.13/0.73)	

CMYK percentages

%0
%27.14
%12.86
%72.55

Codes

Color #46333D in popluar color models

46333D
RGB705161
HSL328°15.70%23.73%
HSB/HSV328°27.14%27.45%
CMYK0.00%27.14%12.86%
72.55%

Color #46333D in popluar number systems.

HEX46333D
Decimal705161
Binary1000110110011111101
Octal1066375

Shades and tints

Shades of #46333D

#46333D
(70,51,61)
#402F38
(64,47,56)
#3A2B33
(58,43,51)
#34272E
(52,39,46)
#2E2329
(46,35,41)
#281F24
(40,31,36)
#221B1F
(34,27,31)
#1C171A
(28,23,26)
#161315
(22,19,21)
#100F10
(16,15,16)
#0A0B0B
(10,11,11)
#000000
(0,0,0)

Tints of #46333D

#46333D
(70,51,61)
#56454E
(86,69,78)
#66575F
(102,87,95)
#766970
(118,105,112)
#867B81
(134,123,129)
#968D92
(150,141,146)
#A69FA3
(166,159,163)
#B6B1B4
(182,177,180)
#C6C3C5
(198,195,197)
#D6D5D6
(214,213,214)
#E6E7E7
(230,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46333D; }

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

This text font color is #46333D.


Background Color

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

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

This div background color is #46333D.


Border color

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

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

This div border color is #46333D.


Opacity

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

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

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

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

This text has shadow with #46333D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46333D on black background.


Color preview on white background

This text has color #46333D on white background.



Black color preview on #46333D background

This text has black color on #46333D background.


White color preview on #46333D background

This text has white color on #46333D background.