COLOR #490D10

HEX: #490D10
RGB: (73,13,16)

Renk bilgisi

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

RGB renk modeli

#490D10 color RGB value is (73,13,16).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 13 of 255 = 5%
B 16 of 255 = 6%

73
13
16

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 13 + 16 = 102 (100%)
R 73 of 102 ~ 71.57%
G 13 of 102 ~ 12.75%
B 16 of 102 ~ 15.69%

%71.57
%12.75
%15.69

CMYK RENK MODELİ

#490D10 rengi CMYK tonu (0,82,78,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 82.19%
  • sarı tonu 78.08%
  • ana renk tonu 71.37%
CMYK:
(0,82,78,71)
C0M82Y78K71 
(0%,82%,78%,71%)
(0.00/0.82/0.78/0.71)	

CMYK yüzdeleri

%0
%82.19
%78.08
%71.37

Codes

Color #490D10 in popluar color models

490D10
RGB731316
HSL357°69.77%16.86%
HSB/HSV357°82.19%28.63%
CMYK0.00%82.19%78.08%
71.37%

Color #490D10 in popluar number systems.

HEX490D10
Decimal731316
Binary1001001110110000
Octal1111520

Shades and tints

Shades of #490D10

#490D10
(73,13,16)
#430C0F
(67,12,15)
#3D0B0E
(61,11,14)
#370A0D
(55,10,13)
#31090C
(49,9,12)
#2B080B
(43,8,11)
#25070A
(37,7,10)
#1F0609
(31,6,9)
#190508
(25,5,8)
#130407
(19,4,7)
#0D0306
(13,3,6)
#000000
(0,0,0)

Tints of #490D10

#490D10
(73,13,16)
#592325
(89,35,37)
#69393A
(105,57,58)
#794F4F
(121,79,79)
#896564
(137,101,100)
#997B79
(153,123,121)
#A9918E
(169,145,142)
#B9A7A3
(185,167,163)
#C9BDB8
(201,189,184)
#D9D3CD
(217,211,205)
#E9E9E2
(233,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #490D10 color. Also use rgb(73,13,16) instead hex code.

Text Font Color

.myTextColor { color: #490D10; }

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

This text font color is #490D10.


Background Color

.myBgColor { background-color: #490D10; }

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

This div background color is #490D10.


Border color

.myBorderColor { border: 1px solid #490D10; }

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

This div border color is #490D10.


Opacity

.myOpacity80 { color: #490D10; opacity: 0.8; }

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

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

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

This text has shadow with #490D10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #490D10 on black background.


Color preview on white background

This text has color #490D10 on white background.



Black color preview on #490D10 background

This text has black color on #490D10 background.


White color preview on #490D10 background

This text has white color on #490D10 background.