COLOR #494329

HEX: #494329
RGB: (73,67,41)

Renk bilgisi

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

RGB renk modeli

#494329 color RGB value is (73,67,41).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 67 of 255 = 26%
B 41 of 255 = 16%

73
67
41

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 67 + 41 = 181 (100%)
R 73 of 181 ~ 40.33%
G 67 of 181 ~ 37.02%
B 41 of 181 ~ 22.65%

%40.33
%37.02
%22.65

CMYK RENK MODELİ

#494329 rengi CMYK tonu (0,8,44,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.22%
  • sarı tonu 43.84%
  • ana renk tonu 71.37%
CMYK:
(0,8,44,71)
C0M8Y44K71 
(0%,8%,44%,71%)
(0.00/0.08/0.44/0.71)	

CMYK yüzdeleri

%0
%8.22
%43.84
%71.37

Codes

Color #494329 in popluar color models

494329
RGB736741
HSL49°28.07%22.35%
HSB/HSV49°43.84%28.63%
CMYK0.00%8.22%43.84%
71.37%

Color #494329 in popluar number systems.

HEX494329
Decimal736741
Binary10010011000011101001
Octal11110351

Shades and tints

Shades of #494329

#494329
(73,67,41)
#433D26
(67,61,38)
#3D3723
(61,55,35)
#373120
(55,49,32)
#312B1D
(49,43,29)
#2B251A
(43,37,26)
#251F17
(37,31,23)
#1F1914
(31,25,20)
#191311
(25,19,17)
#130D0E
(19,13,14)
#0D070B
(13,7,11)
#000000
(0,0,0)

Tints of #494329

#494329
(73,67,41)
#59543C
(89,84,60)
#69654F
(105,101,79)
#797662
(121,118,98)
#898775
(137,135,117)
#999888
(153,152,136)
#A9A99B
(169,169,155)
#B9BAAE
(185,186,174)
#C9CBC1
(201,203,193)
#D9DCD4
(217,220,212)
#E9EDE7
(233,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494329; }

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

This text font color is #494329.


Background Color

.myBgColor { background-color: #494329; }

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

This div background color is #494329.


Border color

.myBorderColor { border: 1px solid #494329; }

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

This div border color is #494329.


Opacity

.myOpacity80 { color: #494329; opacity: 0.8; }

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

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

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

This text has shadow with #494329 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494329 on black background.


Color preview on white background

This text has color #494329 on white background.



Black color preview on #494329 background

This text has black color on #494329 background.


White color preview on #494329 background

This text has white color on #494329 background.