COLOR #492D4F

HEX: #492D4F
RGB: (73,45,79)

Renk bilgisi

#492D4F contains red, green and blue colors in about the same proportion. #492D4F ‘ nin web güvenlik rengi #333366 (ya da #336) dir.

RGB renk modeli

#492D4F color RGB value is (73,45,79).

  • kırmız ton 73;
  • yeşil ton 45;
  • mavi ton 79.
RGB:
(73,45,79)
(29%,18%,31%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 45 of 255 = 18%
B 79 of 255 = 31%

73
45
79

R + G + B ~ 26%. #492D4F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 45 + 79 = 197 (100%)
R 73 of 197 ~ 37.06%
G 45 of 197 ~ 22.84%
B 79 of 197 ~ 40.1%

%37.06
%22.84
%40.1

CMYK RENK MODELİ

#492D4F rengi CMYK tonu (8,43,0,69).

  • camgöbeği tonu 7.59%
  • eflatun tonu 43.04%
  • sarı tonu 0.00%
  • ana renk tonu 69.02%
CMYK:
(8,43,0,69)
C8M43Y0K69 
(8%,43%,0%,69%)
(0.08/0.43/0.00/0.69)	

CMYK yüzdeleri

%7.59
%43.04
%0
%69.02

Codes

Color #492D4F in popluar color models

492D4F
RGB734579
HSL289°27.42%24.31%
HSB/HSV289°43.04%30.98%
CMYK7.59%43.04%0.00%
69.02%

Color #492D4F in popluar number systems.

HEX492D4F
Decimal734579
Binary10010011011011001111
Octal11155117

Shades and tints

Shades of #492D4F

#492D4F
(73,45,79)
#432948
(67,41,72)
#3D2541
(61,37,65)
#37213A
(55,33,58)
#311D33
(49,29,51)
#2B192C
(43,25,44)
#251525
(37,21,37)
#1F111E
(31,17,30)
#190D17
(25,13,23)
#130910
(19,9,16)
#0D0509
(13,5,9)
#000000
(0,0,0)

Tints of #492D4F

#492D4F
(73,45,79)
#59405F
(89,64,95)
#69536F
(105,83,111)
#79667F
(121,102,127)
#89798F
(137,121,143)
#998C9F
(153,140,159)
#A99FAF
(169,159,175)
#B9B2BF
(185,178,191)
#C9C5CF
(201,197,207)
#D9D8DF
(217,216,223)
#E9EBEF
(233,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #492D4F color. Also use rgb(73,45,79) instead hex code.

Text Font Color

.myTextColor { color: #492D4F; }

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

This text font color is #492D4F.


Background Color

.myBgColor { background-color: #492D4F; }

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

This div background color is #492D4F.


Border color

.myBorderColor { border: 1px solid #492D4F; }

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

This div border color is #492D4F.


Opacity

.myOpacity80 { color: #492D4F; opacity: 0.8; }

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

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

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

This text has shadow with #492D4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492D4F on black background.


Color preview on white background

This text has color #492D4F on white background.



Black color preview on #492D4F background

This text has black color on #492D4F background.


White color preview on #492D4F background

This text has white color on #492D4F background.