COLOR #493C30

HEX: #493C30
RGB: (73,60,48)

Renk bilgisi

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

RGB renk modeli

#493C30 color RGB value is (73,60,48).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 60 of 255 = 24%
B 48 of 255 = 19%

73
60
48

R + G + B ~ 24%. #493C30 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 60 + 48 = 181 (100%)
R 73 of 181 ~ 40.33%
G 60 of 181 ~ 33.15%
B 48 of 181 ~ 26.52%

%40.33
%33.15
%26.52

CMYK RENK MODELİ

#493C30 rengi CMYK tonu (0,18,34,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.81%
  • sarı tonu 34.25%
  • ana renk tonu 71.37%
CMYK:
(0,18,34,71)
C0M18Y34K71 
(0%,18%,34%,71%)
(0.00/0.18/0.34/0.71)	

CMYK yüzdeleri

%0
%17.81
%34.25
%71.37

Codes

Color #493C30 in popluar color models

493C30
RGB736048
HSL29°20.66%23.73%
HSB/HSV29°34.25%28.63%
CMYK0.00%17.81%34.25%
71.37%

Color #493C30 in popluar number systems.

HEX493C30
Decimal736048
Binary1001001111100110000
Octal1117460

Shades and tints

Shades of #493C30

#493C30
(73,60,48)
#43372C
(67,55,44)
#3D3228
(61,50,40)
#372D24
(55,45,36)
#312820
(49,40,32)
#2B231C
(43,35,28)
#251E18
(37,30,24)
#1F1914
(31,25,20)
#191410
(25,20,16)
#130F0C
(19,15,12)
#0D0A08
(13,10,8)
#000000
(0,0,0)

Tints of #493C30

#493C30
(73,60,48)
#594D42
(89,77,66)
#695E54
(105,94,84)
#796F66
(121,111,102)
#898078
(137,128,120)
#99918A
(153,145,138)
#A9A29C
(169,162,156)
#B9B3AE
(185,179,174)
#C9C4C0
(201,196,192)
#D9D5D2
(217,213,210)
#E9E6E4
(233,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493C30; }

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

This text font color is #493C30.


Background Color

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

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

This div background color is #493C30.


Border color

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

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

This div border color is #493C30.


Opacity

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

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

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

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

This text has shadow with #493C30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493C30 on black background.


Color preview on white background

This text has color #493C30 on white background.



Black color preview on #493C30 background

This text has black color on #493C30 background.


White color preview on #493C30 background

This text has white color on #493C30 background.