COLOR #46463D

HEX: #46463D RGB: (70,70,61)

Color info

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

RGB color model

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

RGB: (70,70,61) (27%, 27%, 24%)

RGB channels and saturation

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

70
70
61

R + G + B ~ 26%. #46463D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 70 + 70 + 61 = 201 (100%)
R 70 of 201 ~ 34.83%
G 70 of 201 ~ 34.83%
B 61 of 201 ~ 30.35'%

%34.83
%34.83
%30.35

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 12.86%
  • key color value is 72.55%

CMYK: (0,0,13,73)
C0M0Y13K73 (0%, 0%, 13%, 73%)
(0.00 / 0.00 / 0.13 / 0.73)

CMYK percentages

%0
%0
%12.86
%72.55

Codes

Color #46463D in popluar color models

46 46 3D
RGB 70 70 61
HSL 60° 6.87% 25.69%
HSB/HSV 60° 12.86% 27.45%
CMYK 0.00% 0.00% 12.86%
72.55%

Color #46463D in popluar number systems.

HEX 46 46 3D
Decimal 70 70 61
Binary 1000110 1000110 111101
Octal 106 106 75

Shades and tints

Shades of #46463D

#46463D
(70,70,61)
#404038
(64,64,56)
#3A3A33
(58,58,51)
#34342E
(52,52,46)
#2E2E29
(46,46,41)
#282824
(40,40,36)
#22221F
(34,34,31)
#1C1C1A
(28,28,26)
#161615
(22,22,21)
#101010
(16,16,16)
#0A0A0B
(10,10,11)
#000000
(0,0,0)

Tints of #46463D

#46463D
(70,70,61)
#56564E
(86,86,78)
#66665F
(102,102,95)
#767670
(118,118,112)
#868681
(134,134,129)
#969692
(150,150,146)
#A6A6A3
(166,166,163)
#B6B6B4
(182,182,180)
#C6C6C5
(198,198,197)
#D6D6D6
(214,214,214)
#E6E6E7
(230,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46463D; }

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

This text font color is #46463D.

Background Color

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

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

This div background color is #46463D.

Border color

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

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

This div border color is #46463D.

Opacity

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

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

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

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

This text has shadow with #46463D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #46463D.

Preview

Color preview on black background

This text has color #46463D on black background.


Color preview on white background

This text has color #46463D on white background.


Black color preview on #46463D background

This text has black color on #46463D background.


White color preview on #46463D background

This text has white color on #46463D background.


Related colors

Complementary color

Complementary color for #hex is #B9B9C2.


I love getcolorcode.com