COLOR #46242C

HEX: #46242C RGB: (70,36,44)

Color info

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

RGB color model

#46242C color RGB value is (70,36,44).

RGB: (70,36,44) (27%, 14%, 17%)

RGB channels and saturation

R 70 of 255 = 27%
G 36 of 255 = 14%
B 44 of 255 = 17%

70
36
44

R + G + B ~ 19%. #46242C is dark color.

Portions of RGB colors in percentages

R + G + B = 70 + 36 + 44 = 150 (100%)
R 70 of 150 ~ 46.67%
G 36 of 150 ~ 24%
B 44 of 150 ~ 29.33'%

%46.67
%24
%29.33

CMYK color model

#46242C color CMYK value is (0,49,37,73).

  • cyan value is 0.00%
  • magenta value is 48.57%
  • yellow value is 37.14%
  • key color value is 72.55%

CMYK: (0,49,37,73)
C0M49Y37K73 (0%, 49%, 37%, 73%)
(0.00 / 0.49 / 0.37 / 0.73)

CMYK percentages

%0
%48.57
%37.14
%72.55

Codes

Color #46242C in popluar color models

46 24 2C
RGB 70 36 44
HSL 346° 32.08% 20.78%
HSB/HSV 346° 48.57% 27.45%
CMYK 0.00% 48.57% 37.14%
72.55%

Color #46242C in popluar number systems.

HEX 46 24 2C
Decimal 70 36 44
Binary 1000110 100100 101100
Octal 106 44 54

Shades and tints

Shades of #46242C

#46242C
(70,36,44)
#402128
(64,33,40)
#3A1E24
(58,30,36)
#341B20
(52,27,32)
#2E181C
(46,24,28)
#281518
(40,21,24)
#221214
(34,18,20)
#1C0F10
(28,15,16)
#160C0C
(22,12,12)
#100908
(16,9,8)
#0A0604
(10,6,4)
#000000
(0,0,0)

Tints of #46242C

#46242C
(70,36,44)
#56373F
(86,55,63)
#664A52
(102,74,82)
#765D65
(118,93,101)
#867078
(134,112,120)
#96838B
(150,131,139)
#A6969E
(166,150,158)
#B6A9B1
(182,169,177)
#C6BCC4
(198,188,196)
#D6CFD7
(214,207,215)
#E6E2EA
(230,226,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46242C color. Also use rgb(70,36,44) instead hex code.

Text Font Color

.myTextColor { color: #46242C; }

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

This text font color is #46242C.

Background Color

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

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

This div background color is #46242C.

Border color

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

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

This div border color is #46242C.

Opacity

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

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

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

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

This text has shadow with #46242C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #46242C.

Preview

Color preview on black background

This text has color #46242C on black background.


Color preview on white background

This text has color #46242C on white background.


Black color preview on #46242C background

This text has black color on #46242C background.


White color preview on #46242C background

This text has white color on #46242C background.


Related colors

Complementary color

Complementary color for #hex is #B9DBD3.


I love getcolorcode.com

Triadic colors

1 #2C4624 and #242C46 with #46242C are triadic colors.

2 #2C2446 and #24462C with #46242C are triadic colors.