COLOR #490312

HEX: #490312
RGB: (73,3,18)

Color info

#490312 contains mainly red and blue colors. Web safe color of #490312 is #330000 (or #300).

RGB color model

#490312 color RGB value is (73,3,18).

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

RGB channels and saturation

R 73 of 255 = 29%
G 3 of 255 = 1%
B 18 of 255 = 7%

73
3
18

R + G + B ~ 12%. #490312 is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 3 + 18 = 94 (100%)
R 73 of 94 ~ 77.66%
G 3 of 94 ~ 3.19%
B 18 of 94 ~ 19.15%

%77.66
%19.15

CMYK color model

#490312 color CMYK value is (0,96,75,71).

  • cyan value is 0.00%
  • magenta value is 95.89%
  • yellow value is 75.34%
  • key color value is 71.37%
CMYK:
(0,96,75,71)
C0M96Y75K71 
(0%,96%,75%,71%)
(0.00/0.96/0.75/0.71)	

CMYK percentages

%0
%95.89
%75.34
%71.37

Codes

Color #490312 in popluar color models

490312
RGB73318
HSL347°92.11%14.90%
HSB/HSV347°95.89%28.63%
CMYK0.00%95.89%75.34%
71.37%

Color #490312 in popluar number systems.

HEX490312
Decimal73318
Binary10010011110010
Octal111322

Shades and tints

Shades of #490312

#490312
(73,3,18)
#430311
(67,3,17)
#3D0310
(61,3,16)
#37030F
(55,3,15)
#31030E
(49,3,14)
#2B030D
(43,3,13)
#25030C
(37,3,12)
#1F030B
(31,3,11)
#19030A
(25,3,10)
#130309
(19,3,9)
#0D0308
(13,3,8)
#000000
(0,0,0)

Tints of #490312

#490312
(73,3,18)
#591927
(89,25,39)
#692F3C
(105,47,60)
#794551
(121,69,81)
#895B66
(137,91,102)
#99717B
(153,113,123)
#A98790
(169,135,144)
#B99DA5
(185,157,165)
#C9B3BA
(201,179,186)
#D9C9CF
(217,201,207)
#E9DFE4
(233,223,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #490312; }

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

This text font color is #490312.


Background Color

.myBgColor { background-color: #490312; }

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

This div background color is #490312.


Border color

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

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

This div border color is #490312.


Opacity

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

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

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

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

This text has shadow with #490312 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #490312 on black background.


Color preview on white background

This text has color #490312 on white background.



Black color preview on #490312 background

This text has black color on #490312 background.


White color preview on #490312 background

This text has white color on #490312 background.