COLOR #461C2D

HEX: #461C2D
RGB: (70,28,45)

Color info

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

RGB color model

#461C2D color RGB value is (70,28,45).

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

RGB channels and saturation

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

70
28
45

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

Portions of RGB colors in percentages

R + G + B =
70 + 28 + 45 = 143 (100%)
R 70 of 143 ~ 48.95%
G 28 of 143 ~ 19.58%
B 45 of 143 ~ 31.47%

%48.95
%19.58
%31.47

CMYK color model

#461C2D color CMYK value is (0,60,36,73).

  • cyan value is 0.00%
  • magenta value is 60.00%
  • yellow value is 35.71%
  • key color value is 72.55%
CMYK:
(0,60,36,73)
C0M60Y36K73 
(0%,60%,36%,73%)
(0.00/0.60/0.36/0.73)	

CMYK percentages

%0
%60
%35.71
%72.55

Codes

Color #461C2D in popluar color models

461C2D
RGB702845
HSL336°42.86%19.22%
HSB/HSV336°60.00%27.45%
CMYK0.00%60.00%35.71%
72.55%

Color #461C2D in popluar number systems.

HEX461C2D
Decimal702845
Binary100011011100101101
Octal1063455

Shades and tints

Shades of #461C2D

#461C2D
(70,28,45)
#401A29
(64,26,41)
#3A1825
(58,24,37)
#341621
(52,22,33)
#2E141D
(46,20,29)
#281219
(40,18,25)
#221015
(34,16,21)
#1C0E11
(28,14,17)
#160C0D
(22,12,13)
#100A09
(16,10,9)
#0A0805
(10,8,5)
#000000
(0,0,0)

Tints of #461C2D

#461C2D
(70,28,45)
#563040
(86,48,64)
#664453
(102,68,83)
#765866
(118,88,102)
#866C79
(134,108,121)
#96808C
(150,128,140)
#A6949F
(166,148,159)
#B6A8B2
(182,168,178)
#C6BCC5
(198,188,197)
#D6D0D8
(214,208,216)
#E6E4EB
(230,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #461C2D; }

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

This text font color is #461C2D.


Background Color

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

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

This div background color is #461C2D.


Border color

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

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

This div border color is #461C2D.


Opacity

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

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

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

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

This text has shadow with #461C2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #461C2D on black background.


Color preview on white background

This text has color #461C2D on white background.



Black color preview on #461C2D background

This text has black color on #461C2D background.


White color preview on #461C2D background

This text has white color on #461C2D background.