COLOR #492516

HEX: #492516
RGB: (73,37,22)

Renk bilgisi

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

RGB renk modeli

#492516 color RGB value is (73,37,22).

  • kırmız ton 73;
  • yeşil ton 37;
  • mavi ton 22.
RGB:
(73,37,22)
(29%,15%,9%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 37 of 255 = 15%
B 22 of 255 = 9%

73
37
22

R + G + B ~ 18%. #492516 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 37 + 22 = 132 (100%)
R 73 of 132 ~ 55.3%
G 37 of 132 ~ 28.03%
B 22 of 132 ~ 16.67%

%55.3
%28.03
%16.67

CMYK RENK MODELİ

#492516 rengi CMYK tonu (0,49,70,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 49.32%
  • sarı tonu 69.86%
  • ana renk tonu 71.37%
CMYK:
(0,49,70,71)
C0M49Y70K71 
(0%,49%,70%,71%)
(0.00/0.49/0.70/0.71)	

CMYK yüzdeleri

%0
%49.32
%69.86
%71.37

Codes

Color #492516 in popluar color models

492516
RGB733722
HSL18°53.68%18.63%
HSB/HSV18°69.86%28.63%
CMYK0.00%49.32%69.86%
71.37%

Color #492516 in popluar number systems.

HEX492516
Decimal733722
Binary100100110010110110
Octal1114526

Shades and tints

Shades of #492516

#492516
(73,37,22)
#432214
(67,34,20)
#3D1F12
(61,31,18)
#371C10
(55,28,16)
#31190E
(49,25,14)
#2B160C
(43,22,12)
#25130A
(37,19,10)
#1F1008
(31,16,8)
#190D06
(25,13,6)
#130A04
(19,10,4)
#0D0702
(13,7,2)
#000000
(0,0,0)

Tints of #492516

#492516
(73,37,22)
#59382B
(89,56,43)
#694B40
(105,75,64)
#795E55
(121,94,85)
#89716A
(137,113,106)
#99847F
(153,132,127)
#A99794
(169,151,148)
#B9AAA9
(185,170,169)
#C9BDBE
(201,189,190)
#D9D0D3
(217,208,211)
#E9E3E8
(233,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #492516 color. Also use rgb(73,37,22) instead hex code.

Text Font Color

.myTextColor { color: #492516; }

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

This text font color is #492516.


Background Color

.myBgColor { background-color: #492516; }

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

This div background color is #492516.


Border color

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

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

This div border color is #492516.


Opacity

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

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

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

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

This text has shadow with #492516 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492516 on black background.


Color preview on white background

This text has color #492516 on white background.



Black color preview on #492516 background

This text has black color on #492516 background.


White color preview on #492516 background

This text has white color on #492516 background.