COLOR #461B1E

HEX: #461B1E
RGB: (70,27,30)

Color info

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

RGB color model

#461B1E color RGB value is (70,27,30).

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

RGB channels and saturation

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

70
27
30

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

Portions of RGB colors in percentages

R + G + B =
70 + 27 + 30 = 127 (100%)
R 70 of 127 ~ 55.12%
G 27 of 127 ~ 21.26%
B 30 of 127 ~ 23.62%

%55.12
%21.26
%23.62

CMYK color model

#461B1E color CMYK value is (0,61,57,73).

  • cyan value is 0.00%
  • magenta value is 61.43%
  • yellow value is 57.14%
  • key color value is 72.55%
CMYK:
(0,61,57,73)
C0M61Y57K73 
(0%,61%,57%,73%)
(0.00/0.61/0.57/0.73)	

CMYK percentages

%0
%61.43
%57.14
%72.55

Codes

Color #461B1E in popluar color models

461B1E
RGB702730
HSL356°44.33%19.02%
HSB/HSV356°61.43%27.45%
CMYK0.00%61.43%57.14%
72.55%

Color #461B1E in popluar number systems.

HEX461B1E
Decimal702730
Binary10001101101111110
Octal1063336

Shades and tints

Shades of #461B1E

#461B1E
(70,27,30)
#40191C
(64,25,28)
#3A171A
(58,23,26)
#341518
(52,21,24)
#2E1316
(46,19,22)
#281114
(40,17,20)
#220F12
(34,15,18)
#1C0D10
(28,13,16)
#160B0E
(22,11,14)
#10090C
(16,9,12)
#0A070A
(10,7,10)
#000000
(0,0,0)

Tints of #461B1E

#461B1E
(70,27,30)
#562F32
(86,47,50)
#664346
(102,67,70)
#76575A
(118,87,90)
#866B6E
(134,107,110)
#967F82
(150,127,130)
#A69396
(166,147,150)
#B6A7AA
(182,167,170)
#C6BBBE
(198,187,190)
#D6CFD2
(214,207,210)
#E6E3E6
(230,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #461B1E; }

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

This text font color is #461B1E.


Background Color

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

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

This div background color is #461B1E.


Border color

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

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

This div border color is #461B1E.


Opacity

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

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

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

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

This text has shadow with #461B1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #461B1E on black background.


Color preview on white background

This text has color #461B1E on white background.



Black color preview on #461B1E background

This text has black color on #461B1E background.


White color preview on #461B1E background

This text has white color on #461B1E background.