COLOR #491E0B

HEX: #491E0B RGB: (73,30,11)

Color info

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

RGB color model

#491E0B color RGB value is (73,30,11).

RGB: (73,30,11) (29%, 12%, 4%)

RGB channels and saturation

R 73 of 255 = 29%
G 30 of 255 = 12%
B 11 of 255 = 4%

73
30
11

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

Portions of RGB colors in percentages

R + G + B = 73 + 30 + 11 = 114 (100%)
R 73 of 114 ~ 64.04%
G 30 of 114 ~ 26.32%
B 11 of 114 ~ 9.65'%

%64.04
%26.32

CMYK color model

#491E0B color CMYK value is (0,59,85,71).

  • cyan value is 0.00%
  • magenta value is 58.90%
  • yellow value is 84.93%
  • key color value is 71.37%

CMYK: (0,59,85,71)
C0M59Y85K71 (0%, 59%, 85%, 71%)
(0.00 / 0.59 / 0.85 / 0.71)

CMYK percentages

%0
%58.9
%84.93
%71.37

Codes

Color #491E0B in popluar color models

49 1E 0B
RGB 73 30 11
HSL 18° 73.81% 16.47%
HSB/HSV 18° 84.93% 28.63%
CMYK 0.00% 58.90% 84.93%
71.37%

Color #491E0B in popluar number systems.

HEX 49 1E 0B
Decimal 73 30 11
Binary 1001001 11110 1011
Octal 111 36 13

Shades and tints

Shades of #491E0B

#491E0B
(73,30,11)
#431C0A
(67,28,10)
#3D1A09
(61,26,9)
#371808
(55,24,8)
#311607
(49,22,7)
#2B1406
(43,20,6)
#251205
(37,18,5)
#1F1004
(31,16,4)
#190E03
(25,14,3)
#130C02
(19,12,2)
#0D0A01
(13,10,1)
#000000
(0,0,0)

Tints of #491E0B

#491E0B
(73,30,11)
#593221
(89,50,33)
#694637
(105,70,55)
#795A4D
(121,90,77)
#896E63
(137,110,99)
#998279
(153,130,121)
#A9968F
(169,150,143)
#B9AAA5
(185,170,165)
#C9BEBB
(201,190,187)
#D9D2D1
(217,210,209)
#E9E6E7
(233,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #491E0B color. Also use rgb(73,30,11) instead hex code.

Text Font Color

.myTextColor { color: #491E0B; }

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

This text font color is #491E0B.

Background Color

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

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

This div background color is #491E0B.

Border color

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

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

This div border color is #491E0B.

Opacity

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

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

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

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

This text has shadow with #491E0B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #491E0B.

Preview

Color preview on black background

This text has color #491E0B on black background.


Color preview on white background

This text has color #491E0B on white background.


Black color preview on #491E0B background

This text has black color on #491E0B background.


White color preview on #491E0B background

This text has white color on #491E0B background.


Related colors

Complementary color

Complementary color for #hex is #B6E1F4.


I love getcolorcode.com

Triadic colors

1 #0B491E and #1E0B49 with #491E0B are triadic colors.

2 #0B1E49 and #1E490B with #491E0B are triadic colors.