COLOR #491214

HEX: #491214
RGB: (73,18,20)

Color info

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

RGB color model

#491214 color RGB value is (73,18,20).

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

RGB channels and saturation

R 73 of 255 = 29%
G 18 of 255 = 7%
B 20 of 255 = 8%

73
18
20

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

Portions of RGB colors in percentages

R + G + B =
73 + 18 + 20 = 111 (100%)
R 73 of 111 ~ 65.77%
G 18 of 111 ~ 16.22%
B 20 of 111 ~ 18.02%

%65.77
%16.22
%18.02

CMYK color model

#491214 color CMYK value is (0,75,73,71).

  • cyan value is 0.00%
  • magenta value is 75.34%
  • yellow value is 72.60%
  • key color value is 71.37%
CMYK:
(0,75,73,71)
C0M75Y73K71 
(0%,75%,73%,71%)
(0.00/0.75/0.73/0.71)	

CMYK percentages

%0
%75.34
%72.6
%71.37

Codes

Color #491214 in popluar color models

491214
RGB731820
HSL358°60.44%17.84%
HSB/HSV358°75.34%28.63%
CMYK0.00%75.34%72.60%
71.37%

Color #491214 in popluar number systems.

HEX491214
Decimal731820
Binary10010011001010100
Octal1112224

Shades and tints

Shades of #491214

#491214
(73,18,20)
#431113
(67,17,19)
#3D1012
(61,16,18)
#370F11
(55,15,17)
#310E10
(49,14,16)
#2B0D0F
(43,13,15)
#250C0E
(37,12,14)
#1F0B0D
(31,11,13)
#190A0C
(25,10,12)
#13090B
(19,9,11)
#0D080A
(13,8,10)
#000000
(0,0,0)

Tints of #491214

#491214
(73,18,20)
#592729
(89,39,41)
#693C3E
(105,60,62)
#795153
(121,81,83)
#896668
(137,102,104)
#997B7D
(153,123,125)
#A99092
(169,144,146)
#B9A5A7
(185,165,167)
#C9BABC
(201,186,188)
#D9CFD1
(217,207,209)
#E9E4E6
(233,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #491214; }

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

This text font color is #491214.


Background Color

.myBgColor { background-color: #491214; }

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

This div background color is #491214.


Border color

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

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

This div border color is #491214.


Opacity

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

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

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

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

This text has shadow with #491214 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #491214 on black background.


Color preview on white background

This text has color #491214 on white background.



Black color preview on #491214 background

This text has black color on #491214 background.


White color preview on #491214 background

This text has white color on #491214 background.