COLOR #491418

HEX: #491418
RGB: (73,20,24)

Color info

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

RGB color model

#491418 color RGB value is (73,20,24).

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

RGB channels and saturation

R 73 of 255 = 29%
G 20 of 255 = 8%
B 24 of 255 = 9%

73
20
24

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

Portions of RGB colors in percentages

R + G + B =
73 + 20 + 24 = 117 (100%)
R 73 of 117 ~ 62.39%
G 20 of 117 ~ 17.09%
B 24 of 117 ~ 20.51%

%62.39
%17.09
%20.51

CMYK color model

#491418 color CMYK value is (0,73,67,71).

  • cyan value is 0.00%
  • magenta value is 72.60%
  • yellow value is 67.12%
  • key color value is 71.37%
CMYK:
(0,73,67,71)
C0M73Y67K71 
(0%,73%,67%,71%)
(0.00/0.73/0.67/0.71)	

CMYK percentages

%0
%72.6
%67.12
%71.37

Codes

Color #491418 in popluar color models

491418
RGB732024
HSL355°56.99%18.24%
HSB/HSV355°72.60%28.63%
CMYK0.00%72.60%67.12%
71.37%

Color #491418 in popluar number systems.

HEX491418
Decimal732024
Binary10010011010011000
Octal1112430

Shades and tints

Shades of #491418

#491418
(73,20,24)
#431316
(67,19,22)
#3D1214
(61,18,20)
#371112
(55,17,18)
#311010
(49,16,16)
#2B0F0E
(43,15,14)
#250E0C
(37,14,12)
#1F0D0A
(31,13,10)
#190C08
(25,12,8)
#130B06
(19,11,6)
#0D0A04
(13,10,4)
#000000
(0,0,0)

Tints of #491418

#491418
(73,20,24)
#59292D
(89,41,45)
#693E42
(105,62,66)
#795357
(121,83,87)
#89686C
(137,104,108)
#997D81
(153,125,129)
#A99296
(169,146,150)
#B9A7AB
(185,167,171)
#C9BCC0
(201,188,192)
#D9D1D5
(217,209,213)
#E9E6EA
(233,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #491418; }

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

This text font color is #491418.


Background Color

.myBgColor { background-color: #491418; }

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

This div background color is #491418.


Border color

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

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

This div border color is #491418.


Opacity

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

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

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

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

This text has shadow with #491418 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #491418 on black background.


Color preview on white background

This text has color #491418 on white background.



Black color preview on #491418 background

This text has black color on #491418 background.


White color preview on #491418 background

This text has white color on #491418 background.