COLOR #461418

HEX: #461418
RGB: (70,20,24)

Color info

#461418 contains red, green and blue colors in about the same proportion. Web safe color of #461418 is #330000 (or #300).

RGB color model

#461418 color RGB value is (70,20,24).

  • red value is 70;
  • green value is 20;
  • blue value is 24.
RGB:
(70,20,24)
(27%,8%,9%)

RGB channels and saturation

R 70 of 255 = 27%
G 20 of 255 = 8%
B 24 of 255 = 9%

70
20
24

R + G + B ~ 15%. #461418 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 20 + 24 = 114 (100%)
R 70 of 114 ~ 61.4%
G 20 of 114 ~ 17.54%
B 24 of 114 ~ 21.05%

%61.4
%17.54
%21.05

CMYK color model

#461418 color CMYK value is (0,71,66,73).

  • cyan value is 0.00%
  • magenta value is 71.43%
  • yellow value is 65.71%
  • key color value is 72.55%
CMYK:
(0,71,66,73)
C0M71Y66K73 
(0%,71%,66%,73%)
(0.00/0.71/0.66/0.73)	

CMYK percentages

%0
%71.43
%65.71
%72.55

Codes

Color #461418 in popluar color models

461418
RGB702024
HSL355°55.56%17.65%
HSB/HSV355°71.43%27.45%
CMYK0.00%71.43%65.71%
72.55%

Color #461418 in popluar number systems.

HEX461418
Decimal702024
Binary10001101010011000
Octal1062430

Shades and tints

Shades of #461418

#461418
(70,20,24)
#401316
(64,19,22)
#3A1214
(58,18,20)
#341112
(52,17,18)
#2E1010
(46,16,16)
#280F0E
(40,15,14)
#220E0C
(34,14,12)
#1C0D0A
(28,13,10)
#160C08
(22,12,8)
#100B06
(16,11,6)
#0A0A04
(10,10,4)
#000000
(0,0,0)

Tints of #461418

#461418
(70,20,24)
#56292D
(86,41,45)
#663E42
(102,62,66)
#765357
(118,83,87)
#86686C
(134,104,108)
#967D81
(150,125,129)
#A69296
(166,146,150)
#B6A7AB
(182,167,171)
#C6BCC0
(198,188,192)
#D6D1D5
(214,209,213)
#E6E6EA
(230,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #461418 color. Also use rgb(70,20,24) instead hex code.

Text Font Color

.myTextColor { color: #461418; }

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

This text font color is #461418.


Background Color

.myBgColor { background-color: #461418; }

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

This div background color is #461418.


Border color

.myBorderColor { border: 1px solid #461418; }

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

This div border color is #461418.


Opacity

.myOpacity80 { color: #461418; opacity: 0.8; }

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

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

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

This text has shadow with #461418 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #461418 on black background.


Color preview on white background

This text has color #461418 on white background.



Black color preview on #461418 background

This text has black color on #461418 background.


White color preview on #461418 background

This text has white color on #461418 background.