COLOR #493A37

HEX: #493A37
RGB: (73,58,55)

Renk bilgisi

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

RGB renk modeli

#493A37 color RGB value is (73,58,55).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 58 of 255 = 23%
B 55 of 255 = 22%

73
58
55

R + G + B ~ 25%. #493A37 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 58 + 55 = 186 (100%)
R 73 of 186 ~ 39.25%
G 58 of 186 ~ 31.18%
B 55 of 186 ~ 29.57%

%39.25
%31.18
%29.57

CMYK RENK MODELİ

#493A37 rengi CMYK tonu (0,21,25,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.55%
  • sarı tonu 24.66%
  • ana renk tonu 71.37%
CMYK:
(0,21,25,71)
C0M21Y25K71 
(0%,21%,25%,71%)
(0.00/0.21/0.25/0.71)	

CMYK yüzdeleri

%0
%20.55
%24.66
%71.37

Codes

Color #493A37 in popluar color models

493A37
RGB735855
HSL10°14.06%25.10%
HSB/HSV10°24.66%28.63%
CMYK0.00%20.55%24.66%
71.37%

Color #493A37 in popluar number systems.

HEX493A37
Decimal735855
Binary1001001111010110111
Octal1117267

Shades and tints

Shades of #493A37

#493A37
(73,58,55)
#433532
(67,53,50)
#3D302D
(61,48,45)
#372B28
(55,43,40)
#312623
(49,38,35)
#2B211E
(43,33,30)
#251C19
(37,28,25)
#1F1714
(31,23,20)
#19120F
(25,18,15)
#130D0A
(19,13,10)
#0D0805
(13,8,5)
#000000
(0,0,0)

Tints of #493A37

#493A37
(73,58,55)
#594B49
(89,75,73)
#695C5B
(105,92,91)
#796D6D
(121,109,109)
#897E7F
(137,126,127)
#998F91
(153,143,145)
#A9A0A3
(169,160,163)
#B9B1B5
(185,177,181)
#C9C2C7
(201,194,199)
#D9D3D9
(217,211,217)
#E9E4EB
(233,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #493A37 color. Also use rgb(73,58,55) instead hex code.

Text Font Color

.myTextColor { color: #493A37; }

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

This text font color is #493A37.


Background Color

.myBgColor { background-color: #493A37; }

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

This div background color is #493A37.


Border color

.myBorderColor { border: 1px solid #493A37; }

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

This div border color is #493A37.


Opacity

.myOpacity80 { color: #493A37; opacity: 0.8; }

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

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

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

This text has shadow with #493A37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493A37 on black background.


Color preview on white background

This text has color #493A37 on white background.



Black color preview on #493A37 background

This text has black color on #493A37 background.


White color preview on #493A37 background

This text has white color on #493A37 background.