COLOR #490909

HEX: #490909
RGB: (73,9,9)

Renk bilgisi

#490909 contains mainly red color. #490909 ‘ nin web güvenlik rengi #330000 (ya da #300) dir.

RGB renk modeli

#490909 color RGB value is (73,9,9).

  • kırmız ton 73;
  • yeşil ton 9;
  • mavi ton 9.
RGB:
(73,9,9)
(29%,4%,4%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 9 of 255 = 4%
B 9 of 255 = 4%

73
9
9

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 9 + 9 = 91 (100%)
R 73 of 91 ~ 80.22%
G 9 of 91 ~ 9.89%
B 9 of 91 ~ 9.89%

%80.22
%9.89
%9.89

CMYK RENK MODELİ

#490909 rengi CMYK tonu (0,88,88,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 87.67%
  • sarı tonu 87.67%
  • ana renk tonu 71.37%
CMYK:
(0,88,88,71)
C0M88Y88K71 
(0%,88%,88%,71%)
(0.00/0.88/0.88/0.71)	

CMYK yüzdeleri

%0
%87.67
%87.67
%71.37

Codes

Color #490909 in popluar color models

490909
RGB7399
HSL78.05%16.08%
HSB/HSV87.67%28.63%
CMYK0.00%87.67%87.67%
71.37%

Color #490909 in popluar number systems.

HEX490909
Decimal7399
Binary100100110011001
Octal1111111

Shades and tints

Shades of #490909

#490909
(73,9,9)
#430909
(67,9,9)
#3D0909
(61,9,9)
#370909
(55,9,9)
#310909
(49,9,9)
#2B0909
(43,9,9)
#250909
(37,9,9)
#1F0909
(31,9,9)
#190909
(25,9,9)
#130909
(19,9,9)
#0D0909
(13,9,9)
#000000
(0,0,0)

Tints of #490909

#490909
(73,9,9)
#591F1F
(89,31,31)
#693535
(105,53,53)
#794B4B
(121,75,75)
#896161
(137,97,97)
#997777
(153,119,119)
#A98D8D
(169,141,141)
#B9A3A3
(185,163,163)
#C9B9B9
(201,185,185)
#D9CFCF
(217,207,207)
#E9E5E5
(233,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #490909; }

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

This text font color is #490909.


Background Color

.myBgColor { background-color: #490909; }

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

This div background color is #490909.


Border color

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

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

This div border color is #490909.


Opacity

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

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

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

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

This text has shadow with #490909 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #490909 on black background.


Color preview on white background

This text has color #490909 on white background.



Black color preview on #490909 background

This text has black color on #490909 background.


White color preview on #490909 background

This text has white color on #490909 background.