COLOR #491C0C

HEX: #491C0C
RGB: (73,28,12)

Color info

#491C0C contains mainly red and green colors. Web safe color of #491C0C is #333300 (or #330).

RGB color model

#491C0C color RGB value is (73,28,12).

  • red value is 73;
  • green value is 28;
  • blue value is 12.
RGB:
(73,28,12)
(29%,11%,5%)

RGB channels and saturation

R 73 of 255 = 29%
G 28 of 255 = 11%
B 12 of 255 = 5%

73
28
12

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

Portions of RGB colors in percentages

R + G + B =
73 + 28 + 12 = 113 (100%)
R 73 of 113 ~ 64.6%
G 28 of 113 ~ 24.78%
B 12 of 113 ~ 10.62%

%64.6
%24.78
%10.62

CMYK color model

#491C0C color CMYK value is (0,62,84,71).

  • cyan value is 0.00%
  • magenta value is 61.64%
  • yellow value is 83.56%
  • key color value is 71.37%
CMYK:
(0,62,84,71)
C0M62Y84K71 
(0%,62%,84%,71%)
(0.00/0.62/0.84/0.71)	

CMYK percentages

%0
%61.64
%83.56
%71.37

Codes

Color #491C0C in popluar color models

491C0C
RGB732812
HSL16°71.76%16.67%
HSB/HSV16°83.56%28.63%
CMYK0.00%61.64%83.56%
71.37%

Color #491C0C in popluar number systems.

HEX491C0C
Decimal732812
Binary1001001111001100
Octal1113414

Shades and tints

Shades of #491C0C

#491C0C
(73,28,12)
#431A0B
(67,26,11)
#3D180A
(61,24,10)
#371609
(55,22,9)
#311408
(49,20,8)
#2B1207
(43,18,7)
#251006
(37,16,6)
#1F0E05
(31,14,5)
#190C04
(25,12,4)
#130A03
(19,10,3)
#0D0802
(13,8,2)
#000000
(0,0,0)

Tints of #491C0C

#491C0C
(73,28,12)
#593022
(89,48,34)
#694438
(105,68,56)
#79584E
(121,88,78)
#896C64
(137,108,100)
#99807A
(153,128,122)
#A99490
(169,148,144)
#B9A8A6
(185,168,166)
#C9BCBC
(201,188,188)
#D9D0D2
(217,208,210)
#E9E4E8
(233,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #491C0C color. Also use rgb(73,28,12) instead hex code.

Text Font Color

.myTextColor { color: #491C0C; }

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

This text font color is #491C0C.


Background Color

.myBgColor { background-color: #491C0C; }

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

This div background color is #491C0C.


Border color

.myBorderColor { border: 1px solid #491C0C; }

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

This div border color is #491C0C.


Opacity

.myOpacity80 { color: #491C0C; opacity: 0.8; }

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

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

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

This text has shadow with #491C0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #491C0C on black background.


Color preview on white background

This text has color #491C0C on white background.



Black color preview on #491C0C background

This text has black color on #491C0C background.


White color preview on #491C0C background

This text has white color on #491C0C background.