COLOR #490F2A

HEX: #490F2A
RGB: (73,15,42)

Color info

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

RGB color model

#490F2A color RGB value is (73,15,42).

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

RGB channels and saturation

R 73 of 255 = 29%
G 15 of 255 = 6%
B 42 of 255 = 16%

73
15
42

R + G + B ~ 17%. #490F2A is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 15 + 42 = 130 (100%)
R 73 of 130 ~ 56.15%
G 15 of 130 ~ 11.54%
B 42 of 130 ~ 32.31%

%56.15
%11.54
%32.31

CMYK color model

#490F2A color CMYK value is (0,79,42,71).

  • cyan value is 0.00%
  • magenta value is 79.45%
  • yellow value is 42.47%
  • key color value is 71.37%
CMYK:
(0,79,42,71)
C0M79Y42K71 
(0%,79%,42%,71%)
(0.00/0.79/0.42/0.71)	

CMYK percentages

%0
%79.45
%42.47
%71.37

Codes

Color #490F2A in popluar color models

490F2A
RGB731542
HSL332°65.91%17.25%
HSB/HSV332°79.45%28.63%
CMYK0.00%79.45%42.47%
71.37%

Color #490F2A in popluar number systems.

HEX490F2A
Decimal731542
Binary10010011111101010
Octal1111752

Shades and tints

Shades of #490F2A

#490F2A
(73,15,42)
#430E27
(67,14,39)
#3D0D24
(61,13,36)
#370C21
(55,12,33)
#310B1E
(49,11,30)
#2B0A1B
(43,10,27)
#250918
(37,9,24)
#1F0815
(31,8,21)
#190712
(25,7,18)
#13060F
(19,6,15)
#0D050C
(13,5,12)
#000000
(0,0,0)

Tints of #490F2A

#490F2A
(73,15,42)
#59243D
(89,36,61)
#693950
(105,57,80)
#794E63
(121,78,99)
#896376
(137,99,118)
#997889
(153,120,137)
#A98D9C
(169,141,156)
#B9A2AF
(185,162,175)
#C9B7C2
(201,183,194)
#D9CCD5
(217,204,213)
#E9E1E8
(233,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #490F2A; }

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

This text font color is #490F2A.


Background Color

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

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

This div background color is #490F2A.


Border color

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

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

This div border color is #490F2A.


Opacity

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

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

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

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

This text has shadow with #490F2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #490F2A on black background.


Color preview on white background

This text has color #490F2A on white background.



Black color preview on #490F2A background

This text has black color on #490F2A background.


White color preview on #490F2A background

This text has white color on #490F2A background.