COLOR #490706

HEX: #490706
RGB: (73,7,6)

Renk bilgisi

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

RGB renk modeli

#490706 color RGB value is (73,7,6).

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

RGB bağlantıları ve doygunluk

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

73
7
6

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 7 + 6 = 86 (100%)
R 73 of 86 ~ 84.88%
G 7 of 86 ~ 8.14%
B 6 of 86 ~ 6.98%

%84.88

CMYK RENK MODELİ

#490706 rengi CMYK tonu (0,90,92,71).

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

CMYK yüzdeleri

%0
%90.41
%91.78
%71.37

Codes

Color #490706 in popluar color models

490706
RGB7376
HSL84.81%15.49%
HSB/HSV91.78%28.63%
CMYK0.00%90.41%91.78%
71.37%

Color #490706 in popluar number systems.

HEX490706
Decimal7376
Binary1001001111110
Octal11176

Shades and tints

Shades of #490706

#490706
(73,7,6)
#430706
(67,7,6)
#3D0706
(61,7,6)
#370706
(55,7,6)
#310706
(49,7,6)
#2B0706
(43,7,6)
#250706
(37,7,6)
#1F0706
(31,7,6)
#190706
(25,7,6)
#130706
(19,7,6)
#0D0706
(13,7,6)
#000000
(0,0,0)

Tints of #490706

#490706
(73,7,6)
#591D1C
(89,29,28)
#693332
(105,51,50)
#794948
(121,73,72)
#895F5E
(137,95,94)
#997574
(153,117,116)
#A98B8A
(169,139,138)
#B9A1A0
(185,161,160)
#C9B7B6
(201,183,182)
#D9CDCC
(217,205,204)
#E9E3E2
(233,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #490706; }

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

This text font color is #490706.


Background Color

.myBgColor { background-color: #490706; }

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

This div background color is #490706.


Border color

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

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

This div border color is #490706.


Opacity

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

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

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

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

This text has shadow with #490706 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #490706 on black background.


Color preview on white background

This text has color #490706 on white background.



Black color preview on #490706 background

This text has black color on #490706 background.


White color preview on #490706 background

This text has white color on #490706 background.