COLOR #490511

HEX: #490511
RGB: (73,5,17)

Renk bilgisi

#490511 contains mainly red and blue colors. #490511 ‘ nin web güvenlik rengi #330000 (ya da #300) dir.

RGB renk modeli

#490511 color RGB value is (73,5,17).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 5 of 255 = 2%
B 17 of 255 = 7%

73
5
17

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 5 + 17 = 95 (100%)
R 73 of 95 ~ 76.84%
G 5 of 95 ~ 5.26%
B 17 of 95 ~ 17.89%

%76.84
%17.89

CMYK RENK MODELİ

#490511 rengi CMYK tonu (0,93,77,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 93.15%
  • sarı tonu 76.71%
  • ana renk tonu 71.37%
CMYK:
(0,93,77,71)
C0M93Y77K71 
(0%,93%,77%,71%)
(0.00/0.93/0.77/0.71)	

CMYK yüzdeleri

%0
%93.15
%76.71
%71.37

Codes

Color #490511 in popluar color models

490511
RGB73517
HSL349°87.18%15.29%
HSB/HSV349°93.15%28.63%
CMYK0.00%93.15%76.71%
71.37%

Color #490511 in popluar number systems.

HEX490511
Decimal73517
Binary100100110110001
Octal111521

Shades and tints

Shades of #490511

#490511
(73,5,17)
#430510
(67,5,16)
#3D050F
(61,5,15)
#37050E
(55,5,14)
#31050D
(49,5,13)
#2B050C
(43,5,12)
#25050B
(37,5,11)
#1F050A
(31,5,10)
#190509
(25,5,9)
#130508
(19,5,8)
#0D0507
(13,5,7)
#000000
(0,0,0)

Tints of #490511

#490511
(73,5,17)
#591B26
(89,27,38)
#69313B
(105,49,59)
#794750
(121,71,80)
#895D65
(137,93,101)
#99737A
(153,115,122)
#A9898F
(169,137,143)
#B99FA4
(185,159,164)
#C9B5B9
(201,181,185)
#D9CBCE
(217,203,206)
#E9E1E3
(233,225,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #490511; }

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

This text font color is #490511.


Background Color

.myBgColor { background-color: #490511; }

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

This div background color is #490511.


Border color

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

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

This div border color is #490511.


Opacity

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

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

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

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

This text has shadow with #490511 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #490511 on black background.


Color preview on white background

This text has color #490511 on white background.



Black color preview on #490511 background

This text has black color on #490511 background.


White color preview on #490511 background

This text has white color on #490511 background.