COLOR #461F1E

HEX: #461F1E
RGB: (70,31,30)

Color info

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

RGB color model

#461F1E color RGB value is (70,31,30).

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

RGB channels and saturation

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

70
31
30

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

Portions of RGB colors in percentages

R + G + B =
70 + 31 + 30 = 131 (100%)
R 70 of 131 ~ 53.44%
G 31 of 131 ~ 23.66%
B 30 of 131 ~ 22.9%

%53.44
%23.66
%22.9

CMYK color model

#461F1E color CMYK value is (0,56,57,73).

  • cyan value is 0.00%
  • magenta value is 55.71%
  • yellow value is 57.14%
  • key color value is 72.55%
CMYK:
(0,56,57,73)
C0M56Y57K73 
(0%,56%,57%,73%)
(0.00/0.56/0.57/0.73)	

CMYK percentages

%0
%55.71
%57.14
%72.55

Codes

Color #461F1E in popluar color models

461F1E
RGB703130
HSL40.00%19.61%
HSB/HSV57.14%27.45%
CMYK0.00%55.71%57.14%
72.55%

Color #461F1E in popluar number systems.

HEX461F1E
Decimal703130
Binary10001101111111110
Octal1063736

Shades and tints

Shades of #461F1E

#461F1E
(70,31,30)
#401D1C
(64,29,28)
#3A1B1A
(58,27,26)
#341918
(52,25,24)
#2E1716
(46,23,22)
#281514
(40,21,20)
#221312
(34,19,18)
#1C1110
(28,17,16)
#160F0E
(22,15,14)
#100D0C
(16,13,12)
#0A0B0A
(10,11,10)
#000000
(0,0,0)

Tints of #461F1E

#461F1E
(70,31,30)
#563332
(86,51,50)
#664746
(102,71,70)
#765B5A
(118,91,90)
#866F6E
(134,111,110)
#968382
(150,131,130)
#A69796
(166,151,150)
#B6ABAA
(182,171,170)
#C6BFBE
(198,191,190)
#D6D3D2
(214,211,210)
#E6E7E6
(230,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #461F1E; }

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

This text font color is #461F1E.


Background Color

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

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

This div background color is #461F1E.


Border color

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

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

This div border color is #461F1E.


Opacity

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

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

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

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

This text has shadow with #461F1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #461F1E on black background.


Color preview on white background

This text has color #461F1E on white background.



Black color preview on #461F1E background

This text has black color on #461F1E background.


White color preview on #461F1E background

This text has white color on #461F1E background.