COLOR #461E1C

HEX: #461E1C
RGB: (70,30,28)

Color info

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

RGB color model

#461E1C color RGB value is (70,30,28).

  • red value is 70;
  • green value is 30;
  • blue value is 28.
RGB:
(70,30,28)
(27%,12%,11%)

RGB channels and saturation

R 70 of 255 = 27%
G 30 of 255 = 12%
B 28 of 255 = 11%

70
30
28

R + G + B ~ 17%. #461E1C is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 30 + 28 = 128 (100%)
R 70 of 128 ~ 54.69%
G 30 of 128 ~ 23.44%
B 28 of 128 ~ 21.88%

%54.69
%23.44
%21.88

CMYK color model

#461E1C color CMYK value is (0,57,60,73).

  • cyan value is 0.00%
  • magenta value is 57.14%
  • yellow value is 60.00%
  • key color value is 72.55%
CMYK:
(0,57,60,73)
C0M57Y60K73 
(0%,57%,60%,73%)
(0.00/0.57/0.60/0.73)	

CMYK percentages

%0
%57.14
%60
%72.55

Codes

Color #461E1C in popluar color models

461E1C
RGB703028
HSL42.86%19.22%
HSB/HSV60.00%27.45%
CMYK0.00%57.14%60.00%
72.55%

Color #461E1C in popluar number systems.

HEX461E1C
Decimal703028
Binary10001101111011100
Octal1063634

Shades and tints

Shades of #461E1C

#461E1C
(70,30,28)
#401C1A
(64,28,26)
#3A1A18
(58,26,24)
#341816
(52,24,22)
#2E1614
(46,22,20)
#281412
(40,20,18)
#221210
(34,18,16)
#1C100E
(28,16,14)
#160E0C
(22,14,12)
#100C0A
(16,12,10)
#0A0A08
(10,10,8)
#000000
(0,0,0)

Tints of #461E1C

#461E1C
(70,30,28)
#563230
(86,50,48)
#664644
(102,70,68)
#765A58
(118,90,88)
#866E6C
(134,110,108)
#968280
(150,130,128)
#A69694
(166,150,148)
#B6AAA8
(182,170,168)
#C6BEBC
(198,190,188)
#D6D2D0
(214,210,208)
#E6E6E4
(230,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #461E1C; }

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

This text font color is #461E1C.


Background Color

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

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

This div background color is #461E1C.


Border color

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

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

This div border color is #461E1C.


Opacity

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

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

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

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

This text has shadow with #461E1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #461E1C on black background.


Color preview on white background

This text has color #461E1C on white background.



Black color preview on #461E1C background

This text has black color on #461E1C background.


White color preview on #461E1C background

This text has white color on #461E1C background.