COLOR #493C38

HEX: #493C38
RGB: (73,60,56)

Renk bilgisi

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

RGB renk modeli

#493C38 color RGB value is (73,60,56).

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

RGB bağlantıları ve doygunluk

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

73
60
56

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 60 + 56 = 189 (100%)
R 73 of 189 ~ 38.62%
G 60 of 189 ~ 31.75%
B 56 of 189 ~ 29.63%

%38.62
%31.75
%29.63

CMYK RENK MODELİ

#493C38 rengi CMYK tonu (0,18,23,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.81%
  • sarı tonu 23.29%
  • ana renk tonu 71.37%
CMYK:
(0,18,23,71)
C0M18Y23K71 
(0%,18%,23%,71%)
(0.00/0.18/0.23/0.71)	

CMYK yüzdeleri

%0
%17.81
%23.29
%71.37

Codes

Color #493C38 in popluar color models

493C38
RGB736056
HSL14°13.18%25.29%
HSB/HSV14°23.29%28.63%
CMYK0.00%17.81%23.29%
71.37%

Color #493C38 in popluar number systems.

HEX493C38
Decimal736056
Binary1001001111100111000
Octal1117470

Shades and tints

Shades of #493C38

#493C38
(73,60,56)
#433733
(67,55,51)
#3D322E
(61,50,46)
#372D29
(55,45,41)
#312824
(49,40,36)
#2B231F
(43,35,31)
#251E1A
(37,30,26)
#1F1915
(31,25,21)
#191410
(25,20,16)
#130F0B
(19,15,11)
#0D0A06
(13,10,6)
#000000
(0,0,0)

Tints of #493C38

#493C38
(73,60,56)
#594D4A
(89,77,74)
#695E5C
(105,94,92)
#796F6E
(121,111,110)
#898080
(137,128,128)
#999192
(153,145,146)
#A9A2A4
(169,162,164)
#B9B3B6
(185,179,182)
#C9C4C8
(201,196,200)
#D9D5DA
(217,213,218)
#E9E6EC
(233,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493C38; }

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

This text font color is #493C38.


Background Color

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

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

This div background color is #493C38.


Border color

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

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

This div border color is #493C38.


Opacity

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

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

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

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

This text has shadow with #493C38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493C38 on black background.


Color preview on white background

This text has color #493C38 on white background.



Black color preview on #493C38 background

This text has black color on #493C38 background.


White color preview on #493C38 background

This text has white color on #493C38 background.