COLOR #490D29

HEX: #490D29
RGB: (73,13,41)

Renk bilgisi

#490D29 contains mainly red and blue colors. #490D29 ‘ nin web güvenlik rengi #330033 (ya da #303) dir.

RGB renk modeli

#490D29 color RGB value is (73,13,41).

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

RGB bağlantıları ve doygunluk

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

73
13
41

R + G + B ~ 17%. #490D29 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 13 + 41 = 127 (100%)
R 73 of 127 ~ 57.48%
G 13 of 127 ~ 10.24%
B 41 of 127 ~ 32.28%

%57.48
%10.24
%32.28

CMYK RENK MODELİ

#490D29 rengi CMYK tonu (0,82,44,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 82.19%
  • sarı tonu 43.84%
  • ana renk tonu 71.37%
CMYK:
(0,82,44,71)
C0M82Y44K71 
(0%,82%,44%,71%)
(0.00/0.82/0.44/0.71)	

CMYK yüzdeleri

%0
%82.19
%43.84
%71.37

Codes

Color #490D29 in popluar color models

490D29
RGB731341
HSL332°69.77%16.86%
HSB/HSV332°82.19%28.63%
CMYK0.00%82.19%43.84%
71.37%

Color #490D29 in popluar number systems.

HEX490D29
Decimal731341
Binary10010011101101001
Octal1111551

Shades and tints

Shades of #490D29

#490D29
(73,13,41)
#430C26
(67,12,38)
#3D0B23
(61,11,35)
#370A20
(55,10,32)
#31091D
(49,9,29)
#2B081A
(43,8,26)
#250717
(37,7,23)
#1F0614
(31,6,20)
#190511
(25,5,17)
#13040E
(19,4,14)
#0D030B
(13,3,11)
#000000
(0,0,0)

Tints of #490D29

#490D29
(73,13,41)
#59233C
(89,35,60)
#69394F
(105,57,79)
#794F62
(121,79,98)
#896575
(137,101,117)
#997B88
(153,123,136)
#A9919B
(169,145,155)
#B9A7AE
(185,167,174)
#C9BDC1
(201,189,193)
#D9D3D4
(217,211,212)
#E9E9E7
(233,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #490D29; }

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

This text font color is #490D29.


Background Color

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

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

This div background color is #490D29.


Border color

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

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

This div border color is #490D29.


Opacity

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

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

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

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

This text has shadow with #490D29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #490D29 on black background.


Color preview on white background

This text has color #490D29 on white background.



Black color preview on #490D29 background

This text has black color on #490D29 background.


White color preview on #490D29 background

This text has white color on #490D29 background.