COLOR #461C2F

HEX: #461C2F
RGB: (70,28,47)

Color info

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

RGB color model

#461C2F color RGB value is (70,28,47).

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

RGB channels and saturation

R 70 of 255 = 27%
G 28 of 255 = 11%
B 47 of 255 = 18%

70
28
47

R + G + B ~ 19%. #461C2F is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 28 + 47 = 145 (100%)
R 70 of 145 ~ 48.28%
G 28 of 145 ~ 19.31%
B 47 of 145 ~ 32.41%

%48.28
%19.31
%32.41

CMYK color model

#461C2F color CMYK value is (0,60,33,73).

  • cyan value is 0.00%
  • magenta value is 60.00%
  • yellow value is 32.86%
  • key color value is 72.55%
CMYK:
(0,60,33,73)
C0M60Y33K73 
(0%,60%,33%,73%)
(0.00/0.60/0.33/0.73)	

CMYK percentages

%0
%60
%32.86
%72.55

Codes

Color #461C2F in popluar color models

461C2F
RGB702847
HSL333°42.86%19.22%
HSB/HSV333°60.00%27.45%
CMYK0.00%60.00%32.86%
72.55%

Color #461C2F in popluar number systems.

HEX461C2F
Decimal702847
Binary100011011100101111
Octal1063457

Shades and tints

Shades of #461C2F

#461C2F
(70,28,47)
#401A2B
(64,26,43)
#3A1827
(58,24,39)
#341623
(52,22,35)
#2E141F
(46,20,31)
#28121B
(40,18,27)
#221017
(34,16,23)
#1C0E13
(28,14,19)
#160C0F
(22,12,15)
#100A0B
(16,10,11)
#0A0807
(10,8,7)
#000000
(0,0,0)

Tints of #461C2F

#461C2F
(70,28,47)
#563041
(86,48,65)
#664453
(102,68,83)
#765865
(118,88,101)
#866C77
(134,108,119)
#968089
(150,128,137)
#A6949B
(166,148,155)
#B6A8AD
(182,168,173)
#C6BCBF
(198,188,191)
#D6D0D1
(214,208,209)
#E6E4E3
(230,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #461C2F; }

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

This text font color is #461C2F.


Background Color

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

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

This div background color is #461C2F.


Border color

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

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

This div border color is #461C2F.


Opacity

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

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

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

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

This text has shadow with #461C2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #461C2F on black background.


Color preview on white background

This text has color #461C2F on white background.



Black color preview on #461C2F background

This text has black color on #461C2F background.


White color preview on #461C2F background

This text has white color on #461C2F background.