COLOR #493A29

HEX: #493A29
RGB: (73,58,41)

Renk bilgisi

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

RGB renk modeli

#493A29 color RGB value is (73,58,41).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 58 of 255 = 23%
B 41 of 255 = 16%

73
58
41

R + G + B ~ 23%. #493A29 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 58 + 41 = 172 (100%)
R 73 of 172 ~ 42.44%
G 58 of 172 ~ 33.72%
B 41 of 172 ~ 23.84%

%42.44
%33.72
%23.84

CMYK RENK MODELİ

#493A29 rengi CMYK tonu (0,21,44,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.55%
  • sarı tonu 43.84%
  • ana renk tonu 71.37%
CMYK:
(0,21,44,71)
C0M21Y44K71 
(0%,21%,44%,71%)
(0.00/0.21/0.44/0.71)	

CMYK yüzdeleri

%0
%20.55
%43.84
%71.37

Codes

Color #493A29 in popluar color models

493A29
RGB735841
HSL32°28.07%22.35%
HSB/HSV32°43.84%28.63%
CMYK0.00%20.55%43.84%
71.37%

Color #493A29 in popluar number systems.

HEX493A29
Decimal735841
Binary1001001111010101001
Octal1117251

Shades and tints

Shades of #493A29

#493A29
(73,58,41)
#433526
(67,53,38)
#3D3023
(61,48,35)
#372B20
(55,43,32)
#31261D
(49,38,29)
#2B211A
(43,33,26)
#251C17
(37,28,23)
#1F1714
(31,23,20)
#191211
(25,18,17)
#130D0E
(19,13,14)
#0D080B
(13,8,11)
#000000
(0,0,0)

Tints of #493A29

#493A29
(73,58,41)
#594B3C
(89,75,60)
#695C4F
(105,92,79)
#796D62
(121,109,98)
#897E75
(137,126,117)
#998F88
(153,143,136)
#A9A09B
(169,160,155)
#B9B1AE
(185,177,174)
#C9C2C1
(201,194,193)
#D9D3D4
(217,211,212)
#E9E4E7
(233,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493A29; }

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

This text font color is #493A29.


Background Color

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

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

This div background color is #493A29.


Border color

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

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

This div border color is #493A29.


Opacity

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

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

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

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

This text has shadow with #493A29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493A29 on black background.


Color preview on white background

This text has color #493A29 on white background.



Black color preview on #493A29 background

This text has black color on #493A29 background.


White color preview on #493A29 background

This text has white color on #493A29 background.