COLOR #46241C

HEX: #46241C RGB: (70,36,28)

Color info

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

RGB color model

#46241C color RGB value is (70,36,28).

RGB: (70,36,28) (27%, 14%, 11%)

RGB channels and saturation

R 70 of 255 = 27%
G 36 of 255 = 14%
B 28 of 255 = 11%

70
36
28

R + G + B ~ 17%. #46241C is dark color.

Portions of RGB colors in percentages

R + G + B = 70 + 36 + 28 = 134 (100%)
R 70 of 134 ~ 52.24%
G 36 of 134 ~ 26.87%
B 28 of 134 ~ 20.9'%

%52.24
%26.87
%20.9

CMYK color model

#46241C color CMYK value is (0,49,60,73).

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

CMYK: (0,49,60,73)
C0M49Y60K73 (0%, 49%, 60%, 73%)
(0.00 / 0.49 / 0.60 / 0.73)

CMYK percentages

%0
%48.57
%60
%72.55

Codes

Color #46241C in popluar color models

46 24 1C
RGB 70 36 28
HSL 11° 42.86% 19.22%
HSB/HSV 11° 60.00% 27.45%
CMYK 0.00% 48.57% 60.00%
72.55%

Color #46241C in popluar number systems.

HEX 46 24 1C
Decimal 70 36 28
Binary 1000110 100100 11100
Octal 106 44 34

Shades and tints

Shades of #46241C

#46241C
(70,36,28)
#40211A
(64,33,26)
#3A1E18
(58,30,24)
#341B16
(52,27,22)
#2E1814
(46,24,20)
#281512
(40,21,18)
#221210
(34,18,16)
#1C0F0E
(28,15,14)
#160C0C
(22,12,12)
#10090A
(16,9,10)
#0A0608
(10,6,8)
#000000
(0,0,0)

Tints of #46241C

#46241C
(70,36,28)
#563730
(86,55,48)
#664A44
(102,74,68)
#765D58
(118,93,88)
#86706C
(134,112,108)
#968380
(150,131,128)
#A69694
(166,150,148)
#B6A9A8
(182,169,168)
#C6BCBC
(198,188,188)
#D6CFD0
(214,207,208)
#E6E2E4
(230,226,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46241C; }

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

This text font color is #46241C.

Background Color

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

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

This div background color is #46241C.

Border color

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

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

This div border color is #46241C.

Opacity

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

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

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

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

This text has shadow with #46241C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #46241C.

Preview

Color preview on black background

This text has color #46241C on black background.


Color preview on white background

This text has color #46241C on white background.


Black color preview on #46241C background

This text has black color on #46241C background.


White color preview on #46241C background

This text has white color on #46241C background.


Related colors

Complementary color

Complementary color for #hex is #B9DBE3.


I love getcolorcode.com

Triadic colors

1 #1C4624 and #241C46 with #46241C are triadic colors.

2 #1C2446 and #24461C with #46241C are triadic colors.