COLOR #492119

HEX: #492119
RGB: (73,33,25)

Renk bilgisi

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

RGB renk modeli

#492119 color RGB value is (73,33,25).

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

RGB bağlantıları ve doygunluk

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

73
33
25

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 33 + 25 = 131 (100%)
R 73 of 131 ~ 55.73%
G 33 of 131 ~ 25.19%
B 25 of 131 ~ 19.08%

%55.73
%25.19
%19.08

CMYK RENK MODELİ

#492119 rengi CMYK tonu (0,55,66,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 54.79%
  • sarı tonu 65.75%
  • ana renk tonu 71.37%
CMYK:
(0,55,66,71)
C0M55Y66K71 
(0%,55%,66%,71%)
(0.00/0.55/0.66/0.71)	

CMYK yüzdeleri

%0
%54.79
%65.75
%71.37

Codes

Color #492119 in popluar color models

492119
RGB733325
HSL10°48.98%19.22%
HSB/HSV10°65.75%28.63%
CMYK0.00%54.79%65.75%
71.37%

Color #492119 in popluar number systems.

HEX492119
Decimal733325
Binary100100110000111001
Octal1114131

Shades and tints

Shades of #492119

#492119
(73,33,25)
#431E17
(67,30,23)
#3D1B15
(61,27,21)
#371813
(55,24,19)
#311511
(49,21,17)
#2B120F
(43,18,15)
#250F0D
(37,15,13)
#1F0C0B
(31,12,11)
#190909
(25,9,9)
#130607
(19,6,7)
#0D0305
(13,3,5)
#000000
(0,0,0)

Tints of #492119

#492119
(73,33,25)
#59352D
(89,53,45)
#694941
(105,73,65)
#795D55
(121,93,85)
#897169
(137,113,105)
#99857D
(153,133,125)
#A99991
(169,153,145)
#B9ADA5
(185,173,165)
#C9C1B9
(201,193,185)
#D9D5CD
(217,213,205)
#E9E9E1
(233,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #492119; }

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

This text font color is #492119.


Background Color

.myBgColor { background-color: #492119; }

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

This div background color is #492119.


Border color

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

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

This div border color is #492119.


Opacity

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

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

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

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

This text has shadow with #492119 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492119 on black background.


Color preview on white background

This text has color #492119 on white background.



Black color preview on #492119 background

This text has black color on #492119 background.


White color preview on #492119 background

This text has white color on #492119 background.