COLOR #490F1B

HEX: #490F1B
RGB: (73,15,27)

Color info

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

RGB color model

#490F1B color RGB value is (73,15,27).

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

RGB channels and saturation

R 73 of 255 = 29%
G 15 of 255 = 6%
B 27 of 255 = 11%

73
15
27

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

Portions of RGB colors in percentages

R + G + B =
73 + 15 + 27 = 115 (100%)
R 73 of 115 ~ 63.48%
G 15 of 115 ~ 13.04%
B 27 of 115 ~ 23.48%

%63.48
%13.04
%23.48

CMYK color model

#490F1B color CMYK value is (0,79,63,71).

  • cyan value is 0.00%
  • magenta value is 79.45%
  • yellow value is 63.01%
  • key color value is 71.37%
CMYK:
(0,79,63,71)
C0M79Y63K71 
(0%,79%,63%,71%)
(0.00/0.79/0.63/0.71)	

CMYK percentages

%0
%79.45
%63.01
%71.37

Codes

Color #490F1B in popluar color models

490F1B
RGB731527
HSL348°65.91%17.25%
HSB/HSV348°79.45%28.63%
CMYK0.00%79.45%63.01%
71.37%

Color #490F1B in popluar number systems.

HEX490F1B
Decimal731527
Binary1001001111111011
Octal1111733

Shades and tints

Shades of #490F1B

#490F1B
(73,15,27)
#430E19
(67,14,25)
#3D0D17
(61,13,23)
#370C15
(55,12,21)
#310B13
(49,11,19)
#2B0A11
(43,10,17)
#25090F
(37,9,15)
#1F080D
(31,8,13)
#19070B
(25,7,11)
#130609
(19,6,9)
#0D0507
(13,5,7)
#000000
(0,0,0)

Tints of #490F1B

#490F1B
(73,15,27)
#59242F
(89,36,47)
#693943
(105,57,67)
#794E57
(121,78,87)
#89636B
(137,99,107)
#99787F
(153,120,127)
#A98D93
(169,141,147)
#B9A2A7
(185,162,167)
#C9B7BB
(201,183,187)
#D9CCCF
(217,204,207)
#E9E1E3
(233,225,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #490F1B; }

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

This text font color is #490F1B.


Background Color

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

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

This div background color is #490F1B.


Border color

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

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

This div border color is #490F1B.


Opacity

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

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

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

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

This text has shadow with #490F1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #490F1B on black background.


Color preview on white background

This text has color #490F1B on white background.



Black color preview on #490F1B background

This text has black color on #490F1B background.


White color preview on #490F1B background

This text has white color on #490F1B background.