COLOR #46373C

HEX: #46373C RGB: (70,55,60)

Color info

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

RGB color model

#46373C color RGB value is (70,55,60).

RGB: (70,55,60) (27%, 22%, 24%)

RGB channels and saturation

R 70 of 255 = 27%
G 55 of 255 = 22%
B 60 of 255 = 24%

70
55
60

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

Portions of RGB colors in percentages

R + G + B = 70 + 55 + 60 = 185 (100%)
R 70 of 185 ~ 37.84%
G 55 of 185 ~ 29.73%
B 60 of 185 ~ 32.43'%

%37.84
%29.73
%32.43

CMYK color model

#46373C color CMYK value is (0,21,14,73).

  • cyan value is 0.00%
  • magenta value is 21.43%
  • yellow value is 14.29%
  • key color value is 72.55%

CMYK: (0,21,14,73)
C0M21Y14K73 (0%, 21%, 14%, 73%)
(0.00 / 0.21 / 0.14 / 0.73)

CMYK percentages

%0
%21.43
%14.29
%72.55

Codes

Color #46373C in popluar color models

46 37 3C
RGB 70 55 60
HSL 340° 12.00% 24.51%
HSB/HSV 340° 21.43% 27.45%
CMYK 0.00% 21.43% 14.29%
72.55%

Color #46373C in popluar number systems.

HEX 46 37 3C
Decimal 70 55 60
Binary 1000110 110111 111100
Octal 106 67 74

Shades and tints

Shades of #46373C

#46373C
(70,55,60)
#403237
(64,50,55)
#3A2D32
(58,45,50)
#34282D
(52,40,45)
#2E2328
(46,35,40)
#281E23
(40,30,35)
#22191E
(34,25,30)
#1C1419
(28,20,25)
#160F14
(22,15,20)
#100A0F
(16,10,15)
#0A050A
(10,5,10)
#000000
(0,0,0)

Tints of #46373C

#46373C
(70,55,60)
#56494D
(86,73,77)
#665B5E
(102,91,94)
#766D6F
(118,109,111)
#867F80
(134,127,128)
#969191
(150,145,145)
#A6A3A2
(166,163,162)
#B6B5B3
(182,181,179)
#C6C7C4
(198,199,196)
#D6D9D5
(214,217,213)
#E6EBE6
(230,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46373C; }

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

This text font color is #46373C.

Background Color

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

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

This div background color is #46373C.

Border color

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

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

This div border color is #46373C.

Opacity

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

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

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

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

This text has shadow with #46373C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #46373C.

Preview

Color preview on black background

This text has color #46373C on black background.


Color preview on white background

This text has color #46373C on white background.


Black color preview on #46373C background

This text has black color on #46373C background.


White color preview on #46373C background

This text has white color on #46373C background.


Related colors

Complementary color

Complementary color for #hex is #B9C8C3.


I love getcolorcode.com

Triadic colors

1 #3C4637 and #373C46 with #46373C are triadic colors.

2 #3C3746 and #37463C with #46373C are triadic colors.