COLOR #490D3A

HEX: #490D3A
RGB: (73,13,58)

Renk bilgisi

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

RGB renk modeli

#490D3A color RGB value is (73,13,58).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 13 of 255 = 5%
B 58 of 255 = 23%

73
13
58

R + G + B ~ 19%. #490D3A is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 13 + 58 = 144 (100%)
R 73 of 144 ~ 50.69%
G 13 of 144 ~ 9.03%
B 58 of 144 ~ 40.28%

%50.69
%40.28

CMYK RENK MODELİ

#490D3A rengi CMYK tonu (0,82,21,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 82.19%
  • sarı tonu 20.55%
  • ana renk tonu 71.37%
CMYK:
(0,82,21,71)
C0M82Y21K71 
(0%,82%,21%,71%)
(0.00/0.82/0.21/0.71)	

CMYK yüzdeleri

%0
%82.19
%20.55
%71.37

Codes

Color #490D3A in popluar color models

490D3A
RGB731358
HSL315°69.77%16.86%
HSB/HSV315°82.19%28.63%
CMYK0.00%82.19%20.55%
71.37%

Color #490D3A in popluar number systems.

HEX490D3A
Decimal731358
Binary10010011101111010
Octal1111572

Shades and tints

Shades of #490D3A

#490D3A
(73,13,58)
#430C35
(67,12,53)
#3D0B30
(61,11,48)
#370A2B
(55,10,43)
#310926
(49,9,38)
#2B0821
(43,8,33)
#25071C
(37,7,28)
#1F0617
(31,6,23)
#190512
(25,5,18)
#13040D
(19,4,13)
#0D0308
(13,3,8)
#000000
(0,0,0)

Tints of #490D3A

#490D3A
(73,13,58)
#59234B
(89,35,75)
#69395C
(105,57,92)
#794F6D
(121,79,109)
#89657E
(137,101,126)
#997B8F
(153,123,143)
#A991A0
(169,145,160)
#B9A7B1
(185,167,177)
#C9BDC2
(201,189,194)
#D9D3D3
(217,211,211)
#E9E9E4
(233,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #490D3A; }

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

This text font color is #490D3A.


Background Color

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

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

This div background color is #490D3A.


Border color

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

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

This div border color is #490D3A.


Opacity

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

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

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

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

This text has shadow with #490D3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #490D3A on black background.


Color preview on white background

This text has color #490D3A on white background.



Black color preview on #490D3A background

This text has black color on #490D3A background.


White color preview on #490D3A background

This text has white color on #490D3A background.