COLOR #492A29

HEX: #492A29
RGB: (73,42,41)

Renk bilgisi

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

RGB renk modeli

#492A29 color RGB value is (73,42,41).

  • kırmız ton 73;
  • yeşil ton 42;
  • mavi ton 41.
RGB:
(73,42,41)
(29%,16%,16%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 42 of 255 = 16%
B 41 of 255 = 16%

73
42
41

R + G + B ~ 20%. #492A29 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 42 + 41 = 156 (100%)
R 73 of 156 ~ 46.79%
G 42 of 156 ~ 26.92%
B 41 of 156 ~ 26.28%

%46.79
%26.92
%26.28

CMYK RENK MODELİ

#492A29 rengi CMYK tonu (0,42,44,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 42.47%
  • sarı tonu 43.84%
  • ana renk tonu 71.37%
CMYK:
(0,42,44,71)
C0M42Y44K71 
(0%,42%,44%,71%)
(0.00/0.42/0.44/0.71)	

CMYK yüzdeleri

%0
%42.47
%43.84
%71.37

Codes

Color #492A29 in popluar color models

492A29
RGB734241
HSL28.07%22.35%
HSB/HSV43.84%28.63%
CMYK0.00%42.47%43.84%
71.37%

Color #492A29 in popluar number systems.

HEX492A29
Decimal734241
Binary1001001101010101001
Octal1115251

Shades and tints

Shades of #492A29

#492A29
(73,42,41)
#432726
(67,39,38)
#3D2423
(61,36,35)
#372120
(55,33,32)
#311E1D
(49,30,29)
#2B1B1A
(43,27,26)
#251817
(37,24,23)
#1F1514
(31,21,20)
#191211
(25,18,17)
#130F0E
(19,15,14)
#0D0C0B
(13,12,11)
#000000
(0,0,0)

Tints of #492A29

#492A29
(73,42,41)
#593D3C
(89,61,60)
#69504F
(105,80,79)
#796362
(121,99,98)
#897675
(137,118,117)
#998988
(153,137,136)
#A99C9B
(169,156,155)
#B9AFAE
(185,175,174)
#C9C2C1
(201,194,193)
#D9D5D4
(217,213,212)
#E9E8E7
(233,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #492A29 color. Also use rgb(73,42,41) instead hex code.

Text Font Color

.myTextColor { color: #492A29; }

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

This text font color is #492A29.


Background Color

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

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

This div background color is #492A29.


Border color

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

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

This div border color is #492A29.


Opacity

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

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

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

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

This text has shadow with #492A29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492A29 on black background.


Color preview on white background

This text has color #492A29 on white background.



Black color preview on #492A29 background

This text has black color on #492A29 background.


White color preview on #492A29 background

This text has white color on #492A29 background.