COLOR #492142

HEX: #492142
RGB: (73,33,66)

Renk bilgisi

#492142 contains red, green and blue colors in about the same proportion. #492142 ‘ nin web güvenlik rengi #333333 (ya da #333) dir.

RGB renk modeli

#492142 color RGB value is (73,33,66).

  • kırmız ton 73;
  • yeşil ton 33;
  • mavi ton 66.
RGB:
(73,33,66)
(29%,13%,26%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 33 of 255 = 13%
B 66 of 255 = 26%

73
33
66

R + G + B ~ 23%. #492142 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 33 + 66 = 172 (100%)
R 73 of 172 ~ 42.44%
G 33 of 172 ~ 19.19%
B 66 of 172 ~ 38.37%

%42.44
%19.19
%38.37

CMYK RENK MODELİ

#492142 rengi CMYK tonu (0,55,10,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 54.79%
  • sarı tonu 9.59%
  • ana renk tonu 71.37%
CMYK:
(0,55,10,71)
C0M55Y10K71 
(0%,55%,10%,71%)
(0.00/0.55/0.10/0.71)	

CMYK yüzdeleri

%0
%54.79
%9.59
%71.37

Codes

Color #492142 in popluar color models

492142
RGB733366
HSL311°37.74%20.78%
HSB/HSV311°54.79%28.63%
CMYK0.00%54.79%9.59%
71.37%

Color #492142 in popluar number systems.

HEX492142
Decimal733366
Binary10010011000011000010
Octal11141102

Shades and tints

Shades of #492142

#492142
(73,33,66)
#431E3C
(67,30,60)
#3D1B36
(61,27,54)
#371830
(55,24,48)
#31152A
(49,21,42)
#2B1224
(43,18,36)
#250F1E
(37,15,30)
#1F0C18
(31,12,24)
#190912
(25,9,18)
#13060C
(19,6,12)
#0D0306
(13,3,6)
#000000
(0,0,0)

Tints of #492142

#492142
(73,33,66)
#593553
(89,53,83)
#694964
(105,73,100)
#795D75
(121,93,117)
#897186
(137,113,134)
#998597
(153,133,151)
#A999A8
(169,153,168)
#B9ADB9
(185,173,185)
#C9C1CA
(201,193,202)
#D9D5DB
(217,213,219)
#E9E9EC
(233,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #492142 color. Also use rgb(73,33,66) instead hex code.

Text Font Color

.myTextColor { color: #492142; }

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

This text font color is #492142.


Background Color

.myBgColor { background-color: #492142; }

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

This div background color is #492142.


Border color

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

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

This div border color is #492142.


Opacity

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

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

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

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

This text has shadow with #492142 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492142 on black background.


Color preview on white background

This text has color #492142 on white background.



Black color preview on #492142 background

This text has black color on #492142 background.


White color preview on #492142 background

This text has white color on #492142 background.