COLOR #461C23

HEX: #461C23
RGB: (70,28,35)

Color info

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

RGB color model

#461C23 color RGB value is (70,28,35).

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

RGB channels and saturation

R 70 of 255 = 27%
G 28 of 255 = 11%
B 35 of 255 = 14%

70
28
35

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

Portions of RGB colors in percentages

R + G + B =
70 + 28 + 35 = 133 (100%)
R 70 of 133 ~ 52.63%
G 28 of 133 ~ 21.05%
B 35 of 133 ~ 26.32%

%52.63
%21.05
%26.32

CMYK color model

#461C23 color CMYK value is (0,60,50,73).

  • cyan value is 0.00%
  • magenta value is 60.00%
  • yellow value is 50.00%
  • key color value is 72.55%
CMYK:
(0,60,50,73)
C0M60Y50K73 
(0%,60%,50%,73%)
(0.00/0.60/0.50/0.73)	

CMYK percentages

%0
%60
%50
%72.55

Codes

Color #461C23 in popluar color models

461C23
RGB702835
HSL350°42.86%19.22%
HSB/HSV350°60.00%27.45%
CMYK0.00%60.00%50.00%
72.55%

Color #461C23 in popluar number systems.

HEX461C23
Decimal702835
Binary100011011100100011
Octal1063443

Shades and tints

Shades of #461C23

#461C23
(70,28,35)
#401A20
(64,26,32)
#3A181D
(58,24,29)
#34161A
(52,22,26)
#2E1417
(46,20,23)
#281214
(40,18,20)
#221011
(34,16,17)
#1C0E0E
(28,14,14)
#160C0B
(22,12,11)
#100A08
(16,10,8)
#0A0805
(10,8,5)
#000000
(0,0,0)

Tints of #461C23

#461C23
(70,28,35)
#563037
(86,48,55)
#66444B
(102,68,75)
#76585F
(118,88,95)
#866C73
(134,108,115)
#968087
(150,128,135)
#A6949B
(166,148,155)
#B6A8AF
(182,168,175)
#C6BCC3
(198,188,195)
#D6D0D7
(214,208,215)
#E6E4EB
(230,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #461C23; }

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

This text font color is #461C23.


Background Color

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

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

This div background color is #461C23.


Border color

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

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

This div border color is #461C23.


Opacity

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

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

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

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

This text has shadow with #461C23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #461C23 on black background.


Color preview on white background

This text has color #461C23 on white background.



Black color preview on #461C23 background

This text has black color on #461C23 background.


White color preview on #461C23 background

This text has white color on #461C23 background.