COLOR #492548

HEX: #492548
RGB: (73,37,72)

Renk bilgisi

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

RGB renk modeli

#492548 color RGB value is (73,37,72).

  • kırmız ton 73;
  • yeşil ton 37;
  • mavi ton 72.
RGB:
(73,37,72)
(29%,15%,28%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 37 of 255 = 15%
B 72 of 255 = 28%

73
37
72

R + G + B ~ 24%. #492548 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 37 + 72 = 182 (100%)
R 73 of 182 ~ 40.11%
G 37 of 182 ~ 20.33%
B 72 of 182 ~ 39.56%

%40.11
%20.33
%39.56

CMYK RENK MODELİ

#492548 rengi CMYK tonu (0,49,1,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 49.32%
  • sarı tonu 1.37%
  • ana renk tonu 71.37%
CMYK:
(0,49,1,71)
C0M49Y1K71 
(0%,49%,1%,71%)
(0.00/0.49/0.01/0.71)	

CMYK yüzdeleri

%0
%49.32
%1.37
%71.37

Codes

Color #492548 in popluar color models

492548
RGB733772
HSL302°32.73%21.57%
HSB/HSV302°49.32%28.63%
CMYK0.00%49.32%1.37%
71.37%

Color #492548 in popluar number systems.

HEX492548
Decimal733772
Binary10010011001011001000
Octal11145110

Shades and tints

Shades of #492548

#492548
(73,37,72)
#432242
(67,34,66)
#3D1F3C
(61,31,60)
#371C36
(55,28,54)
#311930
(49,25,48)
#2B162A
(43,22,42)
#251324
(37,19,36)
#1F101E
(31,16,30)
#190D18
(25,13,24)
#130A12
(19,10,18)
#0D070C
(13,7,12)
#000000
(0,0,0)

Tints of #492548

#492548
(73,37,72)
#593858
(89,56,88)
#694B68
(105,75,104)
#795E78
(121,94,120)
#897188
(137,113,136)
#998498
(153,132,152)
#A997A8
(169,151,168)
#B9AAB8
(185,170,184)
#C9BDC8
(201,189,200)
#D9D0D8
(217,208,216)
#E9E3E8
(233,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #492548 color. Also use rgb(73,37,72) instead hex code.

Text Font Color

.myTextColor { color: #492548; }

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

This text font color is #492548.


Background Color

.myBgColor { background-color: #492548; }

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

This div background color is #492548.


Border color

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

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

This div border color is #492548.


Opacity

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

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

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

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

This text has shadow with #492548 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492548 on black background.


Color preview on white background

This text has color #492548 on white background.



Black color preview on #492548 background

This text has black color on #492548 background.


White color preview on #492548 background

This text has white color on #492548 background.