COLOR #492219

HEX: #492219
RGB: (73,34,25)

Renk bilgisi

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

RGB renk modeli

#492219 color RGB value is (73,34,25).

  • kırmız ton 73;
  • yeşil ton 34;
  • mavi ton 25.
RGB:
(73,34,25)
(29%,13%,10%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 34 of 255 = 13%
B 25 of 255 = 10%

73
34
25

R + G + B ~ 17%. #492219 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 34 + 25 = 132 (100%)
R 73 of 132 ~ 55.3%
G 34 of 132 ~ 25.76%
B 25 of 132 ~ 18.94%

%55.3
%25.76
%18.94

CMYK RENK MODELİ

#492219 rengi CMYK tonu (0,53,66,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 53.42%
  • sarı tonu 65.75%
  • ana renk tonu 71.37%
CMYK:
(0,53,66,71)
C0M53Y66K71 
(0%,53%,66%,71%)
(0.00/0.53/0.66/0.71)	

CMYK yüzdeleri

%0
%53.42
%65.75
%71.37

Codes

Color #492219 in popluar color models

492219
RGB733425
HSL11°48.98%19.22%
HSB/HSV11°65.75%28.63%
CMYK0.00%53.42%65.75%
71.37%

Color #492219 in popluar number systems.

HEX492219
Decimal733425
Binary100100110001011001
Octal1114231

Shades and tints

Shades of #492219

#492219
(73,34,25)
#431F17
(67,31,23)
#3D1C15
(61,28,21)
#371913
(55,25,19)
#311611
(49,22,17)
#2B130F
(43,19,15)
#25100D
(37,16,13)
#1F0D0B
(31,13,11)
#190A09
(25,10,9)
#130707
(19,7,7)
#0D0405
(13,4,5)
#000000
(0,0,0)

Tints of #492219

#492219
(73,34,25)
#59362D
(89,54,45)
#694A41
(105,74,65)
#795E55
(121,94,85)
#897269
(137,114,105)
#99867D
(153,134,125)
#A99A91
(169,154,145)
#B9AEA5
(185,174,165)
#C9C2B9
(201,194,185)
#D9D6CD
(217,214,205)
#E9EAE1
(233,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #492219 color. Also use rgb(73,34,25) instead hex code.

Text Font Color

.myTextColor { color: #492219; }

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

This text font color is #492219.


Background Color

.myBgColor { background-color: #492219; }

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

This div background color is #492219.


Border color

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

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

This div border color is #492219.


Opacity

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

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

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

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

This text has shadow with #492219 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492219 on black background.


Color preview on white background

This text has color #492219 on white background.



Black color preview on #492219 background

This text has black color on #492219 background.


White color preview on #492219 background

This text has white color on #492219 background.