COLOR #461B19

HEX: #461B19
RGB: (70,27,25)

Color info

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

RGB color model

#461B19 color RGB value is (70,27,25).

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

RGB channels and saturation

R 70 of 255 = 27%
G 27 of 255 = 11%
B 25 of 255 = 10%

70
27
25

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

Portions of RGB colors in percentages

R + G + B =
70 + 27 + 25 = 122 (100%)
R 70 of 122 ~ 57.38%
G 27 of 122 ~ 22.13%
B 25 of 122 ~ 20.49%

%57.38
%22.13
%20.49

CMYK color model

#461B19 color CMYK value is (0,61,64,73).

  • cyan value is 0.00%
  • magenta value is 61.43%
  • yellow value is 64.29%
  • key color value is 72.55%
CMYK:
(0,61,64,73)
C0M61Y64K73 
(0%,61%,64%,73%)
(0.00/0.61/0.64/0.73)	

CMYK percentages

%0
%61.43
%64.29
%72.55

Codes

Color #461B19 in popluar color models

461B19
RGB702725
HSL47.37%18.63%
HSB/HSV64.29%27.45%
CMYK0.00%61.43%64.29%
72.55%

Color #461B19 in popluar number systems.

HEX461B19
Decimal702725
Binary10001101101111001
Octal1063331

Shades and tints

Shades of #461B19

#461B19
(70,27,25)
#401917
(64,25,23)
#3A1715
(58,23,21)
#341513
(52,21,19)
#2E1311
(46,19,17)
#28110F
(40,17,15)
#220F0D
(34,15,13)
#1C0D0B
(28,13,11)
#160B09
(22,11,9)
#100907
(16,9,7)
#0A0705
(10,7,5)
#000000
(0,0,0)

Tints of #461B19

#461B19
(70,27,25)
#562F2D
(86,47,45)
#664341
(102,67,65)
#765755
(118,87,85)
#866B69
(134,107,105)
#967F7D
(150,127,125)
#A69391
(166,147,145)
#B6A7A5
(182,167,165)
#C6BBB9
(198,187,185)
#D6CFCD
(214,207,205)
#E6E3E1
(230,227,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #461B19; }

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

This text font color is #461B19.


Background Color

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

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

This div background color is #461B19.


Border color

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

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

This div border color is #461B19.


Opacity

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

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

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

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

This text has shadow with #461B19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #461B19 on black background.


Color preview on white background

This text has color #461B19 on white background.



Black color preview on #461B19 background

This text has black color on #461B19 background.


White color preview on #461B19 background

This text has white color on #461B19 background.