COLOR #490606

HEX: #490606
RGB: (73,6,6)

Renk bilgisi

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

RGB renk modeli

#490606 color RGB value is (73,6,6).

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

RGB bağlantıları ve doygunluk

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

73
6
6

R + G + B ~ 11%. #490606 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 6 + 6 = 85 (100%)
R 73 of 85 ~ 85.88%
G 6 of 85 ~ 7.06%
B 6 of 85 ~ 7.06%

%85.88

CMYK RENK MODELİ

#490606 rengi CMYK tonu (0,92,92,71).

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

CMYK yüzdeleri

%0
%91.78
%91.78
%71.37

Codes

Color #490606 in popluar color models

490606
RGB7366
HSL84.81%15.49%
HSB/HSV91.78%28.63%
CMYK0.00%91.78%91.78%
71.37%

Color #490606 in popluar number systems.

HEX490606
Decimal7366
Binary1001001110110
Octal11166

Shades and tints

Shades of #490606

#490606
(73,6,6)
#430606
(67,6,6)
#3D0606
(61,6,6)
#370606
(55,6,6)
#310606
(49,6,6)
#2B0606
(43,6,6)
#250606
(37,6,6)
#1F0606
(31,6,6)
#190606
(25,6,6)
#130606
(19,6,6)
#0D0606
(13,6,6)
#000000
(0,0,0)

Tints of #490606

#490606
(73,6,6)
#591C1C
(89,28,28)
#693232
(105,50,50)
#794848
(121,72,72)
#895E5E
(137,94,94)
#997474
(153,116,116)
#A98A8A
(169,138,138)
#B9A0A0
(185,160,160)
#C9B6B6
(201,182,182)
#D9CCCC
(217,204,204)
#E9E2E2
(233,226,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #490606; }

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

This text font color is #490606.


Background Color

.myBgColor { background-color: #490606; }

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

This div background color is #490606.


Border color

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

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

This div border color is #490606.


Opacity

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

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

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

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

This text has shadow with #490606 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #490606 on black background.


Color preview on white background

This text has color #490606 on white background.



Black color preview on #490606 background

This text has black color on #490606 background.


White color preview on #490606 background

This text has white color on #490606 background.