COLOR #490F36

HEX: #490F36
RGB: (73,15,54)

Color info

#490F36 contains red, green and blue colors in about the same proportion. Web safe color of #490F36 is #330033 (or #303).

RGB color model

#490F36 color RGB value is (73,15,54).

  • red value is 73;
  • green value is 15;
  • blue value is 54.
RGB:
(73,15,54)
(29%,6%,21%)

RGB channels and saturation

R 73 of 255 = 29%
G 15 of 255 = 6%
B 54 of 255 = 21%

73
15
54

R + G + B ~ 19%. #490F36 is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 15 + 54 = 142 (100%)
R 73 of 142 ~ 51.41%
G 15 of 142 ~ 10.56%
B 54 of 142 ~ 38.03%

%51.41
%10.56
%38.03

CMYK color model

#490F36 color CMYK value is (0,79,26,71).

  • cyan value is 0.00%
  • magenta value is 79.45%
  • yellow value is 26.03%
  • key color value is 71.37%
CMYK:
(0,79,26,71)
C0M79Y26K71 
(0%,79%,26%,71%)
(0.00/0.79/0.26/0.71)	

CMYK percentages

%0
%79.45
%26.03
%71.37

Codes

Color #490F36 in popluar color models

490F36
RGB731554
HSL320°65.91%17.25%
HSB/HSV320°79.45%28.63%
CMYK0.00%79.45%26.03%
71.37%

Color #490F36 in popluar number systems.

HEX490F36
Decimal731554
Binary10010011111110110
Octal1111766

Shades and tints

Shades of #490F36

#490F36
(73,15,54)
#430E32
(67,14,50)
#3D0D2E
(61,13,46)
#370C2A
(55,12,42)
#310B26
(49,11,38)
#2B0A22
(43,10,34)
#25091E
(37,9,30)
#1F081A
(31,8,26)
#190716
(25,7,22)
#130612
(19,6,18)
#0D050E
(13,5,14)
#000000
(0,0,0)

Tints of #490F36

#490F36
(73,15,54)
#592448
(89,36,72)
#69395A
(105,57,90)
#794E6C
(121,78,108)
#89637E
(137,99,126)
#997890
(153,120,144)
#A98DA2
(169,141,162)
#B9A2B4
(185,162,180)
#C9B7C6
(201,183,198)
#D9CCD8
(217,204,216)
#E9E1EA
(233,225,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #490F36 color. Also use rgb(73,15,54) instead hex code.

Text Font Color

.myTextColor { color: #490F36; }

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

This text font color is #490F36.


Background Color

.myBgColor { background-color: #490F36; }

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

This div background color is #490F36.


Border color

.myBorderColor { border: 1px solid #490F36; }

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

This div border color is #490F36.


Opacity

.myOpacity80 { color: #490F36; opacity: 0.8; }

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

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

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

This text has shadow with #490F36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #490F36 on black background.


Color preview on white background

This text has color #490F36 on white background.



Black color preview on #490F36 background

This text has black color on #490F36 background.


White color preview on #490F36 background

This text has white color on #490F36 background.