COLOR #490518

HEX: #490518
RGB: (73,5,24)

Color info

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

RGB color model

#490518 color RGB value is (73,5,24).

  • red value is 73;
  • green value is 5;
  • blue value is 24.
RGB:
(73,5,24)
(29%,2%,9%)

RGB channels and saturation

R 73 of 255 = 29%
G 5 of 255 = 2%
B 24 of 255 = 9%

73
5
24

R + G + B ~ 13%. #490518 is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 5 + 24 = 102 (100%)
R 73 of 102 ~ 71.57%
G 5 of 102 ~ 4.9%
B 24 of 102 ~ 23.53%

%71.57
%23.53

CMYK color model

#490518 color CMYK value is (0,93,67,71).

  • cyan value is 0.00%
  • magenta value is 93.15%
  • yellow value is 67.12%
  • key color value is 71.37%
CMYK:
(0,93,67,71)
C0M93Y67K71 
(0%,93%,67%,71%)
(0.00/0.93/0.67/0.71)	

CMYK percentages

%0
%93.15
%67.12
%71.37

Codes

Color #490518 in popluar color models

490518
RGB73524
HSL343°87.18%15.29%
HSB/HSV343°93.15%28.63%
CMYK0.00%93.15%67.12%
71.37%

Color #490518 in popluar number systems.

HEX490518
Decimal73524
Binary100100110111000
Octal111530

Shades and tints

Shades of #490518

#490518
(73,5,24)
#430516
(67,5,22)
#3D0514
(61,5,20)
#370512
(55,5,18)
#310510
(49,5,16)
#2B050E
(43,5,14)
#25050C
(37,5,12)
#1F050A
(31,5,10)
#190508
(25,5,8)
#130506
(19,5,6)
#0D0504
(13,5,4)
#000000
(0,0,0)

Tints of #490518

#490518
(73,5,24)
#591B2D
(89,27,45)
#693142
(105,49,66)
#794757
(121,71,87)
#895D6C
(137,93,108)
#997381
(153,115,129)
#A98996
(169,137,150)
#B99FAB
(185,159,171)
#C9B5C0
(201,181,192)
#D9CBD5
(217,203,213)
#E9E1EA
(233,225,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #490518 color. Also use rgb(73,5,24) instead hex code.

Text Font Color

.myTextColor { color: #490518; }

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

This text font color is #490518.


Background Color

.myBgColor { background-color: #490518; }

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

This div background color is #490518.


Border color

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

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

This div border color is #490518.


Opacity

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

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

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

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

This text has shadow with #490518 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #490518 on black background.


Color preview on white background

This text has color #490518 on white background.



Black color preview on #490518 background

This text has black color on #490518 background.


White color preview on #490518 background

This text has white color on #490518 background.