COLOR #490D31

HEX: #490D31
RGB: (73,13,49)

Renk bilgisi

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

RGB renk modeli

#490D31 color RGB value is (73,13,49).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 13 of 255 = 5%
B 49 of 255 = 19%

73
13
49

R + G + B ~ 18%. #490D31 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 13 + 49 = 135 (100%)
R 73 of 135 ~ 54.07%
G 13 of 135 ~ 9.63%
B 49 of 135 ~ 36.3%

%54.07
%9.63
%36.3

CMYK RENK MODELİ

#490D31 rengi CMYK tonu (0,82,33,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 82.19%
  • sarı tonu 32.88%
  • ana renk tonu 71.37%
CMYK:
(0,82,33,71)
C0M82Y33K71 
(0%,82%,33%,71%)
(0.00/0.82/0.33/0.71)	

CMYK yüzdeleri

%0
%82.19
%32.88
%71.37

Codes

Color #490D31 in popluar color models

490D31
RGB731349
HSL324°69.77%16.86%
HSB/HSV324°82.19%28.63%
CMYK0.00%82.19%32.88%
71.37%

Color #490D31 in popluar number systems.

HEX490D31
Decimal731349
Binary10010011101110001
Octal1111561

Shades and tints

Shades of #490D31

#490D31
(73,13,49)
#430C2D
(67,12,45)
#3D0B29
(61,11,41)
#370A25
(55,10,37)
#310921
(49,9,33)
#2B081D
(43,8,29)
#250719
(37,7,25)
#1F0615
(31,6,21)
#190511
(25,5,17)
#13040D
(19,4,13)
#0D0309
(13,3,9)
#000000
(0,0,0)

Tints of #490D31

#490D31
(73,13,49)
#592343
(89,35,67)
#693955
(105,57,85)
#794F67
(121,79,103)
#896579
(137,101,121)
#997B8B
(153,123,139)
#A9919D
(169,145,157)
#B9A7AF
(185,167,175)
#C9BDC1
(201,189,193)
#D9D3D3
(217,211,211)
#E9E9E5
(233,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #490D31; }

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

This text font color is #490D31.


Background Color

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

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

This div background color is #490D31.


Border color

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

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

This div border color is #490D31.


Opacity

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

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

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

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

This text has shadow with #490D31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #490D31 on black background.


Color preview on white background

This text has color #490D31 on white background.



Black color preview on #490D31 background

This text has black color on #490D31 background.


White color preview on #490D31 background

This text has white color on #490D31 background.