COLOR #461A1D

HEX: #461A1D
RGB: (70,26,29)

Color info

#461A1D contains red, green and blue colors in about the same proportion. Web safe color of #461A1D is #330033 (or #303).

RGB color model

#461A1D color RGB value is (70,26,29).

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

RGB channels and saturation

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

70
26
29

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

Portions of RGB colors in percentages

R + G + B =
70 + 26 + 29 = 125 (100%)
R 70 of 125 ~ 56%
G 26 of 125 ~ 20.8%
B 29 of 125 ~ 23.2%

%56
%20.8
%23.2

CMYK color model

#461A1D color CMYK value is (0,63,59,73).

  • cyan value is 0.00%
  • magenta value is 62.86%
  • yellow value is 58.57%
  • key color value is 72.55%
CMYK:
(0,63,59,73)
C0M63Y59K73 
(0%,63%,59%,73%)
(0.00/0.63/0.59/0.73)	

CMYK percentages

%0
%62.86
%58.57
%72.55

Codes

Color #461A1D in popluar color models

461A1D
RGB702629
HSL356°45.83%18.82%
HSB/HSV356°62.86%27.45%
CMYK0.00%62.86%58.57%
72.55%

Color #461A1D in popluar number systems.

HEX461A1D
Decimal702629
Binary10001101101011101
Octal1063235

Shades and tints

Shades of #461A1D

#461A1D
(70,26,29)
#40181B
(64,24,27)
#3A1619
(58,22,25)
#341417
(52,20,23)
#2E1215
(46,18,21)
#281013
(40,16,19)
#220E11
(34,14,17)
#1C0C0F
(28,12,15)
#160A0D
(22,10,13)
#10080B
(16,8,11)
#0A0609
(10,6,9)
#000000
(0,0,0)

Tints of #461A1D

#461A1D
(70,26,29)
#562E31
(86,46,49)
#664245
(102,66,69)
#765659
(118,86,89)
#866A6D
(134,106,109)
#967E81
(150,126,129)
#A69295
(166,146,149)
#B6A6A9
(182,166,169)
#C6BABD
(198,186,189)
#D6CED1
(214,206,209)
#E6E2E5
(230,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #461A1D; }

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

This text font color is #461A1D.


Background Color

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

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

This div background color is #461A1D.


Border color

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

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

This div border color is #461A1D.


Opacity

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

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

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

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

This text has shadow with #461A1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #461A1D on black background.


Color preview on white background

This text has color #461A1D on white background.



Black color preview on #461A1D background

This text has black color on #461A1D background.


White color preview on #461A1D background

This text has white color on #461A1D background.