COLOR #493E29

HEX: #493E29
RGB: (73,62,41)

Renk bilgisi

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

RGB renk modeli

#493E29 color RGB value is (73,62,41).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 62 of 255 = 24%
B 41 of 255 = 16%

73
62
41

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 62 + 41 = 176 (100%)
R 73 of 176 ~ 41.48%
G 62 of 176 ~ 35.23%
B 41 of 176 ~ 23.3%

%41.48
%35.23
%23.3

CMYK RENK MODELİ

#493E29 rengi CMYK tonu (0,15,44,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.07%
  • sarı tonu 43.84%
  • ana renk tonu 71.37%
CMYK:
(0,15,44,71)
C0M15Y44K71 
(0%,15%,44%,71%)
(0.00/0.15/0.44/0.71)	

CMYK yüzdeleri

%0
%15.07
%43.84
%71.37

Codes

Color #493E29 in popluar color models

493E29
RGB736241
HSL39°28.07%22.35%
HSB/HSV39°43.84%28.63%
CMYK0.00%15.07%43.84%
71.37%

Color #493E29 in popluar number systems.

HEX493E29
Decimal736241
Binary1001001111110101001
Octal1117651

Shades and tints

Shades of #493E29

#493E29
(73,62,41)
#433926
(67,57,38)
#3D3423
(61,52,35)
#372F20
(55,47,32)
#312A1D
(49,42,29)
#2B251A
(43,37,26)
#252017
(37,32,23)
#1F1B14
(31,27,20)
#191611
(25,22,17)
#13110E
(19,17,14)
#0D0C0B
(13,12,11)
#000000
(0,0,0)

Tints of #493E29

#493E29
(73,62,41)
#594F3C
(89,79,60)
#69604F
(105,96,79)
#797162
(121,113,98)
#898275
(137,130,117)
#999388
(153,147,136)
#A9A49B
(169,164,155)
#B9B5AE
(185,181,174)
#C9C6C1
(201,198,193)
#D9D7D4
(217,215,212)
#E9E8E7
(233,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493E29; }

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

This text font color is #493E29.


Background Color

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

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

This div background color is #493E29.


Border color

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

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

This div border color is #493E29.


Opacity

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

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

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

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

This text has shadow with #493E29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493E29 on black background.


Color preview on white background

This text has color #493E29 on white background.



Black color preview on #493E29 background

This text has black color on #493E29 background.


White color preview on #493E29 background

This text has white color on #493E29 background.