COLOR #46403E

HEX: #46403E RGB: (70,64,62)

Color info

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

RGB color model

#46403E color RGB value is (70,64,62).

RGB: (70,64,62) (27%, 25%, 24%)

RGB channels and saturation

R 70 of 255 = 27%
G 64 of 255 = 25%
B 62 of 255 = 24%

70
64
62

R + G + B ~ 25%. #46403E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 70 + 64 + 62 = 196 (100%)
R 70 of 196 ~ 35.71%
G 64 of 196 ~ 32.65%
B 62 of 196 ~ 31.63'%

%35.71
%32.65
%31.63

CMYK color model

#46403E color CMYK value is (0,9,11,73).

  • cyan value is 0.00%
  • magenta value is 8.57%
  • yellow value is 11.43%
  • key color value is 72.55%
CMYK: (0,9,11,73) C0M9Y11K73 (0%,9%,11%,73%) (0.00/0.09/0.11/0.73) 

CMYK percentages

%0
%8.57
%11.43
%72.55

Codes

Color #46403E in popluar color models

46 40 3E
RGB 70 64 62
HSL 15° 6.06% 25.88%
HSB/HSV 15° 11.43% 27.45%
CMYK 0.00% 8.57% 11.43%
72.55%

Color #46403E in popluar number systems.

HEX 46 40 3E
Decimal 70 64 62
Binary 1000110 1000000 111110
Octal 106 100 76

Shades and tints

Shades of #46403E

#46403E
(70,64,62)
#403B39
(64,59,57)
#3A3634
(58,54,52)
#34312F
(52,49,47)
#2E2C2A
(46,44,42)
#282725
(40,39,37)
#222220
(34,34,32)
#1C1D1B
(28,29,27)
#161816
(22,24,22)
#101311
(16,19,17)
#0A0E0C
(10,14,12)
#000000
(0,0,0)

Tints of #46403E

#46403E
(70,64,62)
#56514F
(86,81,79)
#666260
(102,98,96)
#767371
(118,115,113)
#868482
(134,132,130)
#969593
(150,149,147)
#A6A6A4
(166,166,164)
#B6B7B5
(182,183,181)
#C6C8C6
(198,200,198)
#D6D9D7
(214,217,215)
#E6EAE8
(230,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46403E color. Also use rgb(70,64,62) instead hex code.

Text Font Color

.myTextColor { color: #46403E; }

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

This text font color is #46403E.

Background Color

.myBgColor { background-color: #46403E; }

<div style="background-color:#46403E">Inner text</div>

This div background color is #46403E.

Border color

.myBorderColor { border: 1px solid #46403E; }

<div style="border:3px solid #46403E">Div</div>

This div border color is #46403E.

Opacity

.myOpacity80 { color: #46403E; opacity: 0.8; }

<p style="color:#46403E;opacity:0.8;">80%</p>

Text with #46403E 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 #46403E;}

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

This text has shadow with #46403E color.


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

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

This text has shadow with #46403E primary color and red secondary color.


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

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

This text has shadow with #46403E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #46403E.

Preview

Color preview on black background

This text has color #46403E on black background.


Color preview on white background

This text has color #46403E on white background.


Black color preview on #46403E background

This text has black color on #46403E background.


White color preview on #46403E background

This text has white color on #46403E background.


Related colors

Complementary color

Complementary color for #hex is #B9BFC1.


I love getcolorcode.com

Triadic colors

1 #3E4640 and #403E46 with #46403E are triadic colors.

2 #3E4046 and #40463E with #46403E are triadic colors.