COLOR #461C1A

HEX: #461C1A
RGB: (70,28,26)

Color info

#461C1A contains red, green and blue colors in about the same proportion. Web safe color of #461C1A is #333300 (or #330).

RGB color model

#461C1A color RGB value is (70,28,26).

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

RGB channels and saturation

R 70 of 255 = 27%
G 28 of 255 = 11%
B 26 of 255 = 10%

70
28
26

R + G + B ~ 16%. #461C1A is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 28 + 26 = 124 (100%)
R 70 of 124 ~ 56.45%
G 28 of 124 ~ 22.58%
B 26 of 124 ~ 20.97%

%56.45
%22.58
%20.97

CMYK color model

#461C1A color CMYK value is (0,60,63,73).

  • cyan value is 0.00%
  • magenta value is 60.00%
  • yellow value is 62.86%
  • key color value is 72.55%
CMYK:
(0,60,63,73)
C0M60Y63K73 
(0%,60%,63%,73%)
(0.00/0.60/0.63/0.73)	

CMYK percentages

%0
%60
%62.86
%72.55

Codes

Color #461C1A in popluar color models

461C1A
RGB702826
HSL45.83%18.82%
HSB/HSV62.86%27.45%
CMYK0.00%60.00%62.86%
72.55%

Color #461C1A in popluar number systems.

HEX461C1A
Decimal702826
Binary10001101110011010
Octal1063432

Shades and tints

Shades of #461C1A

#461C1A
(70,28,26)
#401A18
(64,26,24)
#3A1816
(58,24,22)
#341614
(52,22,20)
#2E1412
(46,20,18)
#281210
(40,18,16)
#22100E
(34,16,14)
#1C0E0C
(28,14,12)
#160C0A
(22,12,10)
#100A08
(16,10,8)
#0A0806
(10,8,6)
#000000
(0,0,0)

Tints of #461C1A

#461C1A
(70,28,26)
#56302E
(86,48,46)
#664442
(102,68,66)
#765856
(118,88,86)
#866C6A
(134,108,106)
#96807E
(150,128,126)
#A69492
(166,148,146)
#B6A8A6
(182,168,166)
#C6BCBA
(198,188,186)
#D6D0CE
(214,208,206)
#E6E4E2
(230,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #461C1A; }

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

This text font color is #461C1A.


Background Color

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

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

This div background color is #461C1A.


Border color

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

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

This div border color is #461C1A.


Opacity

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

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

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

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

This text has shadow with #461C1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #461C1A on black background.


Color preview on white background

This text has color #461C1A on white background.



Black color preview on #461C1A background

This text has black color on #461C1A background.


White color preview on #461C1A background

This text has white color on #461C1A background.