COLOR #492D4A

HEX: #492D4A
RGB: (73,45,74)

Renk bilgisi

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

RGB renk modeli

#492D4A color RGB value is (73,45,74).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 45 of 255 = 18%
B 74 of 255 = 29%

73
45
74

R + G + B ~ 25%. #492D4A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 45 + 74 = 192 (100%)
R 73 of 192 ~ 38.02%
G 45 of 192 ~ 23.44%
B 74 of 192 ~ 38.54%

%38.02
%23.44
%38.54

CMYK RENK MODELİ

#492D4A rengi CMYK tonu (1,39,0,71).

  • camgöbeği tonu 1.35%
  • eflatun tonu 39.19%
  • sarı tonu 0.00%
  • ana renk tonu 70.98%
CMYK:
(1,39,0,71)
C1M39Y0K71 
(1%,39%,0%,71%)
(0.01/0.39/0.00/0.71)	

CMYK yüzdeleri

%1.35
%39.19
%0
%70.98

Codes

Color #492D4A in popluar color models

492D4A
RGB734574
HSL298°24.37%23.33%
HSB/HSV298°39.19%29.02%
CMYK1.35%39.19%0.00%
70.98%

Color #492D4A in popluar number systems.

HEX492D4A
Decimal734574
Binary10010011011011001010
Octal11155112

Shades and tints

Shades of #492D4A

#492D4A
(73,45,74)
#432944
(67,41,68)
#3D253E
(61,37,62)
#372138
(55,33,56)
#311D32
(49,29,50)
#2B192C
(43,25,44)
#251526
(37,21,38)
#1F1120
(31,17,32)
#190D1A
(25,13,26)
#130914
(19,9,20)
#0D050E
(13,5,14)
#000000
(0,0,0)

Tints of #492D4A

#492D4A
(73,45,74)
#59405A
(89,64,90)
#69536A
(105,83,106)
#79667A
(121,102,122)
#89798A
(137,121,138)
#998C9A
(153,140,154)
#A99FAA
(169,159,170)
#B9B2BA
(185,178,186)
#C9C5CA
(201,197,202)
#D9D8DA
(217,216,218)
#E9EBEA
(233,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #492D4A; }

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

This text font color is #492D4A.


Background Color

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

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

This div background color is #492D4A.


Border color

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

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

This div border color is #492D4A.


Opacity

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

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

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

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

This text has shadow with #492D4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492D4A on black background.


Color preview on white background

This text has color #492D4A on white background.



Black color preview on #492D4A background

This text has black color on #492D4A background.


White color preview on #492D4A background

This text has white color on #492D4A background.