COLOR #461E24

HEX: #461E24 RGB: (70,30,36)

Color info

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

RGB color model

#461E24 color RGB value is (70,30,36).

RGB: (70,30,36) (27%, 12%, 14%)

RGB channels and saturation

R 70 of 255 = 27%
G 30 of 255 = 12%
B 36 of 255 = 14%

70
30
36

R + G + B ~ 18%. #461E24 is dark color.

Portions of RGB colors in percentages

R + G + B = 70 + 30 + 36 = 136 (100%)
R 70 of 136 ~ 51.47%
G 30 of 136 ~ 22.06%
B 36 of 136 ~ 26.47'%

%51.47
%22.06
%26.47

CMYK color model

#461E24 color CMYK value is (0,57,49,73).

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

CMYK: (0,57,49,73)
C0M57Y49K73 (0%, 57%, 49%, 73%)
(0.00 / 0.57 / 0.49 / 0.73)

CMYK percentages

%0
%57.14
%48.57
%72.55

Codes

Color #461E24 in popluar color models

46 1E 24
RGB 70 30 36
HSL 351° 40.00% 19.61%
HSB/HSV 351° 57.14% 27.45%
CMYK 0.00% 57.14% 48.57%
72.55%

Color #461E24 in popluar number systems.

HEX 46 1E 24
Decimal 70 30 36
Binary 1000110 11110 100100
Octal 106 36 44

Shades and tints

Shades of #461E24

#461E24
(70,30,36)
#401C21
(64,28,33)
#3A1A1E
(58,26,30)
#34181B
(52,24,27)
#2E1618
(46,22,24)
#281415
(40,20,21)
#221212
(34,18,18)
#1C100F
(28,16,15)
#160E0C
(22,14,12)
#100C09
(16,12,9)
#0A0A06
(10,10,6)
#000000
(0,0,0)

Tints of #461E24

#461E24
(70,30,36)
#563237
(86,50,55)
#66464A
(102,70,74)
#765A5D
(118,90,93)
#866E70
(134,110,112)
#968283
(150,130,131)
#A69696
(166,150,150)
#B6AAA9
(182,170,169)
#C6BEBC
(198,190,188)
#D6D2CF
(214,210,207)
#E6E6E2
(230,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #461E24 color. Also use rgb(70,30,36) instead hex code.

Text Font Color

.myTextColor { color: #461E24; }

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

This text font color is #461E24.

Background Color

.myBgColor { background-color: #461E24; }

<div style="background-color:#461E24">Inner text</div>

This div background color is #461E24.

Border color

.myBorderColor { border: 1px solid #461E24; }

<div style="border:3px solid #461E24">Div</div>

This div border color is #461E24.

Opacity

.myOpacity80 { color: #461E24; opacity: 0.8; }

<p style="color:#461E24;opacity:0.8;">80%</p>

Text with #461E24 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 #461E24;}

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

This text has shadow with #461E24 color.


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

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

This text has shadow with #461E24 primary color and red secondary color.


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

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

This text has shadow with #461E24 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #461E24.

Preview

Color preview on black background

This text has color #461E24 on black background.


Color preview on white background

This text has color #461E24 on white background.


Black color preview on #461E24 background

This text has black color on #461E24 background.


White color preview on #461E24 background

This text has white color on #461E24 background.


Related colors

Complementary color

Complementary color for #hex is #B9E1DB.


I love getcolorcode.com

Triadic colors

1 #24461E and #1E2446 with #461E24 are triadic colors.

2 #241E46 and #1E4624 with #461E24 are triadic colors.