COLOR #492B37

HEX: #492B37
RGB: (73,43,55)

Renk bilgisi

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

RGB renk modeli

#492B37 color RGB value is (73,43,55).

  • kırmız ton 73;
  • yeşil ton 43;
  • mavi ton 55.
RGB:
(73,43,55)
(29%,17%,22%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 43 of 255 = 17%
B 55 of 255 = 22%

73
43
55

R + G + B ~ 23%. #492B37 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 43 + 55 = 171 (100%)
R 73 of 171 ~ 42.69%
G 43 of 171 ~ 25.15%
B 55 of 171 ~ 32.16%

%42.69
%25.15
%32.16

CMYK RENK MODELİ

#492B37 rengi CMYK tonu (0,41,25,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 41.10%
  • sarı tonu 24.66%
  • ana renk tonu 71.37%
CMYK:
(0,41,25,71)
C0M41Y25K71 
(0%,41%,25%,71%)
(0.00/0.41/0.25/0.71)	

CMYK yüzdeleri

%0
%41.1
%24.66
%71.37

Codes

Color #492B37 in popluar color models

492B37
RGB734355
HSL336°25.86%22.75%
HSB/HSV336°41.10%28.63%
CMYK0.00%41.10%24.66%
71.37%

Color #492B37 in popluar number systems.

HEX492B37
Decimal734355
Binary1001001101011110111
Octal1115367

Shades and tints

Shades of #492B37

#492B37
(73,43,55)
#432832
(67,40,50)
#3D252D
(61,37,45)
#372228
(55,34,40)
#311F23
(49,31,35)
#2B1C1E
(43,28,30)
#251919
(37,25,25)
#1F1614
(31,22,20)
#19130F
(25,19,15)
#13100A
(19,16,10)
#0D0D05
(13,13,5)
#000000
(0,0,0)

Tints of #492B37

#492B37
(73,43,55)
#593E49
(89,62,73)
#69515B
(105,81,91)
#79646D
(121,100,109)
#89777F
(137,119,127)
#998A91
(153,138,145)
#A99DA3
(169,157,163)
#B9B0B5
(185,176,181)
#C9C3C7
(201,195,199)
#D9D6D9
(217,214,217)
#E9E9EB
(233,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #492B37 color. Also use rgb(73,43,55) instead hex code.

Text Font Color

.myTextColor { color: #492B37; }

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

This text font color is #492B37.


Background Color

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

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

This div background color is #492B37.


Border color

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

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

This div border color is #492B37.


Opacity

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

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

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

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

This text has shadow with #492B37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492B37 on black background.


Color preview on white background

This text has color #492B37 on white background.



Black color preview on #492B37 background

This text has black color on #492B37 background.


White color preview on #492B37 background

This text has white color on #492B37 background.