COLOR #490106

HEX: #490106
RGB: (73,1,6)

Renk bilgisi

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

RGB renk modeli

#490106 color RGB value is (73,1,6).

  • kırmız ton 73;
  • yeşil ton 1;
  • mavi ton 6.
RGB:
(73,1,6)
(29%,0%,2%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 1 of 255 = 0%
B 6 of 255 = 2%

73
1
6

R + G + B ~ 10%. #490106 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 1 + 6 = 80 (100%)
R 73 of 80 ~ 91.25%
G 1 of 80 ~ 1.25%
B 6 of 80 ~ 7.5%

%91.25

CMYK RENK MODELİ

#490106 rengi CMYK tonu (0,99,92,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 98.63%
  • sarı tonu 91.78%
  • ana renk tonu 71.37%
CMYK:
(0,99,92,71)
C0M99Y92K71 
(0%,99%,92%,71%)
(0.00/0.99/0.92/0.71)	

CMYK yüzdeleri

%0
%98.63
%91.78
%71.37

Codes

Color #490106 in popluar color models

490106
RGB7316
HSL356°97.30%14.51%
HSB/HSV356°98.63%28.63%
CMYK0.00%98.63%91.78%
71.37%

Color #490106 in popluar number systems.

HEX490106
Decimal7316
Binary10010011110
Octal11116

Shades and tints

Shades of #490106

#490106
(73,1,6)
#430106
(67,1,6)
#3D0106
(61,1,6)
#370106
(55,1,6)
#310106
(49,1,6)
#2B0106
(43,1,6)
#250106
(37,1,6)
#1F0106
(31,1,6)
#190106
(25,1,6)
#130106
(19,1,6)
#0D0106
(13,1,6)
#000000
(0,0,0)

Tints of #490106

#490106
(73,1,6)
#59181C
(89,24,28)
#692F32
(105,47,50)
#794648
(121,70,72)
#895D5E
(137,93,94)
#997474
(153,116,116)
#A98B8A
(169,139,138)
#B9A2A0
(185,162,160)
#C9B9B6
(201,185,182)
#D9D0CC
(217,208,204)
#E9E7E2
(233,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #490106; }

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

This text font color is #490106.


Background Color

.myBgColor { background-color: #490106; }

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

This div background color is #490106.


Border color

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

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

This div border color is #490106.


Opacity

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

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

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

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

This text has shadow with #490106 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #490106 on black background.


Color preview on white background

This text has color #490106 on white background.



Black color preview on #490106 background

This text has black color on #490106 background.


White color preview on #490106 background

This text has white color on #490106 background.