COLOR #493C37

HEX: #493C37
RGB: (73,60,55)

Renk bilgisi

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

RGB renk modeli

#493C37 color RGB value is (73,60,55).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 60 of 255 = 24%
B 55 of 255 = 22%

73
60
55

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 60 + 55 = 188 (100%)
R 73 of 188 ~ 38.83%
G 60 of 188 ~ 31.91%
B 55 of 188 ~ 29.26%

%38.83
%31.91
%29.26

CMYK RENK MODELİ

#493C37 rengi CMYK tonu (0,18,25,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.81%
  • sarı tonu 24.66%
  • ana renk tonu 71.37%
CMYK:
(0,18,25,71)
C0M18Y25K71 
(0%,18%,25%,71%)
(0.00/0.18/0.25/0.71)	

CMYK yüzdeleri

%0
%17.81
%24.66
%71.37

Codes

Color #493C37 in popluar color models

493C37
RGB736055
HSL17°14.06%25.10%
HSB/HSV17°24.66%28.63%
CMYK0.00%17.81%24.66%
71.37%

Color #493C37 in popluar number systems.

HEX493C37
Decimal736055
Binary1001001111100110111
Octal1117467

Shades and tints

Shades of #493C37

#493C37
(73,60,55)
#433732
(67,55,50)
#3D322D
(61,50,45)
#372D28
(55,45,40)
#312823
(49,40,35)
#2B231E
(43,35,30)
#251E19
(37,30,25)
#1F1914
(31,25,20)
#19140F
(25,20,15)
#130F0A
(19,15,10)
#0D0A05
(13,10,5)
#000000
(0,0,0)

Tints of #493C37

#493C37
(73,60,55)
#594D49
(89,77,73)
#695E5B
(105,94,91)
#796F6D
(121,111,109)
#89807F
(137,128,127)
#999191
(153,145,145)
#A9A2A3
(169,162,163)
#B9B3B5
(185,179,181)
#C9C4C7
(201,196,199)
#D9D5D9
(217,213,217)
#E9E6EB
(233,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493C37; }

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

This text font color is #493C37.


Background Color

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

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

This div background color is #493C37.


Border color

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

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

This div border color is #493C37.


Opacity

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

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

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

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

This text has shadow with #493C37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493C37 on black background.


Color preview on white background

This text has color #493C37 on white background.



Black color preview on #493C37 background

This text has black color on #493C37 background.


White color preview on #493C37 background

This text has white color on #493C37 background.