COLOR #491B0C

HEX: #491B0C
RGB: (73,27,12)

Color info

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

RGB color model

#491B0C color RGB value is (73,27,12).

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

RGB channels and saturation

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

73
27
12

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

Portions of RGB colors in percentages

R + G + B =
73 + 27 + 12 = 112 (100%)
R 73 of 112 ~ 65.18%
G 27 of 112 ~ 24.11%
B 12 of 112 ~ 10.71%

%65.18
%24.11
%10.71

CMYK color model

#491B0C color CMYK value is (0,63,84,71).

  • cyan value is 0.00%
  • magenta value is 63.01%
  • yellow value is 83.56%
  • key color value is 71.37%
CMYK:
(0,63,84,71)
C0M63Y84K71 
(0%,63%,84%,71%)
(0.00/0.63/0.84/0.71)	

CMYK percentages

%0
%63.01
%83.56
%71.37

Codes

Color #491B0C in popluar color models

491B0C
RGB732712
HSL15°71.76%16.67%
HSB/HSV15°83.56%28.63%
CMYK0.00%63.01%83.56%
71.37%

Color #491B0C in popluar number systems.

HEX491B0C
Decimal732712
Binary1001001110111100
Octal1113314

Shades and tints

Shades of #491B0C

#491B0C
(73,27,12)
#43190B
(67,25,11)
#3D170A
(61,23,10)
#371509
(55,21,9)
#311308
(49,19,8)
#2B1107
(43,17,7)
#250F06
(37,15,6)
#1F0D05
(31,13,5)
#190B04
(25,11,4)
#130903
(19,9,3)
#0D0702
(13,7,2)
#000000
(0,0,0)

Tints of #491B0C

#491B0C
(73,27,12)
#592F22
(89,47,34)
#694338
(105,67,56)
#79574E
(121,87,78)
#896B64
(137,107,100)
#997F7A
(153,127,122)
#A99390
(169,147,144)
#B9A7A6
(185,167,166)
#C9BBBC
(201,187,188)
#D9CFD2
(217,207,210)
#E9E3E8
(233,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #491B0C; }

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

This text font color is #491B0C.


Background Color

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

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

This div background color is #491B0C.


Border color

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

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

This div border color is #491B0C.


Opacity

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

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

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

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

This text has shadow with #491B0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #491B0C on black background.


Color preview on white background

This text has color #491B0C on white background.



Black color preview on #491B0C background

This text has black color on #491B0C background.


White color preview on #491B0C background

This text has white color on #491B0C background.