COLOR #491312

HEX: #491312
RGB: (73,19,18)

Color info

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

RGB color model

#491312 color RGB value is (73,19,18).

  • red value is 73;
  • green value is 19;
  • blue value is 18.
RGB:
(73,19,18)
(29%,7%,7%)

RGB channels and saturation

R 73 of 255 = 29%
G 19 of 255 = 7%
B 18 of 255 = 7%

73
19
18

R + G + B ~ 14%. #491312 is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 19 + 18 = 110 (100%)
R 73 of 110 ~ 66.36%
G 19 of 110 ~ 17.27%
B 18 of 110 ~ 16.36%

%66.36
%17.27
%16.36

CMYK color model

#491312 color CMYK value is (0,74,75,71).

  • cyan value is 0.00%
  • magenta value is 73.97%
  • yellow value is 75.34%
  • key color value is 71.37%
CMYK:
(0,74,75,71)
C0M74Y75K71 
(0%,74%,75%,71%)
(0.00/0.74/0.75/0.71)	

CMYK percentages

%0
%73.97
%75.34
%71.37

Codes

Color #491312 in popluar color models

491312
RGB731918
HSL60.44%17.84%
HSB/HSV75.34%28.63%
CMYK0.00%73.97%75.34%
71.37%

Color #491312 in popluar number systems.

HEX491312
Decimal731918
Binary10010011001110010
Octal1112322

Shades and tints

Shades of #491312

#491312
(73,19,18)
#431211
(67,18,17)
#3D1110
(61,17,16)
#37100F
(55,16,15)
#310F0E
(49,15,14)
#2B0E0D
(43,14,13)
#250D0C
(37,13,12)
#1F0C0B
(31,12,11)
#190B0A
(25,11,10)
#130A09
(19,10,9)
#0D0908
(13,9,8)
#000000
(0,0,0)

Tints of #491312

#491312
(73,19,18)
#592827
(89,40,39)
#693D3C
(105,61,60)
#795251
(121,82,81)
#896766
(137,103,102)
#997C7B
(153,124,123)
#A99190
(169,145,144)
#B9A6A5
(185,166,165)
#C9BBBA
(201,187,186)
#D9D0CF
(217,208,207)
#E9E5E4
(233,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #491312 color. Also use rgb(73,19,18) instead hex code.

Text Font Color

.myTextColor { color: #491312; }

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

This text font color is #491312.


Background Color

.myBgColor { background-color: #491312; }

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

This div background color is #491312.


Border color

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

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

This div border color is #491312.


Opacity

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

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

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

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

This text has shadow with #491312 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #491312 on black background.


Color preview on white background

This text has color #491312 on white background.



Black color preview on #491312 background

This text has black color on #491312 background.


White color preview on #491312 background

This text has white color on #491312 background.